Closed RajkumarB closed 10 years ago
Hey let's not flood the airwaves! You filed two issues and started on thread on the exact same problem. Pick one and give me a day to respond.
Sorry for that actually by mistake I opened it under "rmr" , after realizing that posted same thing under "rhadoop" to avoid misleading.
We decided to retire the RHadoop issue tracker after we created repos for each package, so if you use that one you may get the silence treatment. Google group and issue trackers for each package are all good. Thanks for closing the issues.
On Thu, Sep 11, 2014 at 12:10 AM, RajkumarB notifications@github.com wrote:
Sorry for that actually by mistake I opened it under "rmr" , after realizing that posted same thing under "rhadoop" to avoid misleading.
— Reply to this email directly or view it on GitHub https://github.com/RevolutionAnalytics/rmr2/issues/140#issuecomment-55228018 .
After installing Rhadoop using rmr2, rhdfs as suggested, I ran small example as follows.
14/09/10 08:16:17 INFO util.NativeCodeLoader: Loaded the native-hadoop library 14/09/10 08:16:17 INFO zlib.ZlibFactory: Successfully loaded & initialized native-zlib library 14/09/10 08:16:17 INFO compress.CodecPool: Got brand-new compressor
packageJobJar: [/home/mlcoeadmin/rajkumar/hadoop-1.2.1/temp/hadoop-unjar6616713832785091129/] [] /tmp/streamjob8123934586004586291.jar tmpDir=null 14/09/10 08:16:35 INFO mapred.FileInputFormat: Total input paths to process : 1 14/09/10 08:16:36 INFO streaming.StreamJob: getLocalDirs(): [/home/mlcoeadmin/rajkumar/hadoop-1.2.1/temp/mapred/local] 14/09/10 08:16:36 INFO streaming.StreamJob: Running job: job_201409100815_0001 14/09/10 08:16:36 INFO streaming.StreamJob: To kill this job, run: 14/09/10 08:16:36 INFO streaming.StreamJob: /home/mlcoeadmin/rajkumar/hadoop-1.2.1/libexec/../bin/hadoop job -Dmapred.job.tracker=localhost:54311 -kill job_201409100815_0001 14/09/10 08:16:36 INFO streaming.StreamJob: Tracking URL: http://localhost:50030/jobdetails.jsp?jobid=job_201409100815_0001 14/09/10 08:16:37 INFO streaming.StreamJob: map 0% reduce 0% 14/09/10 08:16:50 INFO streaming.StreamJob: map 100% reduce 0% 14/09/10 08:16:55 INFO streaming.StreamJob: map 100% reduce 100% 14/09/10 08:16:55 INFO streaming.StreamJob: Job complete: job_201409100815_0001 14/09/10 08:16:55 INFO streaming.StreamJob: Output: /tmp/file91f7466a911 function () { fname } <environment: 0x29765c0>
It ran nicely. When I checked in the output folder, it contains files as...
But the output files are in sequence format. It looks as,
Which one is exact output file and how to convert this output into readable format?