[jira] [Commented] (HIVE-1643) support range scans and non-key columns in HBase filter pushdown

2011-09-22 Thread Otis Gospodnetic (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-1643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13112784#comment-13112784
 ] 

Otis Gospodnetic commented on HIVE-1643:


Vaibhav - judging from the lack of response since you asked about this a month 
ago, you should push forward with this, yes!

 support range scans and non-key columns in HBase filter pushdown
 

 Key: HIVE-1643
 URL: https://issues.apache.org/jira/browse/HIVE-1643
 Project: Hive
  Issue Type: Improvement
  Components: HBase Handler
Affects Versions: 0.7.0
Reporter: John Sichi
Assignee: Vaibhav Aggarwal

 HIVE-1226 added support for WHERE rowkey=3.  We would like to support WHERE 
 rowkey BETWEEN 10 and 20, as well as predicates on non-rowkeys (plus 
 conjunctions etc).  Non-rowkey conditions can't be used to filter out entire 
 ranges, but they can be used to push the per-row filter processing as far 
 down as possible.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HIVE-2181) Clean up the scratch.dir (tmp/hive-root) while restarting Hive server.

2011-09-22 Thread Chinna Rao Lalam (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-2181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chinna Rao Lalam updated HIVE-2181:
---

Attachment: HIVE-2181.6.patch

  Clean up the scratch.dir (tmp/hive-root) while restarting Hive server. 
 

 Key: HIVE-2181
 URL: https://issues.apache.org/jira/browse/HIVE-2181
 Project: Hive
  Issue Type: Bug
  Components: Server Infrastructure
Affects Versions: 0.8.0
 Environment: Suse linux, Hadoop 20.1, Hive 0.8
Reporter: sanoj mathew
Assignee: Chinna Rao Lalam
Priority: Minor
 Attachments: HIVE-2181.1.patch, HIVE-2181.2.patch, HIVE-2181.3.patch, 
 HIVE-2181.4.patch, HIVE-2181.5.patch, HIVE-2181.6.patch, HIVE-2181.patch

   Original Estimate: 48h
  Remaining Estimate: 48h

 Now queries leaves the map outputs under scratch.dir after execution. If the 
 hive server is stopped we need not keep the stopped server's map oputputs. So 
 whle starting the server we can clear the scratch.dir. This can help in 
 improved disk usage.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira





[jira] [Commented] (HIVE-1643) support range scans and non-key columns in HBase filter pushdown

2011-09-22 Thread Vaibhav Aggarwal (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-1643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13112791#comment-13112791
 ] 

Vaibhav Aggarwal commented on HIVE-1643:


I have been looking into this since last 3 days.

I would ideally like to break this into:

1. Add support for range query on primary key
2. Add support for filter pushdown on non primary key columns

I will try to submit a patch for 1. soon.

 support range scans and non-key columns in HBase filter pushdown
 

 Key: HIVE-1643
 URL: https://issues.apache.org/jira/browse/HIVE-1643
 Project: Hive
  Issue Type: Improvement
  Components: HBase Handler
Affects Versions: 0.7.0
Reporter: John Sichi
Assignee: Vaibhav Aggarwal

 HIVE-1226 added support for WHERE rowkey=3.  We would like to support WHERE 
 rowkey BETWEEN 10 and 20, as well as predicates on non-rowkeys (plus 
 conjunctions etc).  Non-rowkey conditions can't be used to filter out entire 
 ranges, but they can be used to push the per-row filter processing as far 
 down as possible.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




Re: Review Request: Clean up the scratch.dir (tmp/hive-root) while restarting Hive server.

2011-09-22 Thread chinnarao

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/1481/
---

(Updated 2011-09-22 18:26:19.812602)


Review request for hive.


Changes
---

In testcases server startup is removed and added unit tests for 
cleanUpScratchDir().


Summary
---

Now queries leaves the map outputs under scratch.dir after execution. If the 
hive server is stopped we need not keep the stopped server's map oputputs. So 
whle starting the server we can clear the scratch.dir. This can help in 
improved disk usage.

Implemented a cleanup method in HiveServer and it will trigger based on the 
property value hive.start.cleanup.scrachdir


This addresses bug HIVE-2181.
https://issues.apache.org/jira/browse/HIVE-2181


Diffs (updated)
-

  trunk/common/src/java/org/apache/hadoop/hive/common/ServerUtils.java 
PRE-CREATION 
  trunk/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java 1174277 
  trunk/conf/hive-default.xml 1174277 
  trunk/service/src/java/org/apache/hadoop/hive/service/HiveServer.java 1174277 
  trunk/service/src/test/org/apache/hadoop/hive/service/TestHiveServer.java 
1174277 

Diff: https://reviews.apache.org/r/1481/diff


Testing
---

Added test case for this scenario.


Thanks,

chinna



[jira] [Commented] (HIVE-2181) Clean up the scratch.dir (tmp/hive-root) while restarting Hive server.

2011-09-22 Thread jirapos...@reviews.apache.org (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-2181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13112796#comment-13112796
 ] 

jirapos...@reviews.apache.org commented on HIVE-2181:
-


---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/1481/
---

(Updated 2011-09-22 18:26:19.812602)


Review request for hive.


Changes
---

In testcases server startup is removed and added unit tests for 
cleanUpScratchDir().


Summary
---

Now queries leaves the map outputs under scratch.dir after execution. If the 
hive server is stopped we need not keep the stopped server's map oputputs. So 
whle starting the server we can clear the scratch.dir. This can help in 
improved disk usage.

Implemented a cleanup method in HiveServer and it will trigger based on the 
property value hive.start.cleanup.scrachdir


This addresses bug HIVE-2181.
https://issues.apache.org/jira/browse/HIVE-2181


Diffs (updated)
-

  trunk/common/src/java/org/apache/hadoop/hive/common/ServerUtils.java 
PRE-CREATION 
  trunk/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java 1174277 
  trunk/conf/hive-default.xml 1174277 
  trunk/service/src/java/org/apache/hadoop/hive/service/HiveServer.java 1174277 
  trunk/service/src/test/org/apache/hadoop/hive/service/TestHiveServer.java 
1174277 

Diff: https://reviews.apache.org/r/1481/diff


Testing
---

Added test case for this scenario.


Thanks,

chinna



  Clean up the scratch.dir (tmp/hive-root) while restarting Hive server. 
 

 Key: HIVE-2181
 URL: https://issues.apache.org/jira/browse/HIVE-2181
 Project: Hive
  Issue Type: Bug
  Components: Server Infrastructure
Affects Versions: 0.8.0
 Environment: Suse linux, Hadoop 20.1, Hive 0.8
Reporter: sanoj mathew
Assignee: Chinna Rao Lalam
Priority: Minor
 Attachments: HIVE-2181.1.patch, HIVE-2181.2.patch, HIVE-2181.3.patch, 
 HIVE-2181.4.patch, HIVE-2181.5.patch, HIVE-2181.6.patch, HIVE-2181.patch

   Original Estimate: 48h
  Remaining Estimate: 48h

 Now queries leaves the map outputs under scratch.dir after execution. If the 
 hive server is stopped we need not keep the stopped server's map oputputs. So 
 whle starting the server we can clear the scratch.dir. This can help in 
 improved disk usage.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HIVE-2181) Clean up the scratch.dir (tmp/hive-root) while restarting Hive server.

2011-09-22 Thread Chinna Rao Lalam (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-2181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chinna Rao Lalam updated HIVE-2181:
---

Status: Patch Available  (was: Open)

  Clean up the scratch.dir (tmp/hive-root) while restarting Hive server. 
 

 Key: HIVE-2181
 URL: https://issues.apache.org/jira/browse/HIVE-2181
 Project: Hive
  Issue Type: Bug
  Components: Server Infrastructure
Affects Versions: 0.8.0
 Environment: Suse linux, Hadoop 20.1, Hive 0.8
Reporter: sanoj mathew
Assignee: Chinna Rao Lalam
Priority: Minor
 Attachments: HIVE-2181.1.patch, HIVE-2181.2.patch, HIVE-2181.3.patch, 
 HIVE-2181.4.patch, HIVE-2181.5.patch, HIVE-2181.6.patch, HIVE-2181.patch

   Original Estimate: 48h
  Remaining Estimate: 48h

 Now queries leaves the map outputs under scratch.dir after execution. If the 
 hive server is stopped we need not keep the stopped server's map oputputs. So 
 whle starting the server we can clear the scratch.dir. This can help in 
 improved disk usage.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HIVE-2457) Files in Avro-backed Hive tables do not have a .avro extension

2011-09-22 Thread jirapos...@reviews.apache.org (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-2457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13112826#comment-13112826
 ] 

jirapos...@reviews.apache.org commented on HIVE-2457:
-



bq.  On 2011-09-21 00:26:28, Carl Steinbach wrote:
bq.   trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java, line 892
bq.   https://reviews.apache.org/r/1989/diff/1/?file=2#file2line892
bq.  
bq.   Please add this configuration property to HiveConf and 
hive-default.xml
bq.  
bq.  Tom White wrote:
bq.  Does Hive have the concept of private configuration properties? This 
is one that would set by SerDe's, not by users, which is why I didn't add it to 
HiveConf/hive-default.xml.

No, it doesn't, but it should. I'll file a JIRA. In the meantime this property 
should still be included in hive-default and HiveConf.


- Carl


---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/1989/#review1982
---


On 2011-09-20 22:28:53, Carl Steinbach wrote:
bq.  
bq.  ---
bq.  This is an automatically generated e-mail. To reply, visit:
bq.  https://reviews.apache.org/r/1989/
bq.  ---
bq.  
bq.  (Updated 2011-09-20 22:28:53)
bq.  
bq.  
bq.  Review request for hive.
bq.  
bq.  
bq.  Summary
bq.  ---
bq.  
bq.  Review for HIVE-2457
bq.  
bq.  
bq.  This addresses bug HIVE-2457.
bq.  https://issues.apache.org/jira/browse/HIVE-2457
bq.  
bq.  
bq.  Diffs
bq.  -
bq.  
bq.trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/FileSinkOperator.java 
1173340 
bq.trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java 1173340 
bq.trunk/ql/src/java/org/apache/hadoop/hive/ql/io/HiveFileFormatUtils.java 
1173340 
bq.trunk/ql/src/test/org/apache/hadoop/hive/ql/exec/TestUtilities.java 
PRE-CREATION 
bq.  
bq.  Diff: https://reviews.apache.org/r/1989/diff
bq.  
bq.  
bq.  Testing
bq.  ---
bq.  
bq.  
bq.  Thanks,
bq.  
bq.  Carl
bq.  
bq.



 Files in Avro-backed Hive tables do not have a .avro extension
 

 Key: HIVE-2457
 URL: https://issues.apache.org/jira/browse/HIVE-2457
 Project: Hive
  Issue Type: Improvement
  Components: Query Processor, Serializers/Deserializers
Reporter: Tom White
Assignee: Tom White
 Attachments: HIVE-2457.patch, HIVE-2457.patch


 When using the Avro SerDe (see HIVE-895, https://github.com/jghoman/haivvreo) 
 the files created for an Avro table do not have a .avro extension, which 
 causes problems for tools like Avro MapReduce or Sqoop which expect the 
 extension. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HIVE-2461) Add method to PerfLogger to perform cleanup/final steps.

2011-09-22 Thread Kevin Wilfong (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-2461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kevin Wilfong updated HIVE-2461:


Attachment: HIVE-2461.1.patch.txt

 Add method to PerfLogger to perform cleanup/final steps.
 

 Key: HIVE-2461
 URL: https://issues.apache.org/jira/browse/HIVE-2461
 Project: Hive
  Issue Type: Improvement
Reporter: Kevin Wilfong
Assignee: Kevin Wilfong
 Attachments: HIVE-2461.1.patch.txt


 I think a method added to PerfLogger to perform cleanup/final steps would be 
 very useful.  For example, it could be used to close any database connections 
 created as part of a PerfLogger subclass, or to perform logging that requires 
 all perf values to first be calculated.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HIVE-2461) Add method to PerfLogger to perform cleanup/final steps.

2011-09-22 Thread jirapos...@reviews.apache.org (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-2461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13112850#comment-13112850
 ] 

jirapos...@reviews.apache.org commented on HIVE-2461:
-


---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2023/
---

Review request for hive, Yongqiang He and Ning Zhang.


Summary
---

I added a method called finishPerfLogger, which is called at the end of the run 
method in Driver to allow PerfLogger subclasses to perform any cleanup tasks or 
logging that requires all the perf stats to have been calculated.  It takes as 
parameters a Log, to be consistent with the other methods in PerfLogger, as 
well as the QueryPlan from Driver in order to allow information such as the 
query ID to be logged.


This addresses bug HIVE-2461.
https://issues.apache.org/jira/browse/HIVE-2461


Diffs
-

  trunk/ql/src/java/org/apache/hadoop/hive/ql/Driver.java 1173881 
  trunk/ql/src/java/org/apache/hadoop/hive/ql/log/PerfLogger.java 1173881 

Diff: https://reviews.apache.org/r/2023/diff


Testing
---

I created a subclass of PerfLogger which implemented the finishPerfLogger 
method, and verified it was successfully called and executed.

I also ran some of the unit tests to verify nothing was broken.


Thanks,

Kevin



 Add method to PerfLogger to perform cleanup/final steps.
 

 Key: HIVE-2461
 URL: https://issues.apache.org/jira/browse/HIVE-2461
 Project: Hive
  Issue Type: Improvement
Reporter: Kevin Wilfong
Assignee: Kevin Wilfong
 Attachments: HIVE-2461.1.patch.txt


 I think a method added to PerfLogger to perform cleanup/final steps would be 
 very useful.  For example, it could be used to close any database connections 
 created as part of a PerfLogger subclass, or to perform logging that requires 
 all perf values to first be calculated.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (HIVE-2462) make INNER a non-reserved keyword

2011-09-22 Thread John Sichi (JIRA)
make INNER a non-reserved keyword
-

 Key: HIVE-2462
 URL: https://issues.apache.org/jira/browse/HIVE-2462
 Project: Hive
  Issue Type: Improvement
Reporter: John Sichi
Assignee: John Sichi


HIVE-2191 introduced the INNER keyword as reserved, which breaks backwards 
compatibility for queries which were using it as an identifier.  This patch 
addresses that.


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




Review Request: HIVE-2462

2011-09-22 Thread John Sichi

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2024/
---

Review request for hive.


Summary
---

HIVE-2462


This addresses bug HIVE-2462.
https://issues.apache.org/jira/browse/HIVE-2462


Diffs
-

  
http://svn.apache.org/repos/asf/hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/parse/Hive.g
 1174316 
  
http://svn.apache.org/repos/asf/hive/trunk/ql/src/test/queries/clientpositive/innerjoin.q
 1174316 
  
http://svn.apache.org/repos/asf/hive/trunk/ql/src/test/results/clientpositive/innerjoin.q.out
 1174316 

Diff: https://reviews.apache.org/r/2024/diff


Testing
---


Thanks,

John



[jira] [Commented] (HIVE-2462) make INNER a non-reserved keyword

2011-09-22 Thread jirapos...@reviews.apache.org (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-2462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13112860#comment-13112860
 ] 

jirapos...@reviews.apache.org commented on HIVE-2462:
-


---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2024/
---

Review request for hive.


Summary
---

HIVE-2462


This addresses bug HIVE-2462.
https://issues.apache.org/jira/browse/HIVE-2462


Diffs
-

  
http://svn.apache.org/repos/asf/hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/parse/Hive.g
 1174316 
  
http://svn.apache.org/repos/asf/hive/trunk/ql/src/test/queries/clientpositive/innerjoin.q
 1174316 
  
http://svn.apache.org/repos/asf/hive/trunk/ql/src/test/results/clientpositive/innerjoin.q.out
 1174316 

Diff: https://reviews.apache.org/r/2024/diff


Testing
---


Thanks,

John



 make INNER a non-reserved keyword
 -

 Key: HIVE-2462
 URL: https://issues.apache.org/jira/browse/HIVE-2462
 Project: Hive
  Issue Type: Improvement
Reporter: John Sichi
Assignee: John Sichi
 Fix For: 0.9.0

 Attachments: HIVE-2462.1.patch


 HIVE-2191 introduced the INNER keyword as reserved, which breaks backwards 
 compatibility for queries which were using it as an identifier.  This patch 
 addresses that.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HIVE-2462) make INNER a non-reserved keyword

2011-09-22 Thread John Sichi (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-2462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13112861#comment-13112861
 ] 

John Sichi commented on HIVE-2462:
--

Not sure whether we want/need this, but if so, here's the patch.


 make INNER a non-reserved keyword
 -

 Key: HIVE-2462
 URL: https://issues.apache.org/jira/browse/HIVE-2462
 Project: Hive
  Issue Type: Improvement
Reporter: John Sichi
Assignee: John Sichi
 Fix For: 0.9.0

 Attachments: HIVE-2462.1.patch


 HIVE-2191 introduced the INNER keyword as reserved, which breaks backwards 
 compatibility for queries which were using it as an identifier.  This patch 
 addresses that.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HIVE-2181) Clean up the scratch.dir (tmp/hive-root) while restarting Hive server.

2011-09-22 Thread John Sichi (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-2181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13112881#comment-13112881
 ] 

John Sichi commented on HIVE-2181:
--

+1.  Will commit when tests pass.

  Clean up the scratch.dir (tmp/hive-root) while restarting Hive server. 
 

 Key: HIVE-2181
 URL: https://issues.apache.org/jira/browse/HIVE-2181
 Project: Hive
  Issue Type: Bug
  Components: Server Infrastructure
Affects Versions: 0.8.0
 Environment: Suse linux, Hadoop 20.1, Hive 0.8
Reporter: sanoj mathew
Assignee: Chinna Rao Lalam
Priority: Minor
 Attachments: HIVE-2181.1.patch, HIVE-2181.2.patch, HIVE-2181.3.patch, 
 HIVE-2181.4.patch, HIVE-2181.5.patch, HIVE-2181.6.patch, HIVE-2181.patch

   Original Estimate: 48h
  Remaining Estimate: 48h

 Now queries leaves the map outputs under scratch.dir after execution. If the 
 hive server is stopped we need not keep the stopped server's map oputputs. So 
 whle starting the server we can clear the scratch.dir. This can help in 
 improved disk usage.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




Hive-0.8.0-SNAPSHOT-h0.21 - Build # 29 - Fixed

2011-09-22 Thread Apache Jenkins Server
Changes for Build #28

Changes for Build #29



All tests passed

The Apache Jenkins build system has built Hive-0.8.0-SNAPSHOT-h0.21 (build #29)

Status: Fixed

Check console output at 
https://builds.apache.org/job/Hive-0.8.0-SNAPSHOT-h0.21/29/ to view the results.


[jira] [Assigned] (HIVE-1558) introducing the dual table

2011-09-22 Thread John Sichi (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-1558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

John Sichi reassigned HIVE-1558:


Assignee: Marcin Kurczych

 introducing the dual table
 

 Key: HIVE-1558
 URL: https://issues.apache.org/jira/browse/HIVE-1558
 Project: Hive
  Issue Type: New Feature
  Components: Query Processor
Reporter: Ning Zhang
Assignee: Marcin Kurczych

 The dual table in MySQL and Oracle is very convenient in testing UDFs or 
 constructing rows without reading any other tables. 
 If dual is the only data source we could leverage the local mode execution. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HIVE-1003) optimize metadata only queries

2011-09-22 Thread Marcin Kurczych (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-1003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marcin Kurczych updated HIVE-1003:
--

Attachment: HIVE-1003.1.patch

 optimize metadata only queries
 --

 Key: HIVE-1003
 URL: https://issues.apache.org/jira/browse/HIVE-1003
 Project: Hive
  Issue Type: New Feature
  Components: Query Processor
Reporter: Namit Jain
Assignee: Marcin Kurczych
 Attachments: HIVE-1003.1.patch


 Queries like:
 select max(ds) from T 
 where ds is a partitioning column should be optimized.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HIVE-1003) optimize metadata only queries

2011-09-22 Thread Marcin Kurczych (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-1003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marcin Kurczych updated HIVE-1003:
--

Release Note: Added support for metadata only queries and DUAL table. DUAL 
becomes keyword - incompability with previous versions.
Hadoop Flags: [Incompatible change]
  Status: Patch Available  (was: Open)

https://reviews.apache.org/r/1962/

 optimize metadata only queries
 --

 Key: HIVE-1003
 URL: https://issues.apache.org/jira/browse/HIVE-1003
 Project: Hive
  Issue Type: New Feature
  Components: Query Processor
Reporter: Namit Jain
Assignee: Marcin Kurczych
 Attachments: HIVE-1003.1.patch


 Queries like:
 select max(ds) from T 
 where ds is a partitioning column should be optimized.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




Review Request: HIVE-2442. Metastore upgrade script and schema DDL for Hive 0.8.0

2011-09-22 Thread Carl Steinbach

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2026/
---

Review request for hive.


Summary
---

Metastore upgrade scripts and schema DDL for Hive 0.8.0 and 0.9.0-dev.
The 0.8.0 version of this patch does not include the 0.9.0 schema DDL
and 0.8.0-to-0.9.0 upgrade script.


This addresses bug HIVE-2442.
https://issues.apache.org/jira/browse/HIVE-2442


Diffs
-

  metastore/scripts/upgrade/derby/hive-schema-0.8.0.derby.sql PRE-CREATION 
  metastore/scripts/upgrade/derby/hive-schema-0.9.0.derby.sql PRE-CREATION 
  metastore/scripts/upgrade/derby/upgrade-0.7.0-to-0.8.0.derby.sql PRE-CREATION 
  metastore/scripts/upgrade/derby/upgrade-0.8.0-to-0.9.0.derby.sql PRE-CREATION 
  metastore/scripts/upgrade/mysql/008-HIVE-2246.mysql.sql 2e3821d 
  metastore/scripts/upgrade/mysql/hive-schema-0.8.0.mysql.sql PRE-CREATION 
  metastore/scripts/upgrade/mysql/hive-schema-0.9.0.mysql.sql PRE-CREATION 
  metastore/scripts/upgrade/mysql/upgrade-0.7.0-to-0.8.0.mysql.sql PRE-CREATION 
  metastore/scripts/upgrade/mysql/upgrade-0.8.0-to-0.9.0.mysql.sql PRE-CREATION 

Diff: https://reviews.apache.org/r/2026/diff


Testing
---


Thanks,

Carl



[jira] [Updated] (HIVE-2442) Metastore upgrade script and schema DDL for Hive 0.8.0

2011-09-22 Thread Carl Steinbach (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-2442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Carl Steinbach updated HIVE-2442:
-

Attachment: HIVE-2442-trunk.1.patch.txt

 Metastore upgrade script and schema DDL for Hive 0.8.0
 --

 Key: HIVE-2442
 URL: https://issues.apache.org/jira/browse/HIVE-2442
 Project: Hive
  Issue Type: Task
  Components: Metastore
Reporter: Carl Steinbach
Assignee: Carl Steinbach
Priority: Blocker
 Fix For: 0.8.0

 Attachments: HIVE-2442-trunk.1.patch.txt




--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HIVE-2442) Metastore upgrade script and schema DDL for Hive 0.8.0

2011-09-22 Thread jirapos...@reviews.apache.org (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-2442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13112981#comment-13112981
 ] 

jirapos...@reviews.apache.org commented on HIVE-2442:
-


---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2026/
---

Review request for hive.


Summary
---

Metastore upgrade scripts and schema DDL for Hive 0.8.0 and 0.9.0-dev.
The 0.8.0 version of this patch does not include the 0.9.0 schema DDL
and 0.8.0-to-0.9.0 upgrade script.


This addresses bug HIVE-2442.
https://issues.apache.org/jira/browse/HIVE-2442


Diffs
-

  metastore/scripts/upgrade/derby/hive-schema-0.8.0.derby.sql PRE-CREATION 
  metastore/scripts/upgrade/derby/hive-schema-0.9.0.derby.sql PRE-CREATION 
  metastore/scripts/upgrade/derby/upgrade-0.7.0-to-0.8.0.derby.sql PRE-CREATION 
  metastore/scripts/upgrade/derby/upgrade-0.8.0-to-0.9.0.derby.sql PRE-CREATION 
  metastore/scripts/upgrade/mysql/008-HIVE-2246.mysql.sql 2e3821d 
  metastore/scripts/upgrade/mysql/hive-schema-0.8.0.mysql.sql PRE-CREATION 
  metastore/scripts/upgrade/mysql/hive-schema-0.9.0.mysql.sql PRE-CREATION 
  metastore/scripts/upgrade/mysql/upgrade-0.7.0-to-0.8.0.mysql.sql PRE-CREATION 
  metastore/scripts/upgrade/mysql/upgrade-0.8.0-to-0.9.0.mysql.sql PRE-CREATION 

Diff: https://reviews.apache.org/r/2026/diff


Testing
---


Thanks,

Carl



 Metastore upgrade script and schema DDL for Hive 0.8.0
 --

 Key: HIVE-2442
 URL: https://issues.apache.org/jira/browse/HIVE-2442
 Project: Hive
  Issue Type: Task
  Components: Metastore
Reporter: Carl Steinbach
Assignee: Carl Steinbach
Priority: Blocker
 Fix For: 0.8.0

 Attachments: HIVE-2442-trunk.1.patch.txt




--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HIVE-2442) Metastore upgrade script and schema DDL for Hive 0.8.0

2011-09-22 Thread Carl Steinbach (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-2442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Carl Steinbach updated HIVE-2442:
-

Attachment: HIVE-2442-branch-08.1.patch.txt

 Metastore upgrade script and schema DDL for Hive 0.8.0
 --

 Key: HIVE-2442
 URL: https://issues.apache.org/jira/browse/HIVE-2442
 Project: Hive
  Issue Type: Task
  Components: Metastore
Reporter: Carl Steinbach
Assignee: Carl Steinbach
Priority: Blocker
 Fix For: 0.8.0

 Attachments: HIVE-2442-branch-08.1.patch.txt, 
 HIVE-2442-trunk.1.patch.txt




--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HIVE-2442) Metastore upgrade script and schema DDL for Hive 0.8.0

2011-09-22 Thread Carl Steinbach (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-2442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Carl Steinbach updated HIVE-2442:
-

Status: Patch Available  (was: Open)

 Metastore upgrade script and schema DDL for Hive 0.8.0
 --

 Key: HIVE-2442
 URL: https://issues.apache.org/jira/browse/HIVE-2442
 Project: Hive
  Issue Type: Task
  Components: Metastore
Reporter: Carl Steinbach
Assignee: Carl Steinbach
Priority: Blocker
 Fix For: 0.8.0

 Attachments: HIVE-2442-branch-08.1.patch.txt, 
 HIVE-2442-trunk.1.patch.txt




--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Assigned] (HIVE-2244) Add a Plugin Developer Kit to Hive

2011-09-22 Thread John Sichi (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-2244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

John Sichi reassigned HIVE-2244:


Assignee: John Sichi

 Add a Plugin Developer Kit to Hive
 --

 Key: HIVE-2244
 URL: https://issues.apache.org/jira/browse/HIVE-2244
 Project: Hive
  Issue Type: New Feature
  Components: UDF
Reporter: John Sichi
Assignee: John Sichi
 Attachments: HIVE-2244.patch


 See https://cwiki.apache.org/confluence/display/Hive/PluginDeveloperKit

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HIVE-2462) make INNER a non-reserved keyword

2011-09-22 Thread He Yongqiang (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-2462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13113027#comment-13113027
 ] 

He Yongqiang commented on HIVE-2462:


The patch looks good, we should have it. running test

 make INNER a non-reserved keyword
 -

 Key: HIVE-2462
 URL: https://issues.apache.org/jira/browse/HIVE-2462
 Project: Hive
  Issue Type: Improvement
Reporter: John Sichi
Assignee: John Sichi
 Fix For: 0.9.0

 Attachments: HIVE-2462.1.patch


 HIVE-2191 introduced the INNER keyword as reserved, which breaks backwards 
 compatibility for queries which were using it as an identifier.  This patch 
 addresses that.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




Re: Review Request: Add method to PerfLogger to perform cleanup/final steps.

2011-09-22 Thread Kevin Wilfong

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2023/
---

(Updated 2011-09-22 23:54:37.554390)


Review request for hive, Yongqiang He and Ning Zhang.


Summary (updated)
---

I added a method called finishPerfLogger, which is called at the end of the run 
method in Driver to allow PerfLogger subclasses to perform any cleanup tasks or 
logging that requires all the perf stats to have been calculated.  It takes as 
parameters a Log, to be consistent with the other methods in PerfLogger, as 
well as the QueryPlan from Driver in order to allow information such as the 
query ID to be logged.

I should note that finishPerfLogger is not guaranteed to run.  This was my 
intention.


This addresses bug HIVE-2461.
https://issues.apache.org/jira/browse/HIVE-2461


Diffs
-

  trunk/ql/src/java/org/apache/hadoop/hive/ql/Driver.java 1173881 
  trunk/ql/src/java/org/apache/hadoop/hive/ql/log/PerfLogger.java 1173881 

Diff: https://reviews.apache.org/r/2023/diff


Testing
---

I created a subclass of PerfLogger which implemented the finishPerfLogger 
method, and verified it was successfully called and executed.

I also ran some of the unit tests to verify nothing was broken.


Thanks,

Kevin



[jira] [Commented] (HIVE-2461) Add method to PerfLogger to perform cleanup/final steps.

2011-09-22 Thread jirapos...@reviews.apache.org (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-2461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13113042#comment-13113042
 ] 

jirapos...@reviews.apache.org commented on HIVE-2461:
-


---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2023/
---

(Updated 2011-09-22 23:54:37.554390)


Review request for hive, Yongqiang He and Ning Zhang.


Summary (updated)
---

I added a method called finishPerfLogger, which is called at the end of the run 
method in Driver to allow PerfLogger subclasses to perform any cleanup tasks or 
logging that requires all the perf stats to have been calculated.  It takes as 
parameters a Log, to be consistent with the other methods in PerfLogger, as 
well as the QueryPlan from Driver in order to allow information such as the 
query ID to be logged.

I should note that finishPerfLogger is not guaranteed to run.  This was my 
intention.


This addresses bug HIVE-2461.
https://issues.apache.org/jira/browse/HIVE-2461


Diffs
-

  trunk/ql/src/java/org/apache/hadoop/hive/ql/Driver.java 1173881 
  trunk/ql/src/java/org/apache/hadoop/hive/ql/log/PerfLogger.java 1173881 

Diff: https://reviews.apache.org/r/2023/diff


Testing
---

I created a subclass of PerfLogger which implemented the finishPerfLogger 
method, and verified it was successfully called and executed.

I also ran some of the unit tests to verify nothing was broken.


Thanks,

Kevin



 Add method to PerfLogger to perform cleanup/final steps.
 

 Key: HIVE-2461
 URL: https://issues.apache.org/jira/browse/HIVE-2461
 Project: Hive
  Issue Type: Improvement
Reporter: Kevin Wilfong
Assignee: Kevin Wilfong
 Attachments: HIVE-2461.1.patch.txt


 I think a method added to PerfLogger to perform cleanup/final steps would be 
 very useful.  For example, it could be used to close any database connections 
 created as part of a PerfLogger subclass, or to perform logging that requires 
 all perf values to first be calculated.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




Re: Review Request: Add method to PerfLogger to perform cleanup/final steps.

2011-09-22 Thread Yongqiang He

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2023/#review2030
---



trunk/ql/src/java/org/apache/hadoop/hive/ql/log/PerfLogger.java
https://reviews.apache.org/r/2023/#comment4579

one nitpick is that do you think call this function a 'close' will be more 
clear? we already have a PerfLogEnd().


- Yongqiang


On 2011-09-22 23:54:37, Kevin Wilfong wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/2023/
 ---
 
 (Updated 2011-09-22 23:54:37)
 
 
 Review request for hive, Yongqiang He and Ning Zhang.
 
 
 Summary
 ---
 
 I added a method called finishPerfLogger, which is called at the end of the 
 run method in Driver to allow PerfLogger subclasses to perform any cleanup 
 tasks or logging that requires all the perf stats to have been calculated.  
 It takes as parameters a Log, to be consistent with the other methods in 
 PerfLogger, as well as the QueryPlan from Driver in order to allow 
 information such as the query ID to be logged.
 
 I should note that finishPerfLogger is not guaranteed to run.  This was my 
 intention.
 
 
 This addresses bug HIVE-2461.
 https://issues.apache.org/jira/browse/HIVE-2461
 
 
 Diffs
 -
 
   trunk/ql/src/java/org/apache/hadoop/hive/ql/Driver.java 1173881 
   trunk/ql/src/java/org/apache/hadoop/hive/ql/log/PerfLogger.java 1173881 
 
 Diff: https://reviews.apache.org/r/2023/diff
 
 
 Testing
 ---
 
 I created a subclass of PerfLogger which implemented the finishPerfLogger 
 method, and verified it was successfully called and executed.
 
 I also ran some of the unit tests to verify nothing was broken.
 
 
 Thanks,
 
 Kevin
 




[jira] [Commented] (HIVE-2461) Add method to PerfLogger to perform cleanup/final steps.

2011-09-22 Thread jirapos...@reviews.apache.org (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-2461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13113047#comment-13113047
 ] 

jirapos...@reviews.apache.org commented on HIVE-2461:
-


---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2023/#review2030
---



trunk/ql/src/java/org/apache/hadoop/hive/ql/log/PerfLogger.java
https://reviews.apache.org/r/2023/#comment4579

one nitpick is that do you think call this function a 'close' will be more 
clear? we already have a PerfLogEnd().


- Yongqiang


On 2011-09-22 23:54:37, Kevin Wilfong wrote:
bq.  
bq.  ---
bq.  This is an automatically generated e-mail. To reply, visit:
bq.  https://reviews.apache.org/r/2023/
bq.  ---
bq.  
bq.  (Updated 2011-09-22 23:54:37)
bq.  
bq.  
bq.  Review request for hive, Yongqiang He and Ning Zhang.
bq.  
bq.  
bq.  Summary
bq.  ---
bq.  
bq.  I added a method called finishPerfLogger, which is called at the end of 
the run method in Driver to allow PerfLogger subclasses to perform any cleanup 
tasks or logging that requires all the perf stats to have been calculated.  It 
takes as parameters a Log, to be consistent with the other methods in 
PerfLogger, as well as the QueryPlan from Driver in order to allow information 
such as the query ID to be logged.
bq.  
bq.  I should note that finishPerfLogger is not guaranteed to run.  This was my 
intention.
bq.  
bq.  
bq.  This addresses bug HIVE-2461.
bq.  https://issues.apache.org/jira/browse/HIVE-2461
bq.  
bq.  
bq.  Diffs
bq.  -
bq.  
bq.trunk/ql/src/java/org/apache/hadoop/hive/ql/Driver.java 1173881 
bq.trunk/ql/src/java/org/apache/hadoop/hive/ql/log/PerfLogger.java 1173881 
bq.  
bq.  Diff: https://reviews.apache.org/r/2023/diff
bq.  
bq.  
bq.  Testing
bq.  ---
bq.  
bq.  I created a subclass of PerfLogger which implemented the finishPerfLogger 
method, and verified it was successfully called and executed.
bq.  
bq.  I also ran some of the unit tests to verify nothing was broken.
bq.  
bq.  
bq.  Thanks,
bq.  
bq.  Kevin
bq.  
bq.



 Add method to PerfLogger to perform cleanup/final steps.
 

 Key: HIVE-2461
 URL: https://issues.apache.org/jira/browse/HIVE-2461
 Project: Hive
  Issue Type: Improvement
Reporter: Kevin Wilfong
Assignee: Kevin Wilfong
 Attachments: HIVE-2461.1.patch.txt


 I think a method added to PerfLogger to perform cleanup/final steps would be 
 very useful.  For example, it could be used to close any database connections 
 created as part of a PerfLogger subclass, or to perform logging that requires 
 all perf values to first be calculated.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




Re: Review Request: Add method to PerfLogger to perform cleanup/final steps.

2011-09-22 Thread Kevin Wilfong

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2023/
---

(Updated 2011-09-23 00:08:56.319090)


Review request for hive, Yongqiang He and Ning Zhang.


Changes
---

Thanks Yongqiang.  I didn't like the name either, but the only other one I 
could come up with was finalize which I didn't want to use for obvious reasons.


Summary
---

I added a method called finishPerfLogger, which is called at the end of the run 
method in Driver to allow PerfLogger subclasses to perform any cleanup tasks or 
logging that requires all the perf stats to have been calculated.  It takes as 
parameters a Log, to be consistent with the other methods in PerfLogger, as 
well as the QueryPlan from Driver in order to allow information such as the 
query ID to be logged.

I should note that finishPerfLogger is not guaranteed to run.  This was my 
intention.


This addresses bug HIVE-2461.
https://issues.apache.org/jira/browse/HIVE-2461


Diffs (updated)
-

  trunk/ql/src/java/org/apache/hadoop/hive/ql/Driver.java 1173881 
  trunk/ql/src/java/org/apache/hadoop/hive/ql/log/PerfLogger.java 1173881 

Diff: https://reviews.apache.org/r/2023/diff


Testing
---

I created a subclass of PerfLogger which implemented the finishPerfLogger 
method, and verified it was successfully called and executed.

I also ran some of the unit tests to verify nothing was broken.


Thanks,

Kevin



[jira] [Commented] (HIVE-2461) Add method to PerfLogger to perform cleanup/final steps.

2011-09-22 Thread jirapos...@reviews.apache.org (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-2461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13113048#comment-13113048
 ] 

jirapos...@reviews.apache.org commented on HIVE-2461:
-


---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2023/
---

(Updated 2011-09-23 00:08:56.319090)


Review request for hive, Yongqiang He and Ning Zhang.


Changes
---

Thanks Yongqiang.  I didn't like the name either, but the only other one I 
could come up with was finalize which I didn't want to use for obvious reasons.


Summary
---

I added a method called finishPerfLogger, which is called at the end of the run 
method in Driver to allow PerfLogger subclasses to perform any cleanup tasks or 
logging that requires all the perf stats to have been calculated.  It takes as 
parameters a Log, to be consistent with the other methods in PerfLogger, as 
well as the QueryPlan from Driver in order to allow information such as the 
query ID to be logged.

I should note that finishPerfLogger is not guaranteed to run.  This was my 
intention.


This addresses bug HIVE-2461.
https://issues.apache.org/jira/browse/HIVE-2461


Diffs (updated)
-

  trunk/ql/src/java/org/apache/hadoop/hive/ql/Driver.java 1173881 
  trunk/ql/src/java/org/apache/hadoop/hive/ql/log/PerfLogger.java 1173881 

Diff: https://reviews.apache.org/r/2023/diff


Testing
---

I created a subclass of PerfLogger which implemented the finishPerfLogger 
method, and verified it was successfully called and executed.

I also ran some of the unit tests to verify nothing was broken.


Thanks,

Kevin



 Add method to PerfLogger to perform cleanup/final steps.
 

 Key: HIVE-2461
 URL: https://issues.apache.org/jira/browse/HIVE-2461
 Project: Hive
  Issue Type: Improvement
Reporter: Kevin Wilfong
Assignee: Kevin Wilfong
 Attachments: HIVE-2461.1.patch.txt, HIVE-2461.2.patch.txt


 I think a method added to PerfLogger to perform cleanup/final steps would be 
 very useful.  For example, it could be used to close any database connections 
 created as part of a PerfLogger subclass, or to perform logging that requires 
 all perf values to first be calculated.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HIVE-2461) Add method to PerfLogger to perform cleanup/final steps.

2011-09-22 Thread He Yongqiang (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-2461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13113068#comment-13113068
 ] 

He Yongqiang commented on HIVE-2461:


+1, will commit after tests pass

 Add method to PerfLogger to perform cleanup/final steps.
 

 Key: HIVE-2461
 URL: https://issues.apache.org/jira/browse/HIVE-2461
 Project: Hive
  Issue Type: Improvement
Reporter: Kevin Wilfong
Assignee: Kevin Wilfong
 Attachments: HIVE-2461.1.patch.txt, HIVE-2461.2.patch.txt


 I think a method added to PerfLogger to perform cleanup/final steps would be 
 very useful.  For example, it could be used to close any database connections 
 created as part of a PerfLogger subclass, or to perform logging that requires 
 all perf values to first be calculated.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (HIVE-2463) fix Eclipse for javaewah upgrade

2011-09-22 Thread John Sichi (JIRA)
fix Eclipse for javaewah upgrade


 Key: HIVE-2463
 URL: https://issues.apache.org/jira/browse/HIVE-2463
 Project: Hive
  Issue Type: Bug
  Components: Build Infrastructure
Affects Versions: 0.9.0
Reporter: John Sichi
Assignee: John Sichi


I always forget this.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HIVE-2463) fix Eclipse for javaewah upgrade

2011-09-22 Thread John Sichi (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-2463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

John Sichi updated HIVE-2463:
-

Attachment: HIVE-2463.1.patch

 fix Eclipse for javaewah upgrade
 

 Key: HIVE-2463
 URL: https://issues.apache.org/jira/browse/HIVE-2463
 Project: Hive
  Issue Type: Bug
  Components: Build Infrastructure
Affects Versions: 0.9.0
Reporter: John Sichi
Assignee: John Sichi
 Fix For: 0.9.0

 Attachments: HIVE-2463.1.patch


 I always forget this.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HIVE-2463) fix Eclipse for javaewah upgrade

2011-09-22 Thread John Sichi (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-2463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

John Sichi updated HIVE-2463:
-

Fix Version/s: 0.9.0
   Status: Patch Available  (was: Open)

 fix Eclipse for javaewah upgrade
 

 Key: HIVE-2463
 URL: https://issues.apache.org/jira/browse/HIVE-2463
 Project: Hive
  Issue Type: Bug
  Components: Build Infrastructure
Affects Versions: 0.9.0
Reporter: John Sichi
Assignee: John Sichi
 Fix For: 0.9.0

 Attachments: HIVE-2463.1.patch


 I always forget this.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HIVE-2244) Add a Plugin Developer Kit to Hive

2011-09-22 Thread John Sichi (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-2244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

John Sichi updated HIVE-2244:
-

Attachment: HIVE-2244.1.patch

HIVE-2244.1.patch has the optimization.

 Add a Plugin Developer Kit to Hive
 --

 Key: HIVE-2244
 URL: https://issues.apache.org/jira/browse/HIVE-2244
 Project: Hive
  Issue Type: New Feature
  Components: UDF
Reporter: John Sichi
Assignee: John Sichi
 Attachments: HIVE-2244.1.patch, HIVE-2244.patch


 See https://cwiki.apache.org/confluence/display/Hive/PluginDeveloperKit

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




Review Request: HIVE-2244

2011-09-22 Thread John Sichi

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2030/
---

Review request for hive.


Summary
---

HIVE-2244


This addresses bug HIVE-2244.
https://issues.apache.org/jira/browse/HIVE-2244


Diffs
-

  http://svn.apache.org/repos/asf/hive/trunk/pdk/test-plugin/build.xml 
PRE-CREATION 
  
http://svn.apache.org/repos/asf/hive/trunk/pdk/test-plugin/src/org/apache/hive/pdktest/Rot13.java
 PRE-CREATION 
  http://svn.apache.org/repos/asf/hive/trunk/pdk/test-plugin/test/cleanup.sql 
PRE-CREATION 
  http://svn.apache.org/repos/asf/hive/trunk/pdk/test-plugin/test/onerow.txt 
PRE-CREATION 
  http://svn.apache.org/repos/asf/hive/trunk/pdk/test-plugin/test/setup.sql 
PRE-CREATION 
  
http://svn.apache.org/repos/asf/hive/trunk/pdk/src/java/org/apache/hive/pdk/PluginTest.java
 PRE-CREATION 
  
http://svn.apache.org/repos/asf/hive/trunk/pdk/src/java/org/apache/hive/pdk/HivePdkUnitTest.java
 PRE-CREATION 
  
http://svn.apache.org/repos/asf/hive/trunk/pdk/src/java/org/apache/hive/pdk/HivePdkUnitTests.java
 PRE-CREATION 
  
http://svn.apache.org/repos/asf/hive/trunk/pdk/src/java/org/apache/hive/pdk/FunctionExtractor.java
 PRE-CREATION 
  http://svn.apache.org/repos/asf/hive/trunk/pdk/scripts/build-plugin.xml 
PRE-CREATION 
  http://svn.apache.org/repos/asf/hive/trunk/pdk/scripts/class-registration.xsl 
PRE-CREATION 
  http://svn.apache.org/repos/asf/hive/trunk/pdk/scripts/README PRE-CREATION 
  http://svn.apache.org/repos/asf/hive/trunk/pdk/build.xml PRE-CREATION 
  
http://svn.apache.org/repos/asf/hive/trunk/cli/src/java/org/apache/hadoop/hive/cli/CliDriver.java
 1174460 
  http://svn.apache.org/repos/asf/hive/trunk/build.xml 1174460 

Diff: https://reviews.apache.org/r/2030/diff


Testing
---


Thanks,

John



[jira] [Updated] (HIVE-2244) Add a Plugin Developer Kit to Hive

2011-09-22 Thread John Sichi (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-2244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

John Sichi updated HIVE-2244:
-

Status: Patch Available  (was: Open)

Review Board at

https://reviews.apache.org/r/2030


 Add a Plugin Developer Kit to Hive
 --

 Key: HIVE-2244
 URL: https://issues.apache.org/jira/browse/HIVE-2244
 Project: Hive
  Issue Type: New Feature
  Components: UDF
Reporter: John Sichi
Assignee: John Sichi
 Attachments: HIVE-2244.1.patch, HIVE-2244.patch


 See https://cwiki.apache.org/confluence/display/Hive/PluginDeveloperKit

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (HIVE-2464) report progress in MapOperator

2011-09-22 Thread He Yongqiang (JIRA)
report progress in MapOperator
--

 Key: HIVE-2464
 URL: https://issues.apache.org/jira/browse/HIVE-2464
 Project: Hive
  Issue Type: Improvement
Reporter: He Yongqiang
Assignee: He Yongqiang




--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HIVE-2244) Add a Plugin Developer Kit to Hive

2011-09-22 Thread Carl Steinbach (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-2244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13113097#comment-13113097
 ] 

Carl Steinbach commented on HIVE-2244:
--

+1. Will commit if tests pass.

 Add a Plugin Developer Kit to Hive
 --

 Key: HIVE-2244
 URL: https://issues.apache.org/jira/browse/HIVE-2244
 Project: Hive
  Issue Type: New Feature
  Components: UDF
Reporter: John Sichi
Assignee: John Sichi
 Attachments: HIVE-2244.1.patch, HIVE-2244.patch


 See https://cwiki.apache.org/confluence/display/Hive/PluginDeveloperKit

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira