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:

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

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: 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 shrij...@rocketfuel.comwrote: Probably a silly question, If I want to apply a patch to a version I am running and

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: 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 nzh...@facebook.com wrote: It looks like isql cannot load libodbchive.so. Please make sure that all three .so files libodbchive.so,

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