Re: Submit Hadoop Job Remotely (without creating a jar)

2014-06-27 Thread Tsuyoshi OZAWA
Some tools provide us CLI tools which don't require creating jar. For example, you can use Pig interactive mode if you'd like to use Pig. http://pig.apache.org/docs/r0.12.1/start.html#interactive-mode Hive CLI is one of them: https://cwiki.apache.org/confluence/display/Hive/LanguageManual+Cli Tha

Submit Hadoop Job Remotely (without creating a jar)

2014-06-26 Thread Ramil Malikov
Is it possible submit Job to Hadoop cluster (2.2.0) from remote machine without creating a jar? Like PigServer.submit(pigScript). Thank you.