The previous example of pagerank for hadoop docker does not work anymore for two reasons:
the script compileAndExecHadoopPageRank.sh is based on compiled binaries and Jar file, which are removed recently, so I add the command to compile from source
"hadoop dfs " has been a deprecated command, we should use either "hadoop fs" or "hdfs dfs", therefore I replace them accordingly
I also added a md file section/container/docker-pagerank-example-instruction.md, this contains the information of how to run this example, which is missing from the section. This information could be added to docker-hadoop.tex, I need to talk to the TA or instructor tomorrow to get more information on this.
The previous example of pagerank for hadoop docker does not work anymore for two reasons:
I also added a md file section/container/docker-pagerank-example-instruction.md, this contains the information of how to run this example, which is missing from the section. This information could be added to docker-hadoop.tex, I need to talk to the TA or instructor tomorrow to get more information on this.