Re: [VOTE] Apache Hive 0.8.0 Release Candidate 3

2011-12-12 Thread Carl Steinbach
Hi Ed, I downloaded the latest stable binary ant from apache.org unpacked it into a directory and added it to my path. I never have needed any optional packages up until now, but I that it is not a big deal. Which Ant target were you running when you encountered this error? Also, what happens

Re: [VOTE] Apache Hive 0.8.0 Release Candidate 3

2011-12-12 Thread Carl Steinbach
Quick update: Ed and I chatted on IRC and determined that HiveServer problem was a result of some thrift-0.5.0 JARs that he copied onto his classpath. Also, the build failure was resolved by using Ant 1.8.2 and setting ANT_HOME. As for the configuration problems mentioned by Jakob and Ashutosh,

Re: [VOTE] Apache Hive 0.8.0 Release Candidate 3

2011-12-11 Thread Edward Capriolo
Same issue. /home/edward/branch-0.8-r2/pdk/scripts/build-plugin.xml:107: java.lang.ClassNotFoundException: org.apache.tools.ant.taskdefs.optional.TraXLiaison Total time: 1 minute 35 seconds [edward@tablitha branch-0.8-r2]$ which ant ~/apache-ant-1.8.2/bin/ant On Sat, Dec 10, 2011 at 3:12 PM,

Re: [VOTE] Apache Hive 0.8.0 Release Candidate 3

2011-12-11 Thread John Sichi
OK, not sure how you installed ant, but googling for that exception brings up this: http://groovy.329449.n5.nabble.com/Solved-org-apache-tools-ant-taskdefs-optional-TraXLiaison-notFoundException-td355638.html JVS On Dec 11, 2011, at 8:22 AM, Edward Capriolo wrote: Same issue.

Re: [VOTE] Apache Hive 0.8.0 Release Candidate 3

2011-12-11 Thread Edward Capriolo
I downloaded the latest stable binary ant from apache.org unpacked it into a directory and added it to my path. I never have needed any optional packages up until now, but I that it is not a big deal. I think the hive thrift server not starting is. Many people use that. On Sun, Dec 11, 2011 at

Re: [VOTE] Apache Hive 0.8.0 Release Candidate 3

2011-12-10 Thread Carl Steinbach
Hi Jakob and Ashutosh, I posted a patch for HIVE-2643. Please try it out and let me know if it doesn't fix the problem. Thanks. Carl On Fri, Dec 9, 2011 at 9:40 PM, Ashutosh Chauhan hashut...@apache.orgwrote: I saw this issue on trunk too in today's checkout. Hive always thinks its running

Re: [VOTE] Apache Hive 0.8.0 Release Candidate 3

2011-12-10 Thread Edward Capriolo
I have hive-0.8.0-candidate-3with hadoop in local mode against hadoop 0.20.2. Looks like hive server is not launching. [edward@tablitha hive-0.8.0-bin]$ bin/hive --service hiveserver Starting Hive Thrift Server Exception in thread main java.lang.NoSuchMethodError:

Re: [VOTE] Apache Hive 0.8.0 Release Candidate 3

2011-12-10 Thread Edward Capriolo
Also I know I have been out of the game for a minute but.. extract-functions: [mkdir] Created dir: /home/edward/branch-0.8-r2/build/builtins/metadata [xslt] java.lang.ClassNotFoundException: org.apache.tools.ant.taskdefs.optional.TraXLiaison [xslt] at

Re: [VOTE] Apache Hive 0.8.0 Release Candidate 3

2011-12-10 Thread Edward Capriolo
If we do another release candidate can we include.. https://issues.apache.org/jira/browse/HIVE-2645 .not critical since it is just an error message but it might be nice. So my two blockers are running ant package, and hive service startup. I did run numerous commands from the CLI, create a

Re: [VOTE] Apache Hive 0.8.0 Release Candidate 3

2011-12-10 Thread John Sichi
You need ant 1.8.x JVS On Dec 10, 2011, at 10:11 AM, Edward Capriolo wrote: Also I know I have been out of the game for a minute but.. extract-functions: [mkdir] Created dir: /home/edward/branch-0.8-r2/build/builtins/metadata [xslt] java.lang.ClassNotFoundException:

Re: [VOTE] Apache Hive 0.8.0 Release Candidate 3

2011-12-09 Thread Carl Steinbach
+1 What I did: * Built source tarball and imported into Eclipse. Verified that test cases run. * Ran tests from command line. * Ran through tutorial exercises. We need one more +1 vote in order to release. PMC members: Please Vote! On Thu, Dec 8, 2011 at 11:40 PM, John Sichi jsi...@fb.com

Re: [VOTE] Apache Hive 0.8.0 Release Candidate 3

2011-12-09 Thread Jakob Homan
-1. We're seeing a problem with RC2 and RC3, but not RC1 in job submission on a security-enabled 204 grid that I've traced back to HIVE-2362: The wrong staging directories are being specified: RC2: /user/jhoman-667872320/.staging This is because the Hadoop confs aren't being loaded and the

Re: [VOTE] Apache Hive 0.8.0 Release Candidate 3

2011-12-09 Thread Ashutosh Chauhan
I saw this issue on trunk too in today's checkout. Hive always thinks its running in local mode because hadoop conf xmls are not getting loaded up. Ashutosh On Fri, Dec 9, 2011 at 20:59, Jakob Homan jgho...@gmail.com wrote: -1. We're seeing a problem with RC2 and RC3, but not RC1 in job

[VOTE] Apache Hive 0.8.0 Release Candidate 3

2011-12-08 Thread Carl Steinbach
Apache Hive 0.8.0 Release Candidate 3 is available here: http://people.apache.org/~cws/hive-0.8.0-candidate-3/ Changes since RC2: * HIVE-2634 revert HIVE-2566 Please test and vote. Thanks. Carl