[jira] [Commented] (HIVE-2819) Closed range scans on hbase keys

2013-01-09 Thread Hudson (JIRA)

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

Hudson commented on HIVE-2819:
--

Integrated in Hive-trunk-hadoop2 #54 (See 
[https://builds.apache.org/job/Hive-trunk-hadoop2/54/])
HIVE-2819 : Closed range scans on hbase keys : Reviewed by Carl Steinbach 
(hashutosh) (Revision 1303978)

 Result = ABORTED
hashutosh : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1303978
Files : 
* 
/hive/trunk/hbase-handler/src/java/org/apache/hadoop/hive/hbase/HBaseStorageHandler.java
* 
/hive/trunk/hbase-handler/src/java/org/apache/hadoop/hive/hbase/HiveHBaseTableInputFormat.java
* /hive/trunk/hbase-handler/src/test/queries/hbase_ppd_key_range.q
* /hive/trunk/hbase-handler/src/test/queries/ppd_key_ranges.q
* /hive/trunk/hbase-handler/src/test/results/hbase_ppd_key_range.q.out
* /hive/trunk/hbase-handler/src/test/results/ppd_key_ranges.q.out


 Closed range scans on hbase keys 
 -

 Key: HIVE-2819
 URL: https://issues.apache.org/jira/browse/HIVE-2819
 Project: Hive
  Issue Type: New Feature
  Components: HBase Handler
Reporter: Ashutosh Chauhan
Assignee: Ashutosh Chauhan
 Fix For: 0.9.0

 Attachments: ASF.LICENSE.NOT.GRANTED--HIVE-2819.D1923.1.patch, 
 ASF.LICENSE.NOT.GRANTED--HIVE-2819.D1923.2.patch, 
 ASF.LICENSE.NOT.GRANTED--HIVE-2819.D1923.3.patch


 This patch pushes range scans on keys of closed form into hbase 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HIVE-2819) Closed range scans on hbase keys

2012-03-22 Thread Carl Steinbach (Commented) (JIRA)

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

Carl Steinbach commented on HIVE-2819:
--

+1.

@Ashutosh: Please commit if tests pass. Thanks!

 Closed range scans on hbase keys 
 -

 Key: HIVE-2819
 URL: https://issues.apache.org/jira/browse/HIVE-2819
 Project: Hive
  Issue Type: Improvement
  Components: HBase Handler
Reporter: Ashutosh Chauhan
Assignee: Ashutosh Chauhan
 Attachments: HIVE-2819.D1923.1.patch, HIVE-2819.D1923.2.patch, 
 HIVE-2819.D1923.3.patch


 This patch pushes range scans on keys of closed form into hbase 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HIVE-2819) Closed range scans on hbase keys

2012-03-22 Thread Hudson (Commented) (JIRA)

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

Hudson commented on HIVE-2819:
--

Integrated in Hive-trunk-h0.21 #1326 (See 
[https://builds.apache.org/job/Hive-trunk-h0.21/1326/])
HIVE-2819 : Closed range scans on hbase keys : Reviewed by Carl Steinbach 
(hashutosh) (Revision 1303978)

 Result = FAILURE
hashutosh : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1303978
Files : 
* 
/hive/trunk/hbase-handler/src/java/org/apache/hadoop/hive/hbase/HBaseStorageHandler.java
* 
/hive/trunk/hbase-handler/src/java/org/apache/hadoop/hive/hbase/HiveHBaseTableInputFormat.java
* /hive/trunk/hbase-handler/src/test/queries/hbase_ppd_key_range.q
* /hive/trunk/hbase-handler/src/test/queries/ppd_key_ranges.q
* /hive/trunk/hbase-handler/src/test/results/hbase_ppd_key_range.q.out
* /hive/trunk/hbase-handler/src/test/results/ppd_key_ranges.q.out


 Closed range scans on hbase keys 
 -

 Key: HIVE-2819
 URL: https://issues.apache.org/jira/browse/HIVE-2819
 Project: Hive
  Issue Type: Improvement
  Components: HBase Handler
Reporter: Ashutosh Chauhan
Assignee: Ashutosh Chauhan
 Fix For: 0.9.0

 Attachments: HIVE-2819.D1923.1.patch, HIVE-2819.D1923.2.patch, 
 HIVE-2819.D1923.3.patch


 This patch pushes range scans on keys of closed form into hbase 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HIVE-2819) Closed range scans on hbase keys

2012-03-21 Thread Ashutosh Chauhan (Commented) (JIRA)

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

Ashutosh Chauhan commented on HIVE-2819:


All the tests passed.
{code}
BUILD SUCCESSFUL
Total time: 328 minutes 17 seconds
{code}

 Closed range scans on hbase keys 
 -

 Key: HIVE-2819
 URL: https://issues.apache.org/jira/browse/HIVE-2819
 Project: Hive
  Issue Type: Improvement
  Components: HBase Handler
Reporter: Ashutosh Chauhan
Assignee: Ashutosh Chauhan
 Attachments: HIVE-2819.D1923.1.patch, HIVE-2819.D1923.2.patch, 
 HIVE-2819.D1923.3.patch


 This patch pushes range scans on keys of closed form into hbase 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HIVE-2819) Closed range scans on hbase keys

2012-03-15 Thread Phabricator (Commented) (JIRA)

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

Phabricator commented on HIVE-2819:
---

cwsteinbach has accepted the revision HIVE-2819 [jira] Closed range scans on 
hbase keys.

  +1. Will commit if tests pass.

INLINE COMMENTS
  
hbase-handler/src/java/org/apache/hadoop/hive/hbase/HBaseStorageHandler.java:305
 I think this is a little easier to read when rewritten as:

  if (scSize  1 || 2  scSize)

REVISION DETAIL
  https://reviews.facebook.net/D1923

BRANCH
  2818


 Closed range scans on hbase keys 
 -

 Key: HIVE-2819
 URL: https://issues.apache.org/jira/browse/HIVE-2819
 Project: Hive
  Issue Type: Improvement
  Components: HBase Handler
Reporter: Ashutosh Chauhan
Assignee: Ashutosh Chauhan
 Attachments: HIVE-2819.D1923.1.patch


 This patch pushes range scans on keys of closed form into hbase 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HIVE-2819) Closed range scans on hbase keys

2012-03-15 Thread Phabricator (Commented) (JIRA)

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

Phabricator commented on HIVE-2819:
---

cwsteinbach has requested changes to the revision HIVE-2819 [jira] Closed 
range scans on hbase keys.

  Patch needs to be rebased.

REVISION DETAIL
  https://reviews.facebook.net/D1923

BRANCH
  2818


 Closed range scans on hbase keys 
 -

 Key: HIVE-2819
 URL: https://issues.apache.org/jira/browse/HIVE-2819
 Project: Hive
  Issue Type: Improvement
  Components: HBase Handler
Reporter: Ashutosh Chauhan
Assignee: Ashutosh Chauhan
 Attachments: HIVE-2819.D1923.1.patch


 This patch pushes range scans on keys of closed form into hbase 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira