Re: Help needed in debugging HCatLoader for Pig

2015-05-08 Thread Hari Subramaniyan
Hi Suraj, These tests have been executed successfully of late in the precommit build runs, for e.g. http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/lastStableBuild/testReport/org.apache.hive.hcatalog.pig/TestHCatLoader/ and in my local machine. So most

Re: java.lang.NullPointerException when using INSERT INTO ORC table with ACID property

2015-05-08 Thread Eugene Koifman
Can you provide precise table definitions (DDL, describe formatted, etc and statements you are running (with explain plan)? (the simplest version that reproduces the issue) Also your hive-site.xml. Would be even better if you file a JIRA with the same. You are clearly hitting a bug but it's im

Re: Help needed in debugging HCatLoader for Pig

2015-05-08 Thread Suraj Nayak
Thanks a lot Hari, I ran the below command from hive-project root: *mvn -Dmaven.surefire.debug="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000 -Xnoagent -Djava.compiler=NONE" test -Dtest=org.apache.hive.hcatalog.pig.TestHCatLoader -Phadoop-2* and connected from eclipse via

Re: Help needed in debugging HCatLoader for Pig

2015-05-08 Thread Hari Subramaniyan
Use ?-Dmaven.surefire.debug option and attach to port 5005 (default), more info can be found here : http://maven.apache.org/surefire/maven-surefire-plugin/examples/debugging.html? Thanks Hari From: Suraj Nayak Sent: Friday, May 08, 2015 12:35 PM To: user@hiv

Help needed in debugging HCatLoader for Pig

2015-05-08 Thread Suraj Nayak
Hi All, I have set up hive source code as per HiveDeveloperFAQ#HiveDeveloperFAQ-HowdoIimportintoEclipse documentation and successfully imported the project into Eclipse. Now,If I want to

Question about bushy join in hive CBO

2015-05-08 Thread Ruoxi Sun
Hi all, I'm studying CBO code in hive. I have a question about bushy join optimization. Bushy join did get introduced in hive via HIVE-7577 , and played an important role in optimizing several queries in TPCDS benchmark. Somehow I saw the bushy joi

Re: java.lang.NullPointerException when using INSERT INTO ORC table with ACID property

2015-05-08 Thread nitinpathakala .
Hi Ivneet , you are correct if we set to false it works but we cannot update or delete as it does not conform ACID property.still waiting for some solution. Regards, Nitin On May 8, 2015 4:00 PM, "ivneet" wrote: > Hi Nitin, > > I am facing exact same issue on hive 0.14.0 (hortonworks 2.2 cluster

Re: java.lang.NullPointerException when using INSERT INTO ORC table with ACID property

2015-05-08 Thread ivneet
Hi Nitin, I am facing exact same issue on hive 0.14.0 (hortonworks 2.2 cluster). Please let me know if you have found the solution. I observed that if hive.enforce.bucketing is set to false in hive- site.xml, then this issue is not faced, but hive configuration for ACID requires this property t