Skip to content

Instantly share code, notes, and snippets.

@vltsu
Created March 21, 2015 15:48
Show Gist options
  • Save vltsu/268ef2374cba260f2c21 to your computer and use it in GitHub Desktop.
Save vltsu/268ef2374cba260f2c21 to your computer and use it in GitHub Desktop.
vltsu@vltsu-pc:~/Desktop$ hadoop jar /usr/lib/hadoop-mapreduce/hadoop-mapreduce-examples.jar grep input output23 'dfs[a-z.]+'
15/03/21 19:46:30 INFO client.RMProxy: Connecting to ResourceManager at /0.0.0.0:8032
15/03/21 19:46:30 WARN mapreduce.JobSubmitter: No job jar file set. User classes may not be found. See Job or Job#setJar(String).
15/03/21 19:46:30 INFO input.FileInputFormat: Total input paths to process : 4
15/03/21 19:46:30 INFO mapreduce.JobSubmitter: number of splits:4
15/03/21 19:46:30 INFO mapreduce.JobSubmitter: Submitting tokens for job: job_1426946641895_0004
15/03/21 19:46:30 INFO mapred.YARNRunner: Job jar is not present. Not adding any jar to the list of resources.
15/03/21 19:46:30 INFO impl.YarnClientImpl: Submitted application application_1426946641895_0004
15/03/21 19:46:30 INFO mapreduce.Job: The url to track the job: http://vltsu-pc:8088/proxy/application_1426946641895_0004/
15/03/21 19:46:30 INFO mapreduce.Job: Running job: job_1426946641895_0004
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment