Skip to content

luismartingil/post_b2bua-911-mining

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mining 911 Emergency calls using Apache Hadoop

Some useful commands

# Mount the shared folder in cloudera VM
sudo mount -t vmhgfs .host:/ mnt/

# Make a new folder in the HDFS
hadoop fs -mkdir b2bua/input

# Scp a file into the HDFS
hadoop fs -put ~/_toremove/INb2bua_test.log  b2bua/input/

# Scp from HDFS to local
hadoop fs -copyToLocal /results .

# List files in the HDFS.
hadoop dfs -ls /bigdata13/input

# Cat the given path from the HDFS.
hadoop dfs -cat /bigdata13/output/part-00000

Hadoop diagrams

Result graphs

About

Files for the "Mining 911 Emergency calls using Apache Hadoop" post

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published