Re: Compile hive on hadoop 1.0.4

2012-11-29 Thread Barak Yaish
Still:

BUILD FAILED
/workspace/development/org/hive/trunk/build.xml:256: The following error
occurred while executing this line:
/workspace/development/org/hive/trunk/ant/build.xml:38:
/workspace/development/org/hive/trunk/build/ivy/lib/hadoop0.20.shim not
found.

Anything else I missed?

On Thu, Nov 29, 2012 at 1:52 PM, Hezhiqiang (Ransom) 
ransom.hezhiqi...@huawei.com wrote:

 ant -Dhadoop.version=2.0.1 very-clean package tar  test
 -Dinclude.postgres=true -Doverwrite=true -Dtest.silent=false -logfile
 ant.log


Compile hive on hadoop 1.0.4

2012-11-28 Thread Barak Yaish
Hi,

Is it possible running hive against hadoop 1.0.4? I was checking out the
trunk from svn, and running ant clean package  fails, looks like it's
looking for 0.20.0 libraries. Is there some configuration I can modify?

Thanks.


JDOFatalInternalException: Error creating transactional connection factory

2012-11-26 Thread Barak Yaish
Hi,



I’ve 2 nodes cluster of hadoop 1.0.4, and I’m trying making hive 0.90.0
works with it, so far no good. I was following the instructions listed here
https://cwiki.apache.org/confluence/display/Hive/GettingStarted, but when
trying to run any command in the shell, I’m getting:



FAILED: Error in metadata: javax.jdo.JDOFatalInternalException: Error
creating transactional connection factory

NestedThrowables:

java.lang.reflect.InvocationTargetException

FAILED: Execution Error, return code 1 from
org.apache.hadoop.hive.ql.exec.DDLTask



I didn’t change the default hive configuration, so I guess its working with
derby as metastore, and derby jar found in lib.



Can you please suggest ways to troubleshot this issue?



Thanks.