Thanks for your reviews. Any other votes?
On Wed, Apr 11, 2012 at 2:08 AM, Apurv Verma <[email protected]> wrote: > Sorry for spamming, I think I need to upgrade the hadoop version to 1.0.0 > from 20.2. > > -- > thanks and regards, > > Apurv Verma > B. Tech.(CSE) > IIT- Ropar > > > > > > > On Tue, Apr 10, 2012 at 10:31 PM, Apurv Verma <[email protected]> wrote: > >> The following is the complete flow that I followed, right from starting >> hadoop. BSPMasterRunner starts for the first time, then on running the >> example it shuts down. >> >> apurv@deepu:~/Desktop/hama-0.5.0-incubating$ start-all.sh >> starting namenode, logging to >> /usr/local/hadoop-0.20.2/bin/../logs/hadoop-apurv-namenode-deepu.out >> localhost: starting datanode, logging to >> /usr/local/hadoop-0.20.2/bin/../logs/hadoop-apurv-datanode-deepu.out >> localhost: starting secondarynamenode, logging to >> /usr/local/hadoop-0.20.2/bin/../logs/hadoop-apurv-secondarynamenode-deepu.out >> starting jobtracker, logging to >> /usr/local/hadoop-0.20.2/bin/../logs/hadoop-apurv-jobtracker-deepu.out >> localhost: starting tasktracker, logging to >> /usr/local/hadoop-0.20.2/bin/../logs/hadoop-apurv-tasktracker-deepu.out >> apurv@deepu:~/Desktop/hama-0.5.0-incubating$ jps >> 14240 NameNode >> 14984 Jps >> 14644 SecondaryNameNode >> 14916 TaskTracker >> 3378 >> 14724 JobTracker >> 14443 DataNode >> apurv@deepu:~/Desktop/hama-0.5.0-incubating$ ./bin/start-bspd.sh >> localhost: starting zookeeper, logging to >> /home/apurv/Desktop/hama-0.5.0-incubating/bin/../logs/hama-apurv-zookeeper-deepu.out >> starting bspmaster, logging to >> /home/apurv/Desktop/hama-0.5.0-incubating/bin/../logs/hama-apurv-bspmaster-deepu.out >> localhost: starting groom, logging to >> /home/apurv/Desktop/hama-0.5.0-incubating/bin/../logs/hama-apurv-groom-deepu.out >> apurv@deepu:~/Desktop/hama-0.5.0-incubating$ jps >> 14240 NameNode >> 14644 SecondaryNameNode >> 14916 TaskTracker >> 15476 Jps >> 3378 >> 15427 GroomServerRunner >> 14724 JobTracker >> 15248 BSPMasterRunner >> 15197 ZooKeeperRunner >> 14443 DataNode >> apurv@deepu:~/Desktop/hama-0.5.0-incubating$ ./bin/hama jar >> hama-examples-0.5.0-incubating.jar pi >> 12/04/10 22:28:05 INFO ipc.Client: Retrying connect to server: localhost/ >> 127.0.0.1:40000. Already tried 0 time(s). >> 12/04/10 22:28:06 INFO ipc.Client: Retrying connect to server: localhost/ >> 127.0.0.1:40000. Already tried 1 time(s). >> 12/04/10 22:28:07 INFO ipc.Client: Retrying connect to server: localhost/ >> 127.0.0.1:40000. Already tried 2 time(s). >> ^Capurv@deepu:~/Desktop/hama-0.5.0-incubating$ jps >> 14240 NameNode >> 14644 SecondaryNameNode >> 14916 TaskTracker >> 3378 >> 14724 JobTracker >> 15548 Jps >> 15197 ZooKeeperRunner >> 14443 DataNode >> apurv@deepu:~/Desktop/hama-0.5.0-incubating$ >> >> >> -- >> thanks and regards, >> >> Apurv Verma >> B. Tech.(CSE) >> IIT- Ropar >> >> >> >> >> >> >> On Tue, Apr 10, 2012 at 10:20 PM, Apurv Verma <[email protected]> wrote: >> >>> *Checksum is OK* >>> >>> apurv@deepu:~/Desktop$ md5sum -c hama-dist-0.5.0-incubating.tar.gz.md5 >>> hama-dist-0.5.0-incubating.tar.gz: OK >>> apurv@deepu:~/Desktop$ sha1sum -c hama-dist-0.5.0-incubating.tar.gz.sha1 >>> hama-dist-0.5.0-incubating.tar.gz: OK >>> >>> *All tests pass with mvn test* >>> * >>> * >>> But when I try to run the pi example in the local mode I am facing the >>> following *problem*. jps gives >>> >>> 5366 SecondaryNameNode >>> 4962 NameNode >>> 5165 DataNode >>> 10871 Jps >>> 10709 GroomServerRunner >>> 5446 JobTracker >>> 10485 ZooKeeperRunner >>> 5638 TaskTracker >>> >>> BSPMasterRunner is not starting. Anything I am missing? >>> >>> >>> -- >>> thanks and regards, >>> >>> Apurv Verma >>> B. Tech.(CSE) >>> IIT- Ropar >>> >>> >>> >>> >>> >>> >>> On Tue, Apr 10, 2012 at 10:07 PM, Chia-Hung Lin >>> <[email protected]>wrote: >>> >>>> +1 Basically the dist works. >>>> >>>> md5sum -c hama-dist-0.5.0-incubating.tar.gz.md5 >>>> hama-dist-0.5.0-incubating.tar.gz: OK >>>> >>>> sha1sum -c hama-dist-0.5.0-incubating.tar.gz.sha1 >>>> hama-dist-0.5.0-incubating.tar.gz: OK >>>> >>>> >>>> [INFO] Reactor Summary: >>>> [INFO] >>>> [INFO] Apache Hama parent POM ............................ SUCCESS >>>> [1:27.488s] >>>> [INFO] core .............................................. SUCCESS >>>> [3:10.601s] >>>> [INFO] graph ............................................. SUCCESS >>>> [0.943s] >>>> [INFO] examples .......................................... SUCCESS >>>> [27.999s] >>>> [INFO] yarn .............................................. SUCCESS >>>> [2.660s] >>>> [INFO] dist .............................................. SUCCESS >>>> [29.020s] >>>> [INFO] >>>> ------------------------------------------------------------------------ >>>> [INFO] BUILD SUCCESS >>>> [INFO] >>>> ------------------------------------------------------------------------ >>>> [INFO] Total time: 5:39.330s >>>> >>>> >>>> ... INFO bsp.BSPJobClient: TOTAL_MESSAGES_RECEIVED=6 >>>> Estimated value of PI is 3.138666666666667 >>>> Job Finished in 12.759 seconds >>>> >>>> >>>> On 10 April 2012 17:50, Edward J. Yoon <[email protected]> wrote: >>>> > I'm +1 >>>> > >>>> > All BSP and Graph examples are works fine with Hadoop 1.0 and sample >>>> > data on my 32 nodes cluster. >>>> > >>>> > On Tue, Apr 10, 2012 at 4:29 PM, Thomas Jungblut >>>> > <[email protected]> wrote: >>>> >> Checksums are fine. >>>> >> Build is fine, testcases run well. >>>> >> I just checked all the examples in local mode since I don't have >>>> access to >>>> >> a larger cluster until next week. >>>> >> >>>> >> +1 (binding). >>>> >> >>>> >> Am 10. April 2012 03:36 schrieb Edward J. Yoon <[email protected] >>>> >: >>>> >> >>>> >>> Hi all, >>>> >>> >>>> >>> I just created a release candidate for the Apache Hama 0.5-incubating >>>> >>> release. >>>> >>> >>>> >>> The RC1 is available at: >>>> >>> >>>> >>> http://people.apache.org/~edwardyoon/dist/0.5-RC1/ >>>> >>> >>>> >>> Tags: >>>> >>> >>>> >>> http://svn.apache.org/repos/asf/incubator/hama/tags/0.5-RC1/ >>>> >>> >>>> >>> Please try it, run the tests, check the doc, etc. >>>> >>> >>>> >>> Thanks! >>>> >>> -- >>>> >>> Best Regards, Edward J. Yoon >>>> >>> @eddieyoon >>>> >>> >>>> >> >>>> >> >>>> >> >>>> >> -- >>>> >> Thomas Jungblut >>>> >> Berlin <[email protected]> >>>> > >>>> > >>>> > >>>> > -- >>>> > Best Regards, Edward J. Yoon >>>> > @eddieyoon >>>> >>> >>> >> -- Best Regards, Edward J. Yoon @eddieyoon
