GoogleCloudDataproc / bdutil

[DEPRECATED] Script used to manage Hadoop and Spark instances on Google Compute Engine
https://cloud.google.com/dataproc
Apache License 2.0
109 stars 94 forks source link

Edits to bdutil docs/JOBS.md page. #101

Closed aman-ebay closed 7 years ago

aman-ebay commented 7 years ago
  1. sample "hadoop fs -ls ." command produces error output: ... "ls: Can not create a Path from an empty string" Suggest changing to "hadoop fs -ls /" to obtain valid output: Found 2 items drwx------ - xxxxx xxxxx 0 2017-05-21 00:36 /hadoop drwx------ - xxxxx xxxxx 0 2017-05-21 01:00 /bdutil-staging

  2. Fix cd path from: /home/hadoop-install/share/hadoop/mapreduce... -> /home/hadoop/hadoop-install/

  3. Fix command from hadoop jar share/hadoop/mapreduce/hadoop--examples-.jar wordcount input output -> hadoop jar hadoop-examples-*.jar wordcount input output