Install hadoop and Java in Cloudera VMplayer


3 Answer(s)


$ cd /usr/lib/hadoop

other parts of hadoop ecosystem found in /usr/lib (hbase, hive, sqoop,zookeepter, etc.)

And then you can verify hadoop by opening firefox (note don't click on Learn Hadoop firefox icon on desktop it doesn't do anything useful).

There are already 3 Hadoop oriented bookmarks saved: HBase Master, NameNode status, JobTracker Status

Of course like instructor noted your VM will not show any jobs as completed or retired unless you've run some.

Thanks Chip.. now I see the Hadoop directory.

hi Sri,

All Hadoop software comes pre-installed on the cloudera VM, no need to install . To see hadoop directories execute

hdfs dfs -ls

Thanks