Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
jiongzhu
EECS 598-008 WN 2019 - Hadoop Examples
Commits
3d0db868
Commit
3d0db868
authored
Jan 13, 2019
by
jiongzhu
Browse files
Remove space after backslash
parent
4c01601f
Changes
1
Hide whitespace changes
Inline
Side-by-side
WordCount/run_wordcount.sh
View file @
3d0db868
...
...
@@ -12,9 +12,9 @@ hdfs dfs -rm -r hadoop_examples/wordcount/output/
yarn jar
"
$dirname
/hadoop-streaming.jar"
\
-input
hadoop_examples/wordcount/input
\
-output
hadoop_examples/wordcount/output
\
-mapper
map.py
\
-reducer
red.py
\
-file
map.py
\
-mapper
map.py
\
-reducer
red.py
\
-file
map.py
\
-file
red.py
\
-jobconf
mapred.job.queue.name
=
$hadoop_queue_name
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment