hadoop - Run wordcount from command line as java process -


can please me run wordcount program command line java process?

i able run using "hadoop jar hadoop-count-example-1.0-snapshot.jar hadoop.invokeworkcount".

but when try run "java -cp mypackage.invokeworkcount" invoking standalone java process. never use resoucemanager/yarn. read file hdfs never uses resource manager. may missing configuration?

i in process of migrating code 0.20.0 2.7.4 , old program use java process using -fs , -jt option. trying keep same way.

appreciate help/thought.


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -