Lisk Bucketing DDL Patch

2012-07-25 Thread Gang Tim Liu
Dear all hive developers, Please review the documentation: https://cwiki.apache.org/confluence/display/Hive/ListBucketing Since we are close to release the first patch DDL. We will continue to update the wiki about new information and in the meanwhile want to collect your feedback. Thanks Tim

Re: Lisk Bucketing DDL Patch

2012-07-27 Thread Gang Tim Liu
e the first patch DDL. >> >>In a comment on the design doc you said that the first phase would >>involve >>implementing this feature for a single-column end-to-end (DML+DDL). Has >>that plan changed? >> >>Thanks. >> >>Carl >> >>On Wed, Jul 25,

Atlassian JIRA Issue.

2012-08-09 Thread Gang Tim Liu
owse/HIVE-3369> Thanks Tim On 8/9/12 4:09 PM, "Gang Tim Liu (JIRA)" wrote: > > [ >https://issues.apache.org/jira/browse/HIVE-3371?page=com.atlassian.jira.pl >ugin.system.issuetabpanels:worklog-tabpanel\#worklog

run a test case for hadoop 23

2012-09-11 Thread Gang Tim Liu
Hello all, I am looking for help and thank first. How to run a test case for hadoop 23 only? Exact command? I tried the following and it didn't work: ant ... -Dhadoop.version=0.23.1 -Dhadoop-0.23.version=0.23.1 -Dhadoop.mr.rev=23 It still gets 0.20 as hadoop version. Thanks Tim

Re: run a test case for hadoop 23

2012-09-11 Thread Gang Tim Liu
=${hadoop-0.23.version} >hadoop.mr.rev=23 > >This works for me. > >chris > > > >On 9/11/12 1:59 PM, "Gang Tim Liu" wrote: > >>Hello all, >> >>I am looking for help and thank first. >> >>How to run a test case for hadoop 23 only? Exact command?

Re: run a test case for hadoop 23

2012-09-11 Thread Gang Tim Liu
kage > >Then you can try running your tests: > >ant test > >How do you know that it is using hadoop 20? > >chris > >On 9/11/12 3:57 PM, "Gang Tim Liu" wrote: > >>Not working. >> >>I must miss something. >> >>What command do you

Re: run a test case for hadoop 23

2012-09-11 Thread Gang Tim Liu
e can save efforts. Thanks Tim On 9/11/12 4:14 PM, "Gang Tim Liu" wrote: >I am running test in eclipse and it is printing > >INCLUDE list does not contain Hadoop Version 0.20. SkippingÅ  > >It's from QTestUtil.java due to hadoopversion 0.20 > > >Thanks > >

Re: run a test case for hadoop 23

2012-09-14 Thread Gang Tim Liu
>$ant test -Dhadoop.version=0.23.1 -Dhadoop-0.23.version=0.23.1 >-Dhadoop.mr.rev=23 > >Thanks, >Zhenxiao > >On Tue, Sep 11, 2012 at 4:51 PM, Gang Tim Liu wrote: >> This one will work and it doesn't need change in build.properties. >>Details >> in

Re: [jira] [Updated] (HIVE-2715) Upgrade Thrift dependency to 0.9.0

2012-11-08 Thread Gang Tim Liu
Hi Ashutosh, Thank you for working on it. After upgrade, is this still the command to build thrift "ant thriftif -Dthrift.home=/usr/local" I upgrade my thrift to 0.9.0. I see the following files generated and not in version control: metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/m

Re: [jira] [Updated] (HIVE-2715) Upgrade Thrift dependency to 0.9.0

2012-11-08 Thread Gang Tim Liu
Constants.java itself is no longer generated and I have removed >it >from trunk. > >Yeah, command remains same as you pointed out. > >[1] https://issues.apache.org/jira/browse/THRIFT-1090 > >Thanks, >Ashutosh > >On Thu, Nov 8, 2012 at 8:05 AM, Gang Tim Liu wrote: >

Re: hi

2013-04-18 Thread Gang Tim Liu
Super like it. On 4/18/13 5:31 AM, "Namit Jain" wrote: >Hi, > >Since we are developing at a very fast pace, it would be really useful to >think about maintainability and testing of the large codebase. >Historically, we have not focussed on a few things, and they might soon >bite us. I wanted to

How to pass config from qfile to Hive Metastore

2013-04-26 Thread Gang Tim Liu
Hi Dear all, I want to set a configuration in file and pass it to Hive Metastore for example logic in HiveAlterHandler.java. In order to do that, this configuration should be in HiveConf.metaVars. But, a simple test got NPE. Anyone has experience to pass config from qfile to Hive metastore? Atta

[jira] [Commented] (HIVE-2971) GET_JSON_OBJECT fails on some valid JSON keys

2012-05-01 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13265938#comment-13265938 ] Gang Tim Liu commented on HIVE-2971: Yes, removing space like the following works

[jira] [Assigned] (HIVE-2971) GET_JSON_OBJECT fails on some valid JSON keys

2012-05-01 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gang Tim Liu reassigned HIVE-2971: -- Assignee: Gang Tim Liu > GET_JSON_OBJECT fails on some valid JSON k

[jira] [Updated] (HIVE-2971) GET_JSON_OBJECT fails on some valid JSON keys

2012-05-04 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gang Tim Liu updated HIVE-2971: --- Status: Patch Available (was: Open) > GET_JSON_OBJECT fails on some valid JSON k

[jira] [Commented] (HIVE-2971) GET_JSON_OBJECT fails on some valid JSON keys

2012-05-04 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13268189#comment-13268189 ] Gang Tim Liu commented on HIVE-2971: Patch is ready for review: h

[jira] [Created] (HIVE-3003) "ant gen-test" fails in ./ql

2012-05-04 Thread Gang Tim Liu (JIRA)
Gang Tim Liu created HIVE-3003: -- Summary: "ant gen-test" fails in ./ql Key: HIVE-3003 URL: https://issues.apache.org/jira/browse/HIVE-3003 Project: Hive Issue Type: Bug

[jira] [Commented] (HIVE-3003) "ant gen-test" fails in ./ql

2012-05-04 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13268545#comment-13268545 ] Gang Tim Liu commented on HIVE-3003: Root-cause == ant-contrib is

[jira] [Commented] (HIVE-3003) "ant gen-test" fails in ./ql

2012-05-04 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13268556#comment-13268556 ] Gang Tim Liu commented on HIVE-3003: Yes, please so that I can update it t

[jira] [Commented] (HIVE-3003) "ant gen-test" fails in ./ql

2012-05-04 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13268560#comment-13268560 ] Gang Tim Liu commented on HIVE-3003: Hi Carl, I forgot to say "thanks&quo

[jira] [Commented] (HIVE-3003) "ant gen-test" fails in ./ql

2012-05-04 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13268576#comment-13268576 ] Gang Tim Liu commented on HIVE-3003: @Carl, thanks a lot. My wiki userid: gangti

[jira] [Commented] (HIVE-3003) "ant gen-test" fails in ./ql

2012-05-05 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13269010#comment-13269010 ] Gang Tim Liu commented on HIVE-3003: @Carl thanks a lot will let you know how it

[jira] [Updated] (HIVE-2971) GET_JSON_OBJECT fails on some valid JSON keys

2012-05-07 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gang Tim Liu updated HIVE-2971: --- Attachment: Hive-2971-patch > GET_JSON_OBJECT fails on some valid JSON k

[jira] [Commented] (HIVE-2971) GET_JSON_OBJECT fails on some valid JSON keys

2012-05-08 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13270662#comment-13270662 ] Gang Tim Liu commented on HIVE-2971: Kevin, thank you. You lead me through the w

[jira] [Updated] (HIVE-3003) "ant gen-test" fails in ./ql

2012-05-08 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gang Tim Liu updated HIVE-3003: --- Attachment: Hive-3003.png > "ant gen-test"

[jira] [Work started] (HIVE-3003) "ant gen-test" fails in ./ql

2012-05-08 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HIVE-3003 started by Gang Tim Liu. > "ant gen-test" fails in ./ql > > > Key: HIVE-3003 >

[jira] [Commented] (HIVE-3003) "ant gen-test" fails in ./ql

2012-05-08 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13270730#comment-13270730 ] Gang Tim Liu commented on HIVE-3003: I update wiki https://cwiki.apache

[jira] [Resolved] (HIVE-3003) "ant gen-test" fails in ./ql

2012-05-08 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gang Tim Liu resolved HIVE-3003. Resolution: Fixed Release Note: wiki has been updated. resolve the issue. > "ant

[jira] [Commented] (HIVE-3003) "ant gen-test" fails in ./ql

2012-05-08 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13270740#comment-13270740 ] Gang Tim Liu commented on HIVE-3003: @Carl, I forgot to thank you again :) sorry

[jira] [Created] (HIVE-3072) Hive List Bucketing - DDL support

2012-05-31 Thread Gang Tim Liu (JIRA)
Gang Tim Liu created HIVE-3072: -- Summary: Hive List Bucketing - DDL support Key: HIVE-3072 URL: https://issues.apache.org/jira/browse/HIVE-3072 Project: Hive Issue Type: New Feature

[jira] [Updated] (HIVE-3072) Hive List Bucketing - DDL support (single column)

2012-05-31 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gang Tim Liu updated HIVE-3072: --- Description: If a hive table column has skewed keys, query performance on non-skewed key is always

[jira] [Created] (HIVE-3073) Hive List Bucketing - DML support (single column/manual load)

2012-05-31 Thread Gang Tim Liu (JIRA)
Gang Tim Liu created HIVE-3073: -- Summary: Hive List Bucketing - DML support (single column/manual load) Key: HIVE-3073 URL: https://issues.apache.org/jira/browse/HIVE-3073 Project: Hive Issue

[jira] [Commented] (HIVE-3073) Hive List Bucketing - DML support (single column/manual load)

2012-06-01 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13287757#comment-13287757 ] Gang Tim Liu commented on HIVE-3073: Hi Carl, yes, i have sent out email to

[jira] [Updated] (HIVE-3072) Hive List Bucketing - DDL support

2012-06-11 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gang Tim Liu updated HIVE-3072: --- Summary: Hive List Bucketing - DDL support (was: Hive List Bucketing - DDL support (single column

[jira] [Updated] (HIVE-3072) Hive List Bucketing - DDL support

2012-06-11 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gang Tim Liu updated HIVE-3072: --- Description: If a hive table column has skewed keys, query performance on non-skewed key is always

[jira] [Commented] (HIVE-3072) Hive List Bucketing - DDL support

2012-06-11 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13292978#comment-13292978 ] Gang Tim Liu commented on HIVE-3072: making progress on DML. The following sy

[jira] [Commented] (HIVE-3072) Hive List Bucketing - DDL support

2012-06-11 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13292987#comment-13292987 ] Gang Tim Liu commented on HIVE-3072: We rethink "release approach". We c

[jira] [Commented] (HIVE-3072) Hive List Bucketing - DDL support

2012-06-11 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13293082#comment-13293082 ] Gang Tim Liu commented on HIVE-3072: Yes, we are heading to a single patch appr

[jira] [Created] (HIVE-3165) Hive thrift code doesnt generate quality hashCode()

2012-06-19 Thread Gang Tim Liu (JIRA)
Gang Tim Liu created HIVE-3165: -- Summary: Hive thrift code doesnt generate quality hashCode() Key: HIVE-3165 URL: https://issues.apache.org/jira/browse/HIVE-3165 Project: Hive Issue Type: Bug

[jira] [Work started] (HIVE-3165) Hive thrift code doesnt generate quality hashCode()

2012-06-20 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HIVE-3165 started by Gang Tim Liu. > Hive thrift code doesnt generate quality hashC

[jira] [Updated] (HIVE-3165) Hive thrift code doesnt generate quality hashCode()

2012-06-21 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gang Tim Liu updated HIVE-3165: --- Release Note: Patch has been submitted https://reviews.facebook.net/D3759 Status: Patch

[jira] [Commented] (HIVE-3165) Hive thrift code doesnt generate quality hashCode()

2012-06-21 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13398233#comment-13398233 ] Gang Tim Liu commented on HIVE-3165: patch is available for review h

[jira] [Updated] (HIVE-3165) Hive thrift code doesnt generate quality hashCode()

2012-06-21 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gang Tim Liu updated HIVE-3165: --- Attachment: Hive-3165.patch > Hive thrift code doesnt generate quality hashC

[jira] [Commented] (HIVE-3165) Hive thrift code doesnt generate quality hashCode()

2012-06-21 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13398238#comment-13398238 ] Gang Tim Liu commented on HIVE-3165: Patch is attached to here

[jira] [Commented] (HIVE-3165) Hive thrift code doesnt generate quality hashCode()

2012-06-21 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13398254#comment-13398254 ] Gang Tim Liu commented on HIVE-3165: @Carl, let me check. thanks a

[jira] [Commented] (HIVE-3165) Hive thrift code doesnt generate quality hashCode()

2012-06-21 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13398579#comment-13398579 ] Gang Tim Liu commented on HIVE-3165: Test passed. another batch is submitted to h

[jira] [Updated] (HIVE-3165) Hive thrift code doesnt generate quality hashCode()

2012-06-21 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gang Tim Liu updated HIVE-3165: --- Attachment: Hive-3165.patch-2 > Hive thrift code doesnt generate quality hashC

[jira] [Updated] (HIVE-3165) Hive thrift code doesnt generate quality hashCode()

2012-06-21 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gang Tim Liu updated HIVE-3165: --- Status: Patch Available (was: Open) A new patch is submitted. > Hive thrift c

[jira] [Commented] (HIVE-3165) Hive thrift code doesnt generate quality hashCode()

2012-06-21 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13398959#comment-13398959 ] Gang Tim Liu commented on HIVE-3165: @Carl, thanks @Namit, th

[jira] [Commented] (HIVE-3165) Hive thrift code doesnt generate quality hashCode()

2012-06-25 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13400820#comment-13400820 ] Gang Tim Liu commented on HIVE-3165: @Carl, good Monday. How tests go? what I ca

[jira] [Commented] (HIVE-3165) Hive thrift code doesnt generate quality hashCode()

2012-06-25 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13400844#comment-13400844 ] Gang Tim Liu commented on HIVE-3165: @Carl, thank you:) > Hive

[jira] [Created] (HIVE-3251) Hive doesn't remove scrach directories while killing running MR job

2012-07-11 Thread Gang Tim Liu (JIRA)
Gang Tim Liu created HIVE-3251: -- Summary: Hive doesn't remove scrach directories while killing running MR job Key: HIVE-3251 URL: https://issues.apache.org/jira/browse/HIVE-3251 Project:

[jira] [Work started] (HIVE-3251) Hive doesn't remove scrach directories while killing running MR job

2012-07-11 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HIVE-3251 started by Gang Tim Liu. > Hive doesn't remove scrach directories while killing runnin

[jira] [Commented] (HIVE-3251) Hive doesn't remove scrach directories while killing running MR job

2012-07-11 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13412280#comment-13412280 ] Gang Tim Liu commented on HIVE-3251: diff is ready to review h

[jira] [Updated] (HIVE-3251) Hive doesn't remove scrach directories while killing running MR job

2012-07-11 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gang Tim Liu updated HIVE-3251: --- Status: Patch Available (was: In Progress) https://reviews.facebook.net/D4089

[jira] [Updated] (HIVE-3251) Hive doesn't remove scrach directories while killing running MR job

2012-07-11 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gang Tim Liu updated HIVE-3251: --- Attachment: HIVE-3151.patch > Hive doesn't remove scrach directories while killing runnin

[jira] [Commented] (HIVE-3251) Hive doesn't remove scrach directories while killing running MR job

2012-07-19 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13418515#comment-13418515 ] Gang Tim Liu commented on HIVE-3251: Namit, thank you very much for review and co

[jira] [Assigned] (HIVE-3026) List Bucketing in Hive

2012-07-30 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gang Tim Liu reassigned HIVE-3026: -- Assignee: Gang Tim Liu > List Bucketing in H

[jira] [Commented] (HIVE-3026) List Bucketing in Hive

2012-07-30 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13424988#comment-13424988 ] Gang Tim Liu commented on HIVE-3026: I am working on it and will release the p

[jira] [Created] (HIVE-3342) Hive: Query misaligned result for Group by followed by Join with filter and skip a group-by result

2012-08-07 Thread Gang Tim Liu (JIRA)
Gang Tim Liu created HIVE-3342: -- Summary: Hive: Query misaligned result for Group by followed by Join with filter and skip a group-by result Key: HIVE-3342 URL: https://issues.apache.org/jira/browse/HIVE-3342

[jira] [Created] (HIVE-3343) Hive: Query misaligned result for Group by followed by Join with filter and skip a group-by result

2012-08-07 Thread Gang Tim Liu (JIRA)
Gang Tim Liu created HIVE-3343: -- Summary: Hive: Query misaligned result for Group by followed by Join with filter and skip a group-by result Key: HIVE-3343 URL: https://issues.apache.org/jira/browse/HIVE-3343

[jira] [Commented] (HIVE-3343) Hive: Query misaligned result for Group by followed by Join with filter and skip a group-by result

2012-08-07 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13430757#comment-13430757 ] Gang Tim Liu commented on HIVE-3343: If we remove "b.k1 < 5", it wi

[jira] [Commented] (HIVE-3343) Hive: Query misaligned result for Group by followed by Join with filter and skip a group-by result

2012-08-07 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13430761#comment-13430761 ] Gang Tim Liu commented on HIVE-3343: root-cause is ColumnPrunerFilterProc doe

[jira] [Commented] (HIVE-3343) Hive: Query misaligned result for Group by followed by Join with filter and skip a group-by result

2012-08-07 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13430776#comment-13430776 ] Gang Tim Liu commented on HIVE-3343: https://reviews.facebook.net/D

[jira] [Updated] (HIVE-3343) Hive: Query misaligned result for Group by followed by Join with filter and skip a group-by result

2012-08-07 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gang Tim Liu updated HIVE-3343: --- Attachment: hive-3343.patch > Hive: Query misaligned result for Group by followed by Join w

[jira] [Updated] (HIVE-3343) Hive: Query misaligned result for Group by followed by Join with filter and skip a group-by result

2012-08-07 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gang Tim Liu updated HIVE-3343: --- Status: Patch Available (was: Open) patch is submitted. > Hive: Query misalig

[jira] [Commented] (HIVE-3344) hive compilation on hadoop 23 is failing

2012-08-08 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13431419#comment-13431419 ] Gang Tim Liu commented on HIVE-3344: Created a section on wiki for hive compilatio

[jira] [Commented] (HIVE-3371) Local mode errors point to the wrong file

2012-08-09 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13432283#comment-13432283 ] Gang Tim Liu commented on HIVE-3371: https://reviews.facebook.net/D

[jira] [Updated] (HIVE-3371) Local mode errors point to the wrong file

2012-08-09 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gang Tim Liu updated HIVE-3371: --- Attachment: hive-3371 > Local mode errors point to the wrong f

[jira] [Work logged] (HIVE-3371) Local mode errors point to the wrong file

2012-08-09 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3371?page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel\#worklog-{worklog.getId()} ] Gang Tim Liu logged work on HIVE-3371: -- Author: Gang Tim Liu Created on

[jira] [Updated] (HIVE-3369) Local mode errors point to the wrong file

2012-08-13 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gang Tim Liu updated HIVE-3369: --- Priority: Trivial (was: Major) Issue Type: Task (was: Bug) Atlassian JIRA doesn't creat

[jira] [Updated] (HIVE-3372) Local mode errors point to the wrong file

2012-08-13 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gang Tim Liu updated HIVE-3372: --- Priority: Trivial (was: Major) Issue Type: Task (was: Bug) Atlassian JIRA doesn't creat

[jira] [Updated] (HIVE-3371) Local mode errors point to the wrong file

2012-08-13 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gang Tim Liu updated HIVE-3371: --- Priority: Trivial (was: Minor) Issue Type: Task (was: Bug) Atlassian JIRA doesn't creat

[jira] [Updated] (HIVE-3347) Local mode errors point to the wrong file

2012-08-13 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gang Tim Liu updated HIVE-3347: --- Priority: Trivial (was: Major) Issue Type: Task (was: Bug) Atlassian JIRA doesn't creat

[jira] [Updated] (HIVE-3346) Local mode errors point to the wrong file

2012-08-13 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gang Tim Liu updated HIVE-3346: --- Priority: Trivial (was: Major) Issue Type: Task (was: Bug) Atlassian JIRA doesn't creat

[jira] [Updated] (HIVE-3370) Local mode errors point to the wrong file

2012-08-13 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gang Tim Liu updated HIVE-3370: --- Priority: Trivial (was: Major) Issue Type: Task (was: Bug) Atlassian JIRA doesn't creat

[jira] [Created] (HIVE-3376) Local mode errors point to the wrong file

2012-08-13 Thread Gang Tim Liu (JIRA)
Gang Tim Liu created HIVE-3376: -- Summary: Local mode errors point to the wrong file Key: HIVE-3376 URL: https://issues.apache.org/jira/browse/HIVE-3376 Project: Hive Issue Type: Bug

[jira] [Assigned] (HIVE-3376) Local mode errors point to the wrong file

2012-08-13 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gang Tim Liu reassigned HIVE-3376: -- Assignee: Gang Tim Liu > Local mode errors point to the wrong f

[jira] [Work started] (HIVE-3376) Local mode errors point to the wrong file

2012-08-13 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HIVE-3376 started by Gang Tim Liu. > Local mode errors point to the wrong file > - > > Ke

[jira] [Commented] (HIVE-3376) Local mode errors point to the wrong file

2012-08-13 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13433316#comment-13433316 ] Gang Tim Liu commented on HIVE-3376: https://reviews.facebook.net/D

[jira] [Updated] (HIVE-3376) Local mode errors point to the wrong file

2012-08-13 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gang Tim Liu updated HIVE-3376: --- Attachment: hive-3371 > Local mode errors point to the wrong f

[jira] [Updated] (HIVE-3376) Local mode errors point to the wrong file

2012-08-13 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gang Tim Liu updated HIVE-3376: --- Status: Patch Available (was: In Progress) > Local mode errors point to the wrong f

[jira] [Commented] (HIVE-3376) Local mode errors point to the wrong file

2012-08-13 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13433325#comment-13433325 ] Gang Tim Liu commented on HIVE-3376: While executing in local mode, the proces

[jira] [Commented] (HIVE-3072) Hive List Bucketing - DDL support

2012-08-13 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13433326#comment-13433326 ] Gang Tim Liu commented on HIVE-3072: https://reviews.facebook.net/D

[jira] [Commented] (HIVE-3072) Hive List Bucketing - DDL support

2012-08-13 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13433328#comment-13433328 ] Gang Tim Liu commented on HIVE-3072: There are a few reasons to release a DDL

[jira] [Commented] (HIVE-3343) Hive: Query misaligned result for Group by followed by Join with filter and skip a group-by result

2012-08-13 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13433892#comment-13433892 ] Gang Tim Liu commented on HIVE-3343: thanks Namit > Hive

[jira] [Commented] (HIVE-3072) Hive List Bucketing - DDL support

2012-08-13 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13433904#comment-13433904 ] Gang Tim Liu commented on HIVE-3072: yes, I am. > Hive List Bu

[jira] [Commented] (HIVE-3376) Local mode errors point to the wrong file

2012-08-14 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13434244#comment-13434244 ] Gang Tim Liu commented on HIVE-3376: @Carl, yes, will add a testcase and address

[jira] [Work started] (HIVE-3072) Hive List Bucketing - DDL support

2012-08-14 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HIVE-3072 started by Gang Tim Liu. > Hive List Bucketing - DDL support > - > > Ke

[jira] [Updated] (HIVE-3072) Hive List Bucketing - DDL support

2012-08-14 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gang Tim Liu updated HIVE-3072: --- Attachment: HIVE-3072.patch > Hive List Bucketing - DDL supp

[jira] [Updated] (HIVE-3072) Hive List Bucketing - DDL support

2012-08-14 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gang Tim Liu updated HIVE-3072: --- Status: Patch Available (was: In Progress) Patch is available for review. > H

[jira] [Work started] (HIVE-3072) Hive List Bucketing - DDL support

2012-08-15 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HIVE-3072 started by Gang Tim Liu. > Hive List Bucketing - DDL support > - > > Ke

[jira] [Updated] (HIVE-3072) Hive List Bucketing - DDL support

2012-08-15 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gang Tim Liu updated HIVE-3072: --- Attachment: HIVE-3072.patch.1 > Hive List Bucketing - DDL supp

[jira] [Updated] (HIVE-3072) Hive List Bucketing - DDL support

2012-08-15 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gang Tim Liu updated HIVE-3072: --- Status: Patch Available (was: In Progress) Patch is in both jira and phabricator

[jira] [Commented] (HIVE-3072) Hive List Bucketing - DDL support

2012-08-15 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13435527#comment-13435527 ] Gang Tim Liu commented on HIVE-3072: Good points. Work-in-progress patch might no

[jira] [Commented] (HIVE-3072) Hive List Bucketing - DDL support

2012-08-16 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13436084#comment-13436084 ] Gang Tim Liu commented on HIVE-3072: thank you for providing comments. will add

[jira] [Created] (HIVE-3390) Hive List Bucketing - DDL support - DB upgrade script for Derby, Postgres, and Oracle

2012-08-16 Thread Gang Tim Liu (JIRA)
Gang Tim Liu created HIVE-3390: -- Summary: Hive List Bucketing - DDL support - DB upgrade script for Derby, Postgres, and Oracle Key: HIVE-3390 URL: https://issues.apache.org/jira/browse/HIVE-3390

[jira] [Commented] (HIVE-3390) Hive List Bucketing - DDL support - DB upgrade script for Derby, Postgres, and Oracle

2012-08-16 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13436246#comment-13436246 ] Gang Tim Liu commented on HIVE-3390: @Carl, got you. do you have some instruction

[jira] [Commented] (HIVE-3390) Hive List Bucketing - DDL support - DB upgrade script for Derby, Postgres, and Oracle

2012-08-16 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13436253#comment-13436253 ] Gang Tim Liu commented on HIVE-3390: I see. will do it last. I am making changes

[jira] [Updated] (HIVE-3394) Refractor a few classes' constructor with builder pattern

2012-08-17 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gang Tim Liu updated HIVE-3394: --- Description: It's good to refactor the following classes' constructors with builder/factor

  1   2   3   4   5   6   7   >