Build is working fine at my end on both JDK 6 and 7. mvn clean;mvn compile;mvn test run fine.
Facing a strange issue while running "mvn clean install", the build never completes and get stuck in this loop 2013-03-28 16:35:48,581 INFO rm.RMContainerAllocator (RMContainerAllocator.java:makeRemoteRequest(173)) - Num of Allocated Containers: 0 2013-03-28 16:35:49,584 INFO rm.RMContainerAllocator (RMContainerAllocator.java:makeRemoteRequest(172)) - Available Resource: <memory:6144, vCores:-1> 2013-03-28 16:35:49,584 INFO rm.RMContainerAllocator (RMContainerAllocator.java:makeRemoteRequest(173)) - Num of Allocated Containers: 0 2013-03-28 16:35:50,588 INFO rm.RMContainerAllocator (RMContainerAllocator.java:makeRemoteRequest(172)) - Available Resource: <memory:6144, vCores:-1> 2013-03-28 16:35:50,588 INFO rm.RMContainerAllocator (RMContainerAllocator.java:makeRemoteRequest(173)) - Num of Allocated Containers: 0 2013-03-28 16:35:51,590 INFO rm.RMContainerAllocator (RMContainerAllocator.java:makeRemoteRequest(172)) - Available Resource: <memory:6144, vCores:-1> 2013-03-28 16:35:51,590 INFO rm.RMContainerAllocator (RMContainerAllocator.java:makeRemoteRequest(173)) - Num of Allocated Containers: 0 Had to kill the build after observing in this state for more than 10 min. Any suggestions on what might be holding it? thanks ashish On Thu, Mar 28, 2013 at 7:52 AM, Hyunsik Choi <[email protected]>wrote: > Thank you for letting me know. JDK 1.6 is right. I'll fix the jdk version > of the getting started. > > - hyunsik > > > On Thu, Mar 28, 2013 at 11:15 AM, Tanujit Ghosh <[email protected] > >wrote: > > > Hi, > > > > The Tajo wiki is saying to set JAVA_HOME as > > > > export JAVA_HOME=/usr/lib/jvm/openjdk-1.7.x > > > > > > But as per the Requirement i guess this should be jdk1.6. > > > > > > Also compiling with jdk1.7 given a issue with ResultSetImpl class. > > My environment is gone wrong at the moment, but will send out the error > > asap. > > > > > > Regards, > > Tanujit > > > -- thanks ashish Blog: http://www.ashishpaliwal.com/blog My Photo Galleries: http://www.pbase.com/ashishpaliwal
