Re: Review Request 17694: Synchronize HiveConf with hive-default.xml.template and support show conf

2014-02-18 Thread Navis Ryu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17694/ --- (Updated Feb. 19, 2014, 7:05 a.m.) Review request for hive. Changes ---

Re: [jira] [Commented] (HIVE-6037) Synchronize HiveConf with hive-default.xml.template and support show conf

2014-02-18 Thread Navis류승우
JIRA seemed entered to maintenance status, so replying to mail. I've forget why I made SystemVarilables class in common package, which handled this problem in the first patch. Almost done. 2014-02-19 11:23 GMT+09:00 Brock Noland (JIRA) : > > [ > https://issues.apache.org/jira/browse/HIVE-60

Re: Review Request 18250: SQL std auth - allow grant/revoke roles if user has ADMIN OPTION

2014-02-18 Thread Navis Ryu
> On Feb. 19, 2014, 2:04 a.m., Navis Ryu wrote: > > ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/sqlstd/SQLStdHiveAccessController.java, > > line 457 > > > > > > should this be doesUserHasGrantO

Re: Review Request 18250: SQL std auth - allow grant/revoke roles if user has ADMIN OPTION

2014-02-18 Thread Ashutosh Chauhan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18250/ --- (Updated Feb. 19, 2014, 3:31 a.m.) Review request for hive. Changes ---

Re: Review Request 18250: SQL std auth - allow grant/revoke roles if user has ADMIN OPTION

2014-02-18 Thread Ashutosh Chauhan
> On Feb. 19, 2014, 2:04 a.m., Navis Ryu wrote: > > ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/sqlstd/SQLStdHiveAccessController.java, > > line 457 > > > > > > should this be doesUserHasGrantO

Re: Review Request 14950: Make JDBC use the new HiveServer2 async execution API by default

2014-02-18 Thread Vaibhav Gumashta
> On Feb. 18, 2014, 6:41 p.m., Prasad Mujumdar wrote: > > @Vaibhav, thanks for the patch and following up on the overall async > > execution line items! > > > > The patch itself looks fine on the first pass. I do have a high level > > question on the approach. The patch enables async execution

[jira] [Updated] (HIVE-6326) Split generation in ORC may generate wrong split boundaries because of unaccounted padded bytes

2014-02-18 Thread Vikram Dixit K (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vikram Dixit K updated HIVE-6326: - Resolution: Fixed Status: Resolved (was: Patch Available) Committed to trunk. Thanks Pras

[jira] [Commented] (HIVE-6330) Metastore support for permanent UDFs

2014-02-18 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13905060#comment-13905060 ] Ashutosh Chauhan commented on HIVE-6330: +1 pending tests. > Metastore support for

Re: Review Request 17494: HIVE-6330: Metastore support for permanent UDFs

2014-02-18 Thread Ashutosh Chauhan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17494/#review34835 --- Ship it! Ship It! - Ashutosh Chauhan On Feb. 19, 2014, 2:22 a.m.

[jira] [Commented] (HIVE-5994) ORC RLEv2 encodes wrongly for large negative BIGINTs (64 bits )

2014-02-18 Thread Puneet Gupta (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13905058#comment-13905058 ] Puneet Gupta commented on HIVE-5994: Hi Prasanth This is the code I Used to reproduce

[jira] [Updated] (HIVE-6455) Scalable dynamic partitioning and bucketing optimization

2014-02-18 Thread Prasanth J (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasanth J updated HIVE-6455: - Attachment: HIVE-6455.4.patch > Scalable dynamic partitioning and bucketing optimization > ---

[jira] [Updated] (HIVE-6455) Scalable dynamic partitioning and bucketing optimization

2014-02-18 Thread Prasanth J (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasanth J updated HIVE-6455: - Attachment: (was: HIVE-6455.4.patch) > Scalable dynamic partitioning and bucketing optimization >

[jira] [Updated] (HIVE-6455) Scalable dynamic partitioning and bucketing optimization

2014-02-18 Thread Prasanth J (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasanth J updated HIVE-6455: - Attachment: HIVE-6455.4.patch Unrelated HiveConf slipped in earlier patch. Removed it in this patch. > Sc

[jira] [Updated] (HIVE-6455) Scalable dynamic partitioning and bucketing optimization

2014-02-18 Thread Prasanth J (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasanth J updated HIVE-6455: - Attachment: HIVE-6455.3.patch Fixed some test failures by regenerating golden files which are expected to

[jira] [Commented] (HIVE-4887) sql standard auth should disable commands that impose security risk

2014-02-18 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13905042#comment-13905042 ] Thejas M Nair commented on HIVE-4887: - We should also check if there are other config p

[jira] [Commented] (HIVE-6037) Synchronize HiveConf with hive-default.xml.template and support show conf

2014-02-18 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13905033#comment-13905033 ] Brock Noland commented on HIVE-6037: I think to fix the build issue we could upgrade to

Re: Review Request 17494: HIVE-6330: Metastore support for permanent UDFs

2014-02-18 Thread Jason Dere
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17494/ --- (Updated Feb. 19, 2014, 2:22 a.m.) Review request for hive. Changes ---

[jira] [Updated] (HIVE-6330) Metastore support for permanent UDFs

2014-02-18 Thread Jason Dere (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dere updated HIVE-6330: - Attachment: HIVE-6330.7.patch Patch v7 addresses Ashutosh's review comments. Thanks Ashutosh! > Metastor

[jira] [Commented] (HIVE-6037) Synchronize HiveConf with hive-default.xml.template and support show conf

2014-02-18 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13905024#comment-13905024 ] Navis commented on HIVE-6037: - Sorry, my bad. I'll check this. > Synchronize HiveConf with hiv

[jira] [Updated] (HIVE-4887) sql standard auth should disable commands that impose security risk

2014-02-18 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thejas M Nair updated HIVE-4887: Summary: sql standard auth should disable commands that impose security risk (was: hive should have

[jira] [Commented] (HIVE-6429) MapJoinKey has large memory overhead in typical cases

2014-02-18 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13905010#comment-13905010 ] Hive QA commented on HIVE-6429: --- {color:red}Overall{color}: -1 no tests executed Here are

Re: Review Request 18250: SQL std auth - allow grant/revoke roles if user has ADMIN OPTION

2014-02-18 Thread Navis Ryu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18250/#review34828 --- ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin

[jira] [Commented] (HIVE-6456) Implement Parquet schema evolution

2014-02-18 Thread Szehon Ho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13904997#comment-13904997 ] Szehon Ho commented on HIVE-6456: - Just applied the patch it works fine, it might be good t

[jira] [Commented] (HIVE-6359) beeline -f fails on scripts with tabs in them.

2014-02-18 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13904978#comment-13904978 ] Navis commented on HIVE-6359: - [~xuefuz] I've missed your comment. Made review board link. > b

[jira] [Updated] (HIVE-6359) beeline -f fails on scripts with tabs in them.

2014-02-18 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navis updated HIVE-6359: Attachment: HIVE-6359.2.patch.txt > beeline -f fails on scripts with tabs in them. > ---

[jira] [Updated] (HIVE-6359) beeline -f fails on scripts with tabs in them.

2014-02-18 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navis updated HIVE-6359: Description: NO PRECOMMIT TESTS On a recent trunk build I used beeline -f on a script with tabs in it. Beeline rat

Review Request 18256: beeline -f fails on scripts with tabs in them

2014-02-18 Thread Navis Ryu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18256/ --- Review request for hive. Bugs: HIVE-6359 https://issues.apache.org/jira/bro

[jira] [Commented] (HIVE-6439) Introduce CBO step in Semantic Analyzer

2014-02-18 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13904970#comment-13904970 ] Thejas M Nair commented on HIVE-6439: - +1 LGTM > Introduce CBO step in Semantic Analy

[jira] [Commented] (HIVE-6403) uncorrelated subquery is failing with auto.convert.join=true

2014-02-18 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13904968#comment-13904968 ] Navis commented on HIVE-6403: - HIVE-6037 is reverted. I've kicked test. > uncorrelated subque

[jira] [Commented] (HIVE-6290) Add support for hbase filters for composite keys

2014-02-18 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13904959#comment-13904959 ] Navis commented on HIVE-6290: - [~swarnim] Interesting. I think I've missed how to make filter p

[jira] [Commented] (HIVE-6356) Dependency injection in hbase storage handler is broken

2014-02-18 Thread Nick Dimiduk (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13904960#comment-13904960 ] Nick Dimiduk commented on HIVE-6356: Yes, of course; I now see the issue. My sincerest

[jira] [Commented] (HIVE-6461) Run Release Audit tool, fix missing license issues

2014-02-18 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13904952#comment-13904952 ] Thejas M Nair commented on HIVE-6461: - +1 > Run Release Audit tool, fix missing licens

[jira] [Updated] (HIVE-6439) Introduce CBO step in Semantic Analyzer

2014-02-18 Thread Harish Butani (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harish Butani updated HIVE-6439: Status: Patch Available (was: Open) revert to .5 patch as HIVE-6037 has been reverted. > Introduce

[jira] [Updated] (HIVE-6439) Introduce CBO step in Semantic Analyzer

2014-02-18 Thread Harish Butani (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harish Butani updated HIVE-6439: Attachment: (was: HIVE-6439.5.patch) > Introduce CBO step in Semantic Analyzer > ---

[jira] [Updated] (HIVE-6439) Introduce CBO step in Semantic Analyzer

2014-02-18 Thread Harish Butani (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harish Butani updated HIVE-6439: Attachment: HIVE-6439.5.patch > Introduce CBO step in Semantic Analyzer > --

[jira] [Updated] (HIVE-6439) Introduce CBO step in Semantic Analyzer

2014-02-18 Thread Harish Butani (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harish Butani updated HIVE-6439: Status: Open (was: Patch Available) > Introduce CBO step in Semantic Analyzer > ---

[jira] [Updated] (HIVE-6439) Introduce CBO step in Semantic Analyzer

2014-02-18 Thread Harish Butani (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harish Butani updated HIVE-6439: Attachment: (was: HIVE-6439.6.patch) > Introduce CBO step in Semantic Analyzer > ---

[jira] [Assigned] (HIVE-6461) Run Release Audit tool, fix missing license issues

2014-02-18 Thread Harish Butani (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harish Butani reassigned HIVE-6461: --- Assignee: Harish Butani > Run Release Audit tool, fix missing license issues > ---

[jira] [Updated] (HIVE-6461) Run Release Audit tool, fix missing license issues

2014-02-18 Thread Harish Butani (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harish Butani updated HIVE-6461: Status: Patch Available (was: Open) > Run Release Audit tool, fix missing license issues >

[jira] [Updated] (HIVE-6461) Run Release Audit tool, fix missing license issues

2014-02-18 Thread Harish Butani (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harish Butani updated HIVE-6461: Attachment: HIVE-6461.1.patch > Run Release Audit tool, fix missing license issues > ---

[jira] [Issue Comment Deleted] (HIVE-6356) Dependency injection in hbase storage handler is broken

2014-02-18 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navis updated HIVE-6356: Comment: was deleted (was: In hbase-0.96.0, mapred.TableMapReduceUtil#addDependencyJars(JobConf) does not call "or

[jira] [Commented] (HIVE-6356) Dependency injection in hbase storage handler is broken

2014-02-18 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13904913#comment-13904913 ] Navis commented on HIVE-6356: - In hbase-0.96.0, mapred.TableMapReduceUtil#addDependencyJars(Job

[jira] [Commented] (HIVE-6356) Dependency injection in hbase storage handler is broken

2014-02-18 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13904910#comment-13904910 ] Navis commented on HIVE-6356: - In hbase-0.96.0, mapred.TableMapReduceUtil#addDependencyJars(Job

[jira] [Updated] (HIVE-6375) Fix CTAS for parquet

2014-02-18 Thread Szehon Ho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Szehon Ho updated HIVE-6375: Summary: Fix CTAS for parquet (was: Implement CTAS and column rename for parquet) As ParquetSerde is resol

[jira] [Commented] (HIVE-6356) Dependency injection in hbase storage handler is broken

2014-02-18 Thread Nick Dimiduk (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13904894#comment-13904894 ] Nick Dimiduk commented on HIVE-6356: bq. all we got is JobConf, not Job So why not cal

[jira] [Updated] (HIVE-6375) Implement CTAS and column rename for parquet

2014-02-18 Thread Szehon Ho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Szehon Ho updated HIVE-6375: Affects Version/s: 0.13.0 Status: Patch Available (was: Open) There is a bug in SemanticAnal

Review Request 18254: HIVE-6375 Implement CTAS and column rename for parquet

2014-02-18 Thread Szehon Ho
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18254/ --- Review request for hive. Bugs: HIVE-6375 https://issues.apache.org/jira/bro

[jira] [Updated] (HIVE-6356) Dependency injection in hbase storage handler is broken

2014-02-18 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navis updated HIVE-6356: Status: Open (was: Patch Available) > Dependency injection in hbase storage handler is broken > ---

[jira] [Updated] (HIVE-6356) Dependency injection in hbase storage handler is broken

2014-02-18 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navis updated HIVE-6356: Assignee: (was: Navis) > Dependency injection in hbase storage handler is broken > -

[jira] [Updated] (HIVE-6375) Implement CTAS and column rename for parquet

2014-02-18 Thread Szehon Ho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Szehon Ho updated HIVE-6375: Attachment: HIVE-6375.patch > Implement CTAS and column rename for parquet > ---

[jira] [Commented] (HIVE-6356) Dependency injection in hbase storage handler is broken

2014-02-18 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13904874#comment-13904874 ] Navis commented on HIVE-6356: - bq. Even on 0.96.0, both mapred.TableMapReduceUtil#addDependency

[jira] [Commented] (HIVE-860) Persistent distributed cache

2014-02-18 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13904872#comment-13904872 ] Alan Gates commented on HIVE-860: - Cool, thanks for the explanation. > Persistent distribut

Review Request 18250: SQL std auth - allow grant/revoke roles if user has ADMIN OPTION

2014-02-18 Thread Ashutosh Chauhan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18250/ --- Review request for hive. Bugs: HIVE-6433 https://issues.apache.org/jira/bro

[jira] [Updated] (HIVE-6433) SQL std auth - allow grant/revoke roles if user has ADMIN OPTION

2014-02-18 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated HIVE-6433: --- Assignee: Ashutosh Chauhan Status: Patch Available (was: Open) > SQL std auth - allow g

[jira] [Updated] (HIVE-6433) SQL std auth - allow grant/revoke roles if user has ADMIN OPTION

2014-02-18 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated HIVE-6433: --- Attachment: HIVE-6433.patch Patch which implements this. > SQL std auth - allow grant/revoke

[jira] [Deleted] (HIVE-6462) Run Release Audit tool, fix missing license issues

2014-02-18 Thread Harish Butani (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harish Butani deleted HIVE-6462: > Run Release Audit tool, fix missing license issues > -

[jira] [Created] (HIVE-6462) Run Release Audit tool, fix missing license issues

2014-02-18 Thread Harish Butani (JIRA)
Harish Butani created HIVE-6462: --- Summary: Run Release Audit tool, fix missing license issues Key: HIVE-6462 URL: https://issues.apache.org/jira/browse/HIVE-6462 Project: Hive Issue Type: Bug

[jira] [Commented] (HIVE-6147) Support avro data stored in HBase columns

2014-02-18 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13904859#comment-13904859 ] Hive QA commented on HIVE-6147: --- {color:red}Overall{color}: -1 at least one tests failed H

[jira] [Created] (HIVE-6461) Run Release Audit tool, fix missing license issues

2014-02-18 Thread Harish Butani (JIRA)
Harish Butani created HIVE-6461: --- Summary: Run Release Audit tool, fix missing license issues Key: HIVE-6461 URL: https://issues.apache.org/jira/browse/HIVE-6461 Project: Hive Issue Type: Bug

[jira] [Commented] (HIVE-6046) add UDF for converting date time from one presentation to another

2014-02-18 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13904854#comment-13904854 ] Xuefu Zhang commented on HIVE-6046: --- [~kostiantyn] Thanks for updating the patch. 1. Pl

[jira] [Commented] (HIVE-6037) Synchronize HiveConf with hive-default.xml.template and support show conf

2014-02-18 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13904836#comment-13904836 ] Thejas M Nair commented on HIVE-6037: - The template config file is getting modified dur

[jira] [Commented] (HIVE-6416) Vectorized mathematical functions for decimal type.

2014-02-18 Thread Eric Hanson (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13904829#comment-13904829 ] Eric Hanson commented on HIVE-6416: --- Looks good to me. +1 conditional on addressing my r

Re: Review Request 18184: Vectorized mathematical functions for decimal type.

2014-02-18 Thread Eric Hanson
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18184/#review34783 --- ql/src/gen/vectorization/ExpressionTemplates/DecimalColumnUnaryFunc

[jira] [Commented] (HIVE-5092) Fix hiveserver2 mapreduce local job on Windows

2014-02-18 Thread Hari Sankar Sivarama Subramaniyan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13904823#comment-13904823 ] Hari Sankar Sivarama Subramaniyan commented on HIVE-5092: - non-bind

[jira] [Updated] (HIVE-6455) Scalable dynamic partitioning and bucketing optimization

2014-02-18 Thread Prasanth J (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasanth J updated HIVE-6455: - Attachment: HIVE-6455.2.patch Reuploading the same patch with different version. (not sure if precommit te

[jira] [Commented] (HIVE-860) Persistent distributed cache

2014-02-18 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13904758#comment-13904758 ] Brock Noland commented on HIVE-860: --- bq. Are you proposing to change the contents of the h

[jira] [Commented] (HIVE-860) Persistent distributed cache

2014-02-18 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13904751#comment-13904751 ] Alan Gates commented on HIVE-860: - Brock, I'm trying to understand if there are any backward

[jira] [Commented] (HIVE-6290) Add support for hbase filters for composite keys

2014-02-18 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13904738#comment-13904738 ] Hive QA commented on HIVE-6290: --- {color:green}Overall{color}: +1 all checks pass Here are

Re: Review Request 17494: HIVE-6330: Metastore support for permanent UDFs

2014-02-18 Thread Ashutosh Chauhan
> On Feb. 18, 2014, 6:26 p.m., Ashutosh Chauhan wrote: > > metastore/if/hive_metastore.thrift, line 327 > > > > > > Is it better to pass struct Database instead here? > > Jason Dere wrote: > Just going by the exam

[jira] [Updated] (HIVE-6455) Scalable dynamic partitioning and bucketing optimization

2014-02-18 Thread Prasanth J (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasanth J updated HIVE-6455: - Attachment: HIVE-6455.1.patch Reuploading patch as HIVE-6037 changes prevented this patch to run precommit

Re: Review Request 18061: HIVE-6418 MapJoinRowContainer has large memory overhead in typical cases

2014-02-18 Thread Sergey Shelukhin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18061/ --- (Updated Feb. 18, 2014, 10:25 p.m.) Review request for hive and Gunther Hagleit

[jira] [Updated] (HIVE-6418) MapJoinRowContainer has large memory overhead in typical cases

2014-02-18 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-6418: --- Attachment: HIVE-6418.03.patch Added config setting > MapJoinRowContainer has large memory ov

[jira] [Updated] (HIVE-6459) Change the precison/scale for intermediate sum result in the avg() udf

2014-02-18 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xuefu Zhang updated HIVE-6459: -- Status: Patch Available (was: Open) Initial patch. Expecting test result diff. > Change the precison/s

[jira] [Updated] (HIVE-6459) Change the precison/scale for intermediate sum result in the avg() udf

2014-02-18 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xuefu Zhang updated HIVE-6459: -- Attachment: HIVE-6459.patch > Change the precison/scale for intermediate sum result in the avg() udf >

Re: Review Request 17494: HIVE-6330: Metastore support for permanent UDFs

2014-02-18 Thread Jason Dere
> On Feb. 18, 2014, 6:26 p.m., Ashutosh Chauhan wrote: > > metastore/if/hive_metastore.thrift, line 327 > > > > > > Is it better to pass struct Database instead here? Just going by the examples of the other object def

[jira] [Commented] (HIVE-6356) Dependency injection in hbase storage handler is broken

2014-02-18 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13904678#comment-13904678 ] Ashutosh Chauhan commented on HIVE-6356: I am also in favor of bumping HBase versio

[jira] [Commented] (HIVE-6356) Dependency injection in hbase storage handler is broken

2014-02-18 Thread Nick Dimiduk (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13904676#comment-13904676 ] Nick Dimiduk commented on HIVE-6356: Even on 0.96.0, both [mapred.TableMapReduceUtil#a

[jira] [Commented] (HIVE-6356) Dependency injection in hbase storage handler is broken

2014-02-18 Thread Nick Dimiduk (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13904670#comment-13904670 ] Nick Dimiduk commented on HIVE-6356: With my HBase hat on, I'd say the upgrade to 0.96.

[jira] [Updated] (HIVE-6460) Need new "show" functionality for transactions

2014-02-18 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated HIVE-6460: - Attachment: 6460.wip.patch Work in progress. This patch depends on HIVE-5843. > Need new "show" function

[jira] [Updated] (HIVE-6319) Insert, update, delete functionality needs a compactor

2014-02-18 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated HIVE-6319: - Attachment: 6319.wip.patch Work in progress. This patch depends on HIVE-5843 and HIVE-6060. > Insert, up

[jira] [Updated] (HIVE-5843) Transaction manager for Hive

2014-02-18 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated HIVE-5843: - Attachment: 5843.5-wip.patch This patch probably doesn't apply as I haven't pulled from trunk for a couple

[jira] [Updated] (HIVE-860) Persistent distributed cache

2014-02-18 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brock Noland updated HIVE-860: -- Attachment: HIVE-860.patch > Persistent distributed cache > > >

Re: Review Request 18200: HIVE-860 - Persistent distributed cache

2014-02-18 Thread Brock Noland
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18200/ --- (Updated Feb. 18, 2014, 9:53 p.m.) Review request for hive. Changes ---

[jira] [Created] (HIVE-6460) Need new "show" functionality for transactions

2014-02-18 Thread Alan Gates (JIRA)
Alan Gates created HIVE-6460: Summary: Need new "show" functionality for transactions Key: HIVE-6460 URL: https://issues.apache.org/jira/browse/HIVE-6460 Project: Hive Issue Type: Sub-task

[jira] [Commented] (HIVE-5826) Add https support to HiveServer2 http mode

2014-02-18 Thread Vaibhav Gumashta (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13904656#comment-13904656 ] Vaibhav Gumashta commented on HIVE-5826: [~thejas] Sure, will add that. Thanks for

[jira] [Commented] (HIVE-6037) Synchronize HiveConf with hive-default.xml.template and support show conf

2014-02-18 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13904651#comment-13904651 ] Sergey Shelukhin commented on HIVE-6037: hmm, I thought it's fluke on my side... ye

[jira] [Commented] (HIVE-6037) Synchronize HiveConf with hive-default.xml.template and support show conf

2014-02-18 Thread Prasad Mujumdar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13904643#comment-13904643 ] Prasad Mujumdar commented on HIVE-6037: --- The patch seems to be modifying the conf/hiv

[jira] [Commented] (HIVE-860) Persistent distributed cache

2014-02-18 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13904640#comment-13904640 ] Brock Noland commented on HIVE-860: --- bq. Does this work for jars on HDFS that have been ad

[jira] [Updated] (HIVE-5843) Transaction manager for Hive

2014-02-18 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated HIVE-5843: - Status: Open (was: Patch Available) > Transaction manager for Hive > > >

[jira] [Commented] (HIVE-860) Persistent distributed cache

2014-02-18 Thread Jason Dere (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13904629#comment-13904629 ] Jason Dere commented on HIVE-860: - Does this work for jars on HDFS that have been added usin

[jira] [Created] (HIVE-6459) Change the precison/scale for intermediate sum result in the avg() udf

2014-02-18 Thread Xuefu Zhang (JIRA)
Xuefu Zhang created HIVE-6459: - Summary: Change the precison/scale for intermediate sum result in the avg() udf Key: HIVE-6459 URL: https://issues.apache.org/jira/browse/HIVE-6459 Project: Hive

[jira] [Updated] (HIVE-5976) Decouple input formats from STORED as keywords

2014-02-18 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brock Noland updated HIVE-5976: --- Attachment: HIVE-5976.patch Trims trailing ws. > Decouple input formats from STORED as keywords > ---

Re: Review Request 18224: HIVE-5976 - Decouple input formats from STORED as keywords

2014-02-18 Thread Brock Noland
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18224/ --- (Updated Feb. 18, 2014, 9:21 p.m.) Review request for hive. Changes ---

[jira] [Updated] (HIVE-5976) Decouple input formats from STORED as keywords

2014-02-18 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brock Noland updated HIVE-5976: --- Attachment: HIVE-5976.patch Latest patch from RB. > Decouple input formats from STORED as keywords >

Re: Review Request 18224: HIVE-5976 - Decouple input formats from STORED as keywords

2014-02-18 Thread Brock Noland
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18224/ --- (Updated Feb. 18, 2014, 9:18 p.m.) Review request for hive. Changes ---

[jira] [Commented] (HIVE-6326) Split generation in ORC may generate wrong split boundaries because of unaccounted padded bytes

2014-02-18 Thread Prasanth J (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13904609#comment-13904609 ] Prasanth J commented on HIVE-6326: -- Test failures are not related to this issue. > Split

Re: Review Request 18224: HIVE-5976 - Decouple input formats from STORED as keywords

2014-02-18 Thread Brock Noland
> On Feb. 18, 2014, 8:14 p.m., Mohammad Islam wrote: > > I just reviewed the nitty stuffs. Overall, looks good! > > > > I hope someone else can review from a broader perspective. Thank you! These are all good comments and will be fixed in the next version of the patch. - Brock

[jira] [Commented] (HIVE-6037) Synchronize HiveConf with hive-default.xml.template and support show conf

2014-02-18 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13904606#comment-13904606 ] Brock Noland commented on HIVE-6037: Yes I think the hadoop 2.3 release should fix this

[jira] [Commented] (HIVE-6037) Synchronize HiveConf with hive-default.xml.template and support show conf

2014-02-18 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13904605#comment-13904605 ] Thejas M Nair commented on HIVE-6037: - Looks like the hadoop 2.3 release vote should go

[jira] [Commented] (HIVE-6108) Introduce Cryptographic hash UDFs

2014-02-18 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13904603#comment-13904603 ] Hive QA commented on HIVE-6108: --- {color:red}Overall{color}: -1 at least one tests failed H

  1   2   3   >