Skip to content

Instantly share code, notes, and snippets.

@jayhuang75
Created September 13, 2020 16:24
Show Gist options
  • Save jayhuang75/71f6c9ccaa55eb0d7fc2755f13a3dc77 to your computer and use it in GitHub Desktop.
Save jayhuang75/71f6c9ccaa55eb0d7fc2755f13a3dc77 to your computer and use it in GitHub Desktop.
run-2-example-jobs
// MapReduce job example
hadoop jar hadoop-mapreduce-example-2.7.1-sources.jar org.apache.hadoop.examples.WordCount input output
// Hive job example
hive -f example_inert.hql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment