hive-trunk eclipse compilation fails on missing thrift-0.5.0.jar, even though I'm updated to head

2011-09-17 Thread Ido Hadanny
Description Resource Path Location Type Project 'hive-trunk' is missing required library: 'lib/thrift-0.5.0.jar' hive-trunk Build path Build Path Problem Project 'hive-trunk' is missing required library: 'lib/thrift-fb303-0.5.0.jar' hive-trunk Build path Build Path Problem Could it be that the rec

Re: eclipse formatting problem when using "apache hive formatter"

2011-07-28 Thread Ido Hadanny
ines". happy contributing, ido On Thu, Jul 28, 2011 at 10:47 AM, Ido Hadanny wrote: > Hey, > I'm using eclipse to edit the file > /hive/jdbc/src/java/org/apache/hadoop/hive/jdbc/HivePreparedStatement.java. > Whenever I'm saving it, eclipse changes every non-javadoc com

eclipse formatting problem when using "apache hive formatter"

2011-07-28 Thread Ido Hadanny
Hey, I'm using eclipse to edit the file /hive/jdbc/src/java/org/apache/hadoop/hive/jdbc/HivePreparedStatement.java. Whenever I'm saving it, eclipse changes every non-javadoc comment in that file. In each comment there's a line that contains only a *, then a blank space and then a LF. Eclipse change

Is a collocated join (a-la-netezza) theoretically possible in hive?

2011-08-05 Thread Ido Hadanny
When you join tables which are distributed on the same key and used these key columns in the join condition, then each SPU (machine) in netezza works 100% independent of the other (see nz-interview .) In hive, there's bucket

resend: Is a collocated join (a-la-netezza) theoretically possible in hive?

2011-08-07 Thread Ido Hadanny
When you join tables which are distributed on the same key and used these key columns in the join condition, then each SPU (machine) in netezza works 100% independent of the other (see nz-interview ). In hive, there's bucket

[jira] [Updated] (HIVE-2304) Support PreparedStatement.setObject

2011-09-17 Thread Ido Hadanny (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ido Hadanny updated HIVE-2304: -- Attachment: (was: HIVE-0.8-SetObject.1.patch.txt) > Support PreparedStatement.setObj

[jira] [Updated] (HIVE-2304) Support PreparedStatement.setObject

2011-09-17 Thread Ido Hadanny (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ido Hadanny updated HIVE-2304: -- Status: Patch Available (was: Open) This time all UT are present, not on account of old UT. > Supp

[jira] [Updated] (HIVE-2304) Support PreparedStatement.setObject

2011-09-17 Thread Ido Hadanny (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ido Hadanny updated HIVE-2304: -- Attachment: HIVE-0.8-SetObject.2.patch.txt new patch, this time with UT for setObject and for the

[jira] [Created] (HIVE-2291) support for "using" syntax join condition as a shorthand

2011-07-19 Thread Ido Hadanny (JIRA)
Components: SQL Affects Versions: 0.7.0 Reporter: Ido Hadanny Priority: Minor The "using" syntax for join conditions is a convenient shorthand. A using column list ( a, b, ... ) is shorthand for the on condition left_table.a = right_ table.a and left_tab

[jira] [Commented] (HIVE-2259) Skip comments in hive script

2011-07-24 Thread Ido Hadanny (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13070204#comment-13070204 ] Ido Hadanny commented on HIVE-2259: --- Hey, what about /* style comments? this also f

[jira] [Commented] (HIVE-2259) Skip comments in hive script

2011-07-24 Thread Ido Hadanny (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13070205#comment-13070205 ] Ido Hadanny commented on HIVE-2259: --- oops, wiki-markup-fail. meant: this also f

[jira] [Commented] (HIVE-2158) add the HivePreparedStatement implementation based on current HIVE supported data-type

2011-07-25 Thread Ido Hadanny (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13070626#comment-13070626 ] Ido Hadanny commented on HIVE-2158: --- setObject still implemented, and that's

[jira] [Created] (HIVE-2304) 5. Support PreparedStatement.setObject

2011-07-25 Thread Ido Hadanny (JIRA)
5. Support PreparedStatement.setObject -- Key: HIVE-2304 URL: https://issues.apache.org/jira/browse/HIVE-2304 Project: Hive Issue Type: Sub-task Reporter: Ido Hadanny -- This message is

[jira] [Updated] (HIVE-2304) Support PreparedStatement.setObject

2011-07-25 Thread Ido Hadanny (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ido Hadanny updated HIVE-2304: -- Description: PreparedStatement.setObject is important for spring's jdbcTemplate su

[jira] [Updated] (HIVE-2304) Support PreparedStatement.setObject

2011-07-25 Thread Ido Hadanny (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ido Hadanny updated HIVE-2304: -- Status: Patch Available (was: Open) > Support PreparedStatement.setObj

[jira] [Updated] (HIVE-2304) Support PreparedStatement.setObject

2011-07-25 Thread Ido Hadanny (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ido Hadanny updated HIVE-2304: -- Status: Open (was: Patch Available) > Support PreparedStatement.setObj

[jira] [Created] (HIVE-2314) JDBC HiveConnection.close() throws an exception: Error while cleaning up the server resources, caused by: org.apache.thrift.TApplicationException: Invalid method name: 'cl

2011-07-27 Thread Ido Hadanny (JIRA)
clean' --- Key: HIVE-2314 URL: https://issues.apache.org/jira/browse/HIVE-2314 Project: Hive Issue Type: Bug Reporter: Ido Hadanny Priority: Minor >From time

[jira] [Updated] (HIVE-2314) JDBC HiveConnection.close() throws an exception: Error while cleaning up the server resources, caused by: org.apache.thrift.TApplicationException: Invalid method name: 'cl

2011-07-27 Thread Ido Hadanny (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ido Hadanny updated HIVE-2314: -- Description: >From time to time, when calling JDBC HiveConnection.close() an exception is >

[jira] [Updated] (HIVE-2304) Support PreparedStatement.setObject

2011-07-28 Thread Ido Hadanny (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ido Hadanny updated HIVE-2304: -- Attachment: HIVE-2304.prepared_statement_set_object.1.patch > Support PreparedStatement.setObj

[jira] [Updated] (HIVE-2304) Support PreparedStatement.setObject

2011-07-30 Thread Ido Hadanny (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ido Hadanny updated HIVE-2304: -- Status: Patch Available (was: Open) > Support PreparedStatement.setObj

[jira] [Commented] (HIVE-2304) Support PreparedStatement.setObject

2011-07-30 Thread Ido Hadanny (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13073329#comment-13073329 ] Ido Hadanny commented on HIVE-2304: --- to my reviewer: I'm contemplating 2 alt

[jira] [Created] (HIVE-2341) SemanticAnalyzer.genJoinReduceSinkChild fails with NPE unless you specify an un-necessary table alias

2011-08-03 Thread Ido Hadanny (JIRA)
/HIVE-2341 Project: Hive Issue Type: Bug Components: Query Processor Affects Versions: 0.7.1 Reporter: Ido Hadanny Priority: Minor Following query: select * from V_EMF_LEARNING_ACTUAL_CHURN join (select

[jira] [Updated] (HIVE-2341) SemanticAnalyzer.genJoinReduceSinkChild fails with NPE unless you specify an un-necessary table alias

2011-08-03 Thread Ido Hadanny (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ido Hadanny updated HIVE-2341: -- Priority: Major (was: Minor) > SemanticAnalyzer.genJoinReduceSinkChild fails with NPE unless

[jira] [Updated] (HIVE-2304) Support PreparedStatement.setObject

2011-08-21 Thread Ido Hadanny (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ido Hadanny updated HIVE-2304: -- Attachment: HIVE-0.8-SetObject.1.patch.txt now with testCase, per john's request >

[jira] [Updated] (HIVE-2304) Support PreparedStatement.setObject

2011-08-21 Thread Ido Hadanny (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ido Hadanny updated HIVE-2304: -- Attachment: HIVE-0.8-SetObject.1.patch.txt Now with a testcase per John's request >

[jira] [Updated] (HIVE-2304) Support PreparedStatement.setObject

2011-08-21 Thread Ido Hadanny (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ido Hadanny updated HIVE-2304: -- Attachment: (was: HIVE-0.8-SetObject.1.patch.txt) > Support PreparedStatement.setObj

[jira] [Updated] (HIVE-2304) Support PreparedStatement.setObject

2011-08-21 Thread Ido Hadanny (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ido Hadanny updated HIVE-2304: -- Attachment: (was: HIVE-2304.prepared_statement_set_object.1.patch) > Supp

[jira] [Updated] (HIVE-2304) Support PreparedStatement.setObject

2011-08-21 Thread Ido Hadanny (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ido Hadanny updated HIVE-2304: -- Status: Patch Available (was: Open) now with a testcase per john's request >