how to upgrade hive0.4 to hive0.6

2010-09-07 Thread lei liu
Hi all, I want to upgrade hive0.4 to hive0.6, could anybody tell me how to upgrade it? In addition to, when is the hive0.6 released? Thanks.

Next Hive Contributors Meeting: Monday, September 13th @ Cloudera's offices in Palo Alto

2010-09-07 Thread Carl Steinbach
*What*: September Hive Contributors Meeting *When*: Monday, September 13, 2010 4:30 PM *Where*: Cloudera 210 Portage Avenue Palo Alto, CA 94306 The next Hive Contributors Meeting is scheduled for Monday September 13th from 4:30-6p

Re: ODBC isql error while testing

2010-09-07 Thread Ning Zhang
Something you can check out are: - Did you compiled and deployed your code in different environment (Linux/C compier version)? If so there might incompatibility issues in the kernel/C .so files - Can you check 'ldd isql' and see which .so files it loads? Particularly libodbc.so should be the

Re: ODBC isql error while testing

2010-09-07 Thread Ariel Leiva
All three .so files can be found in LD_LIBRARY_PATH and i am still getting the same error. Thanks for your suggestion. On Tue, Sep 7, 2010 at 1:41 AM, Ning Zhang wrote: > It looks like isql cannot load libodbchive.so. Please make sure that all > three .so files libodbchive.so, libhiveclient.so,

Re: Which patch to apply out of multiple available ?

2010-09-07 Thread Shrijeet Paliwal
Hi Ning, Thanks for commenting. The error I was getting in task tracker logs was: 2010-09-04 19:37:31,736 WARN org.apache.hadoop.mapred.TaskTracker: Error running child *java.lang.RuntimeException: java.io.FileNotFoundException: HIVE_PLAN1030711409 (No such file or directory)* at org.ap

Re: Which patch to apply out of multiple available ?

2010-09-07 Thread Ning Zhang
HIVE-1019 is still open and the last patch (from me) has conflict with the design pointed by Zheng's review and is incompatible with the latest trunk. Recently HIVE-1524 has been committed to trunk and may have fixed the issue in HIVE-1019 (at least for the parallel execution part). Shrijeet,

Re: Which patch to apply out of multiple available ?

2010-09-07 Thread Bill Graham
You typically want the last one only. Generally higher numbered patches are revisions of previous ones and they're cumulative. On Tue, Sep 7, 2010 at 10:34 AM, Shrijeet Paliwal wrote: > Probably a silly question, If I want to apply a patch to a version I am > running and there are multiple patche

Which patch to apply out of multiple available ?

2010-09-07 Thread Shrijeet Paliwal
Probably a silly question, If I want to apply a patch to a version I am running and there are multiple patches attached to the Jira - which one should I pick? The latest one? Example: https://issues.apache.org/jira/browse/HIVE-1019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel

Re: Insert to HBase table works,but Select shows no rows

2010-09-07 Thread John Sichi
Glad to hear you got past the problem via upgrade. Yes, please let us know the results of your testing here. JVS On Sep 7, 2010, at 8:37 AM, phil young wrote: Upgrading to much newer software solved the problem. I'm now getting proper results. Self-joining an HBase table works. So does joinin

Re: Insert to HBase table works,but Select shows no rows

2010-09-07 Thread phil young
Upgrading to much newer software solved the problem. I'm now getting proper results. Self-joining an HBase table works. So does joining a Hive table to an HBase table. That makes sense, since originally, I populated the HBase table via map-reduce jobs ( with hbase 0.20.3 ). The stack I'm using is: