Re: --hiveconf vs -hiveconf

2014-03-07 Thread Xuefu Zhang
This is just getting more and more interesting. I never thought of -hiveconf option, and always assumed it was a typo of --hiveconf. (That's why I edited the one, which triggered the discovery.) I just checked and found that both work, which is out of my surprise. With this assumption, Beeline has

Re: --hiveconf vs -hiveconf

2014-03-07 Thread Lefty Leverenz
> OK, so just one of the pages in wiki has changed, and hive behavior has not changed That's right, and a closer look at the wiki shows that all the examples are -hiveconf except the new change. The only place --hiveconf appears is in duplications of help messages for the hive command, the old Hi

[jira] [Commented] (HIVE-6572) Use shimmed version of hadoop conf names for mapred.{min,max}.split.size{.*}

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

[jira] [Updated] (HIVE-6573) Oracle metastore doesnt come up when hive.cluster.delegation.token.store.class is set to DBTokenStore

2014-03-07 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated HIVE-6573: --- Resolution: Fixed Fix Version/s: (was: 0.13.0) 0.14.0

Re: --hiveconf vs -hiveconf

2014-03-07 Thread Thejas Nair
OK, so just one of the pages in wiki has changed, and hive behavior has not changed ? (I have been using -hiveconf, but i haven't verified that with the tip of the trunk as of now). On Fri, Mar 7, 2014 at 6:19 PM, Xuefu Zhang wrote: > I didn't know that -hiveconf is supported. However, from hive

[jira] [Commented] (HIVE-6589) Automatically add partitions for external tables

2014-03-07 Thread Steve Hoffman (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13924704#comment-13924704 ] Steve Hoffman commented on HIVE-6589: - This is a great idea to have an alternate way to

[jira] [Commented] (HIVE-6593) Create a maven assembly for hive-jdbc

2014-03-07 Thread Prasad Mujumdar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13924684#comment-13924684 ] Prasad Mujumdar commented on HIVE-6593: --- [~szehon] Thanks for picking it up. I would

[jira] [Commented] (HIVE-6430) MapJoin hash table has large memory overhead

2014-03-07 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13924669#comment-13924669 ] Sergey Shelukhin commented on HIVE-6430: [~gopalv] [~hagleitn] this patch is ready

[jira] [Commented] (HIVE-6430) MapJoin hash table has large memory overhead

2014-03-07 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13924668#comment-13924668 ] Sergey Shelukhin commented on HIVE-6430: all tez tests passed, some explain plans c

Re: --hiveconf vs -hiveconf

2014-03-07 Thread Xuefu Zhang
I didn't know that -hiveconf is supported. However, from hive -H, double dashes are seen. -h connecting to Hive Server on remote host --hiveconfUse value for given property --hivevar Variable subsitution to apply to hive Thanks, Xuefu On Fri, Mar 7, 201

[jira] [Updated] (HIVE-6568) Vectorized cast of decimal to string and timestamp produces incorrect result.

2014-03-07 Thread Jitendra Nath Pandey (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jitendra Nath Pandey updated HIVE-6568: --- Description: A decimal value 1.23 with scale 5 is represented in string as 1.23000. Th

[jira] [Updated] (HIVE-6568) Vectorized cast of decimal to string and timestamp produces incorrect result.

2014-03-07 Thread Jitendra Nath Pandey (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jitendra Nath Pandey updated HIVE-6568: --- Summary: Vectorized cast of decimal to string and timestamp produces incorrect result.

Re: --hiveconf vs -hiveconf

2014-03-07 Thread Edward Capriolo
I was not around when this change was made but I think we should have kept the old - dash version. We should consider adding it back. On Fri, Mar 7, 2014 at 8:56 PM, Lefty Leverenz wrote: > Xuefu just fixed the AdminManual Configuration > wiki< > https://cwiki.apache.org/confluence/display/Hive/

Re: Proposal to switch to pull requests

2014-03-07 Thread Edward Capriolo
We need to keep patches in Jira I feel. We have gotten better on the documentation front but having a patch in the jira is critical I feel. We must at least have a perma link to the changes. On Fri, Mar 7, 2014 at 8:40 PM, Sergey Shelukhin wrote: > +1 to git! > > > On Fri, Mar 7, 2014 at 12:46 P

--hiveconf vs -hiveconf

2014-03-07 Thread Lefty Leverenz
Xuefu just fixed the AdminManual Configuration wiki, changing bin/hive -hiveconf ... to --hiveconf, so I grepped the wiki archive and found many more cases of single-dash hiveconf than double-dash: > grep -i '\-\-hiveconf'

Re: Proposal to switch to pull requests

2014-03-07 Thread Sergey Shelukhin
+1 to git! On Fri, Mar 7, 2014 at 12:46 PM, Xuefu Zhang wrote: > Switching to git from svn seems to be a proposal slightly different from > that of switching to pull request from the head of the thread. Personally > I'm +1 to git, but I think patches are very portable and widely adopted in > Ha

[jira] [Updated] (HIVE-6580) Refactor ThriftBinaryCLIService and ThriftHttpCLIService tests.

2014-03-07 Thread Vaibhav Gumashta (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vaibhav Gumashta updated HIVE-6580: --- Summary: Refactor ThriftBinaryCLIService and ThriftHttpCLIService tests. (was: TestThriftHttp

[jira] [Updated] (HIVE-6580) Refactor ThriftBinaryCLIService and ThriftHttpCLIService tests.

2014-03-07 Thread Vaibhav Gumashta (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vaibhav Gumashta updated HIVE-6580: --- Description: Refactor ThriftBinaryCLIService and ThriftHttpCLIService tests. (was: TestThrift

[jira] [Commented] (HIVE-5099) Some partition publish operation cause OOM in metastore backed by SQL Server

2014-03-07 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13924639#comment-13924639 ] Sergey Shelukhin commented on HIVE-5099: +1 > Some partition publish operation cau

[jira] [Commented] (HIVE-6508) Mismatched results between vector and non-vector mode with decimal field

2014-03-07 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13924640#comment-13924640 ] Sergey Shelukhin commented on HIVE-6508: It might make sense to add a test to ./ql/

[jira] [Updated] (HIVE-6590) Hive does not work properly with boolean partition columns (wrong results and inserts to incorrect HDFS path)

2014-03-07 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-6590: --- Component/s: Metastore > Hive does not work properly with boolean partition columns (wrong res

[jira] [Commented] (HIVE-6593) Create a maven assembly for hive-jdbc

2014-03-07 Thread Szehon Ho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13924631#comment-13924631 ] Szehon Ho commented on HIVE-6593: - Hi, I'm interested in working on this , as I had worked

[jira] [Commented] (HIVE-6060) Define API for RecordUpdater and UpdateReader

2014-03-07 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13924630#comment-13924630 ] Sergey Shelukhin commented on HIVE-6060: I am doing a review slowly, got about 40%

[jira] [Assigned] (HIVE-6593) Create a maven assembly for hive-jdbc

2014-03-07 Thread Szehon Ho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Szehon Ho reassigned HIVE-6593: --- Assignee: Szehon Ho > Create a maven assembly for hive-jdbc > - >

Re: Review Request 18925: HIVE-6575 select * fails on parquet table with map datatype

2014-03-07 Thread Szehon Ho
> On March 8, 2014, 12:33 a.m., Xuefu Zhang wrote: > > ql/src/java/org/apache/hadoop/hive/ql/io/parquet/serde/AbstractParquetMapInspector.java, > > line 154 > > > > > > I guess I wasn't clear. It's not inapproapriate,

[jira] [Commented] (HIVE-6574) Type in ql/pom.xml prevents jobs from parquet queries from running on a cluster

2014-03-07 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13924603#comment-13924603 ] Xuefu Zhang commented on HIVE-6574: --- Yes. I communicated this in the release email thread

[jira] [Updated] (HIVE-6414) ParquetInputFormat provides data values that do not match the object inspectors

2014-03-07 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xuefu Zhang updated HIVE-6414: -- Resolution: Fixed Fix Version/s: (was: 0.13.0) 0.14.0 Status: Re

[jira] [Commented] (HIVE-6574) Type in ql/pom.xml prevents jobs from parquet queries from running on a cluster

2014-03-07 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13924589#comment-13924589 ] Brock Noland commented on HIVE-6574: Thanks! I think we should also commit this to 0.13

[jira] [Commented] (HIVE-6414) ParquetInputFormat provides data values that do not match the object inspectors

2014-03-07 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13924579#comment-13924579 ] Xuefu Zhang commented on HIVE-6414: --- TestMinimrCliDriver.testCliDriver_bucket_num_reducer

[jira] [Created] (HIVE-6593) Create a maven assembly for hive-jdbc

2014-03-07 Thread Mark Grover (JIRA)
Mark Grover created HIVE-6593: - Summary: Create a maven assembly for hive-jdbc Key: HIVE-6593 URL: https://issues.apache.org/jira/browse/HIVE-6593 Project: Hive Issue Type: Improvement

[jira] [Updated] (HIVE-6574) Type in ql/pom.xml prevents jobs from parquet queries from running on a cluster

2014-03-07 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xuefu Zhang updated HIVE-6574: -- Resolution: Fixed Fix Version/s: 0.14.0 Status: Resolved (was: Patch Available) > Typ

[jira] [Updated] (HIVE-6592) WebHCat E2E test abort when pointing to https url of webhdfs

2014-03-07 Thread Deepesh Khandelwal (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepesh Khandelwal updated HIVE-6592: - Description: WebHCat E2E tests when running against a ssl enabled webhdfs url fails. NO PR

[jira] [Updated] (HIVE-6592) WebHCat E2E test abort when pointing to https url of webhdfs

2014-03-07 Thread Deepesh Khandelwal (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepesh Khandelwal updated HIVE-6592: - Fix Version/s: 0.13.0 Status: Patch Available (was: Open) > WebHCat E2E test a

[jira] [Updated] (HIVE-6592) WebHCat E2E test abort when pointing to https url of webhdfs

2014-03-07 Thread Deepesh Khandelwal (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepesh Khandelwal updated HIVE-6592: - Attachment: HIVE-6592.patch The patch appends a "-k" to the curl command when making reque

[jira] [Commented] (HIVE-6574) Type in ql/pom.xml prevents jobs from parquet queries from running on a cluster

2014-03-07 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13924576#comment-13924576 ] Xuefu Zhang commented on HIVE-6574: --- The above test failure is unrelated. Patched committ

[jira] [Created] (HIVE-6592) WebHCat E2E test abort when pointing to https url of webhdfs

2014-03-07 Thread Deepesh Khandelwal (JIRA)
Deepesh Khandelwal created HIVE-6592: Summary: WebHCat E2E test abort when pointing to https url of webhdfs Key: HIVE-6592 URL: https://issues.apache.org/jira/browse/HIVE-6592 Project: Hive

Re: Review Request 18925: HIVE-6575 select * fails on parquet table with map datatype

2014-03-07 Thread Xuefu Zhang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18925/#review36586 --- ql/src/java/org/apache/hadoop/hive/ql/io/parquet/serde/AbstractParq

Review Request 18936: HIVE-6430 MapJoin hash table has large memory overhead

2014-03-07 Thread Sergey Shelukhin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18936/ --- Review request for hive, Gopal V and Gunther Hagleitner. Repository: hive-git

[jira] [Updated] (HIVE-6430) MapJoin hash table has large memory overhead

2014-03-07 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-6430: --- Attachment: HIVE-6430.patch Ran some regular and some tez tests, they passed. Will wait for QA

[jira] [Updated] (HIVE-6430) MapJoin hash table has large memory overhead

2014-03-07 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-6430: --- Attachment: (was: HIVE-6430.patch) > MapJoin hash table has large memory overhead > --

[jira] [Updated] (HIVE-6430) MapJoin hash table has large memory overhead

2014-03-07 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-6430: --- Attachment: (was: HIVE-6430.patch) > MapJoin hash table has large memory overhead > --

[jira] [Commented] (HIVE-6573) Oracle metastore doesnt come up when hive.cluster.delegation.token.store.class is set to DBTokenStore

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

Re: Review Request 18925: HIVE-6575 select * fails on parquet table with map datatype

2014-03-07 Thread Szehon Ho
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18925/ --- (Updated March 8, 2014, 12:01 a.m.) Review request for hive, Brock Noland, just

Review Request 18932: Bug fix for not exporting hidden dirs while exporting tables.

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

[jira] [Updated] (HIVE-6591) Importing a table containing hidden dirs fails

2014-03-07 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated HIVE-6591: --- Status: Patch Available (was: Open) > Importing a table containing hidden dirs fails > --

[jira] [Updated] (HIVE-6591) Importing a table containing hidden dirs fails

2014-03-07 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated HIVE-6591: --- Attachment: HIVE-6591.patch > Importing a table containing hidden dirs fails > ---

[jira] [Created] (HIVE-6591) Importing a table containing hidden dirs fails

2014-03-07 Thread Ashutosh Chauhan (JIRA)
Ashutosh Chauhan created HIVE-6591: -- Summary: Importing a table containing hidden dirs fails Key: HIVE-6591 URL: https://issues.apache.org/jira/browse/HIVE-6591 Project: Hive Issue Type: Bug

[jira] [Commented] (HIVE-6569) HCatalog still has references to deprecated property hive.metastore.local

2014-03-07 Thread Sushanth Sowmyan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13924495#comment-13924495 ] Sushanth Sowmyan commented on HIVE-6569: Note : None of the test failures reported

[jira] [Created] (HIVE-6590) Hive does not work properly with boolean partition columns (wrong results and inserts to incorrect HDFS path)

2014-03-07 Thread Lenni Kuff (JIRA)
Lenni Kuff created HIVE-6590: Summary: Hive does not work properly with boolean partition columns (wrong results and inserts to incorrect HDFS path) Key: HIVE-6590 URL: https://issues.apache.org/jira/browse/HIVE-6590

Re: Review Request 18925: HIVE-6575 select * fails on parquet table with map datatype

2014-03-07 Thread Szehon Ho
> On March 7, 2014, 11:06 p.m., Xuefu Zhang wrote: > > Thanks for the review, put some response and will do the refactor. > On March 7, 2014, 11:06 p.m., Xuefu Zhang wrote: > > ql/src/java/org/apache/hadoop/hive/ql/io/parquet/serde/AbstractParquetMapInspector.java, > > line 154 > >

[jira] [Commented] (HIVE-6579) HiveLockObjectData constructor makes too many queryStr instance causing oom

2014-03-07 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13924487#comment-13924487 ] Xuefu Zhang commented on HIVE-6579: --- [~teledi] Thanks for the patch. I saw other callers

[jira] [Commented] (HIVE-6575) select * fails on parquet table with map datatype

2014-03-07 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13924463#comment-13924463 ] Xuefu Zhang commented on HIVE-6575: --- Thanks for working on this, [~szehon]. I have left s

[jira] [Commented] (HIVE-6492) limit partition number involved in a table scan

2014-03-07 Thread Selina Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13924459#comment-13924459 ] Selina Zhang commented on HIVE-6492: [~hagleitn] Thank you for the suggestions! I will

Re: Review Request 18925: HIVE-6575 select * fails on parquet table with map datatype

2014-03-07 Thread Xuefu Zhang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18925/#review36578 --- ql/src/java/org/apache/hadoop/hive/ql/io/parquet/serde/AbstractParq

[jira] [Created] (HIVE-6589) Automatically add partitions for external tables

2014-03-07 Thread Ken Dallmeyer (JIRA)
Ken Dallmeyer created HIVE-6589: --- Summary: Automatically add partitions for external tables Key: HIVE-6589 URL: https://issues.apache.org/jira/browse/HIVE-6589 Project: Hive Issue Type: New Fea

[jira] [Commented] (HIVE-6574) Type in ql/pom.xml prevents jobs from parquet queries from running on a cluster

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

[jira] [Commented] (HIVE-6562) Protection from exceptions in ORC predicate evaluation

2014-03-07 Thread Prasanth J (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13924419#comment-13924419 ] Prasanth J commented on HIVE-6562: -- [~hagleitn] selection row group is our best effort to

[jira] [Commented] (HIVE-6562) Protection from exceptions in ORC predicate evaluation

2014-03-07 Thread Prasanth J (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13924417#comment-13924417 ] Prasanth J commented on HIVE-6562: -- [~hagleitn] i agree that it will mask other errors too

Re: Timeline for the Hive 0.13 release?

2014-03-07 Thread Lefty Leverenz
> > > Do we need to include HIVE-6037 in the release? I.e.: Is the current > hive-default.xml.template very out of sync without it? It's a pretty large > patch mostly aimed at making our lives easier, but doesn't impact the end > user directly. Can we do that one trunk only? Gunther, if HIVE-6037

[jira] [Created] (HIVE-6588) Unit test failures with hadoop-2

2014-03-07 Thread Jason Dere (JIRA)
Jason Dere created HIVE-6588: Summary: Unit test failures with hadoop-2 Key: HIVE-6588 URL: https://issues.apache.org/jira/browse/HIVE-6588 Project: Hive Issue Type: Bug Components: Tes

[jira] [Updated] (HIVE-6575) select * fails on parquet table with map datatype

2014-03-07 Thread Szehon Ho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Szehon Ho updated HIVE-6575: Attachment: HIVE-6575.2.patch Trimmed whitespace. > select * fails on parquet table with map datatype > ---

[jira] [Updated] (HIVE-6575) select * fails on parquet table with map datatype

2014-03-07 Thread Szehon Ho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Szehon Ho updated HIVE-6575: Status: Patch Available (was: Open) > select * fails on parquet table with map datatype > -

[jira] [Commented] (HIVE-6562) Protection from exceptions in ORC predicate evaluation

2014-03-07 Thread Gunther Hagleitner (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13924405#comment-13924405 ] Gunther Hagleitner commented on HIVE-6562: -- [~prasanth_j] this sounds like a bad i

Re: Review Request 18925: HIVE-6575 select * fails on parquet table with map datatype

2014-03-07 Thread Szehon Ho
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18925/ --- (Updated March 7, 2014, 10:20 p.m.) Review request for hive, Brock Noland, just

[jira] [Commented] (HIVE-6587) allow specifying additional Hive classpath for Hadoop

2014-03-07 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13924404#comment-13924404 ] Sergey Shelukhin commented on HIVE-6587: [~hagleitn] fyi > allow specifying additi

[jira] [Updated] (HIVE-6587) allow specifying additional Hive classpath for Hadoop

2014-03-07 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-6587: --- Attachment: HIVE-6587.patch > allow specifying additional Hive classpath for Hadoop >

[jira] [Created] (HIVE-6587) allow specifying additional Hive classpath for Hadoop

2014-03-07 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-6587: -- Summary: allow specifying additional Hive classpath for Hadoop Key: HIVE-6587 URL: https://issues.apache.org/jira/browse/HIVE-6587 Project: Hive Issue Ty

[jira] [Updated] (HIVE-6587) allow specifying additional Hive classpath for Hadoop

2014-03-07 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-6587: --- Status: Patch Available (was: Open) > allow specifying additional Hive classpath for Hadoop >

Re: Review Request 18925: HIVE-6575 select * fails on parquet table with map datatype

2014-03-07 Thread Szehon Ho
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18925/ --- (Updated March 7, 2014, 10:17 p.m.) Review request for hive, Brock Noland, just

Re: Review Request 18925: HIVE-6575 select * fails on parquet table with map datatype

2014-03-07 Thread Brock Noland
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18925/#review36576 --- ql/src/java/org/apache/hadoop/hive/ql/io/parquet/serde/AbstractParq

[jira] [Updated] (HIVE-6575) select * fails on parquet table with map datatype

2014-03-07 Thread Szehon Ho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Szehon Ho updated HIVE-6575: Attachment: HIVE-6575.patch > select * fails on parquet table with map datatype > --

Review Request 18925: HIVE-6575 select * fails on parquet table with map datatype

2014-03-07 Thread Szehon Ho
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18925/ --- Review request for hive, Brock Noland, justin coffey, and Xuefu Zhang. Reposito

[jira] [Commented] (HIVE-6473) Allow writing HFiles via HBaseStorageHandler table

2014-03-07 Thread Nick Dimiduk (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13924393#comment-13924393 ] Nick Dimiduk commented on HIVE-6473: [~swarnim] thanks for the notes, I'll have a look.

[jira] [Commented] (HIVE-6457) Ensure Parquet integration has good error messages for data types not supported

2014-03-07 Thread Szehon Ho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13924386#comment-13924386 ] Szehon Ho commented on HIVE-6457: - +1 (non-binding) > Ensure Parquet integration has good

[jira] [Commented] (HIVE-6541) Need to write documentation for ACID work

2014-03-07 Thread Lefty Leverenz (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13924385#comment-13924385 ] Lefty Leverenz commented on HIVE-6541: -- All docs are on the wiki, diverging further &

[jira] [Updated] (HIVE-6457) Ensure Parquet integration has good error messages for data types not supported

2014-03-07 Thread Szehon Ho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Szehon Ho updated HIVE-6457: Component/s: Serializers/Deserializers Affects Version/s: 0.13.0 Labels: parquet (w

[jira] [Commented] (HIVE-5607) Hive fails to parse the "%" (mod) sign after brackets.

2014-03-07 Thread Prasad Mujumdar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13924361#comment-13924361 ] Prasad Mujumdar commented on HIVE-5607: --- [~xuefuz] I think that makes sense. You can

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

2014-03-07 Thread Lefty Leverenz (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13924357#comment-13924357 ] Lefty Leverenz commented on HIVE-6037: -- Opened HIVE-6586: Add new parameters to HiveC

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

2014-03-07 Thread Lefty Leverenz (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13924356#comment-13924356 ] Lefty Leverenz commented on HIVE-6037: -- HIVE-6582 corrects some significant typos in t

[jira] [Commented] (HIVE-6582) missing ; in HTML entities like < in conf file

2014-03-07 Thread Lefty Leverenz (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13924355#comment-13924355 ] Lefty Leverenz commented on HIVE-6582: -- Opened HIVE-6586 to deal with this in HiveConf

[jira] [Created] (HIVE-6586) Add new parameters to HiveConf.java after commit HIVE-6037 (also fix typos)

2014-03-07 Thread Lefty Leverenz (JIRA)
Lefty Leverenz created HIVE-6586: Summary: Add new parameters to HiveConf.java after commit HIVE-6037 (also fix typos) Key: HIVE-6586 URL: https://issues.apache.org/jira/browse/HIVE-6586 Project: Hive

[jira] [Commented] (HIVE-6473) Allow writing HFiles via HBaseStorageHandler table

2014-03-07 Thread Swarnim Kulkarni (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13924346#comment-13924346 ] Swarnim Kulkarni commented on HIVE-6473: [~ndimiduk] The patch looks pretty good to

Re: Review Request 18492: HIVE-6473: Allow writing HFiles via HBaseStorageHandler table

2014-03-07 Thread Swarnim Kulkarni
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18492/#review36574 --- hbase-handler/src/java/org/apache/hadoop/hive/hbase/HBaseStorageHan

[jira] [Commented] (HIVE-6570) Hive variable substitution does not work with the "source" command

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

[jira] [Updated] (HIVE-6571) query id should be available for logging during query compilation

2014-03-07 Thread Gunther Hagleitner (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gunther Hagleitner updated HIVE-6571: - Resolution: Fixed Status: Resolved (was: Patch Available) Committed to trunk > q

[jira] [Commented] (HIVE-6582) missing ; in HTML entities like < in conf file

2014-03-07 Thread Lefty Leverenz (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13924325#comment-13924325 ] Lefty Leverenz commented on HIVE-6582: -- These four errors are in the description of *h

[jira] [Commented] (HIVE-6571) query id should be available for logging during query compilation

2014-03-07 Thread Gunther Hagleitner (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13924321#comment-13924321 ] Gunther Hagleitner commented on HIVE-6571: -- Test failures are unrelated. > query

[jira] [Commented] (HIVE-6584) Add HiveHBaseTableSnapshotInputFormat

2014-03-07 Thread Swarnim Kulkarni (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13924317#comment-13924317 ] Swarnim Kulkarni commented on HIVE-6584: +1 on this one. This should be very nice a

Re: Proposal to switch to pull requests

2014-03-07 Thread Xuefu Zhang
Switching to git from svn seems to be a proposal slightly different from that of switching to pull request from the head of the thread. Personally I'm +1 to git, but I think patches are very portable and widely adopted in Hadoop ecosystem and we should keep the practice. Thus, +1 to that also. --X

[jira] [Updated] (HIVE-6570) Hive variable substitution does not work with the "source" command

2014-03-07 Thread Anthony Hsu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Hsu updated HIVE-6570: -- Attachment: HIVE-6570.1.patch Reuploading identical patch without the ".txt" suffix so that the precommi

[jira] [Updated] (HIVE-6570) Hive variable substitution does not work with the "source" command

2014-03-07 Thread Anthony Hsu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Hsu updated HIVE-6570: -- Attachment: (was: HIVE-6570.1.patch.txt) > Hive variable substitution does not work with the "source

[jira] [Updated] (HIVE-6566) Incorrect union-all plan with map-joins on Tez

2014-03-07 Thread Gunther Hagleitner (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gunther Hagleitner updated HIVE-6566: - Resolution: Fixed Status: Resolved (was: Patch Available) > Incorrect union-all p

[jira] [Commented] (HIVE-6566) Incorrect union-all plan with map-joins on Tez

2014-03-07 Thread Gunther Hagleitner (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13924306#comment-13924306 ] Gunther Hagleitner commented on HIVE-6566: -- Committed to trunk and branch. > Inco

[jira] [Updated] (HIVE-6541) Need to write documentation for ACID work

2014-03-07 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated HIVE-6541: - Attachment: hive-6541-changesAfterFirstEdit.rtf > Need to write documentation for ACID work >

[jira] [Commented] (HIVE-6541) Need to write documentation for ACID work

2014-03-07 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13924298#comment-13924298 ] Alan Gates commented on HIVE-6541: -- Alright, I edited based on your comments and submitted

Re: Proposal to switch to pull requests

2014-03-07 Thread Gunther Hagleitner
Once Prasad's loop finishes I'd like to add my +1 too. On Fri, Mar 7, 2014 at 11:44 AM, Vaibhav Gumashta wrote: > +1 for moving to git! > > Thanks, > --Vaibhav > > > On Fri, Mar 7, 2014 at 9:46 AM, Prasad Mujumdar >wrote: > > > while (true) { > >+1 > > } > > > > +1 // another, just

[jira] [Commented] (HIVE-5607) Hive fails to parse the "%" (mod) sign after brackets.

2014-03-07 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13924294#comment-13924294 ] Xuefu Zhang commented on HIVE-5607: --- Thanks, [~prasadm]. Your concern is valid. However,

[jira] [Commented] (HIVE-4629) HS2 should support an API to retrieve query logs

2014-03-07 Thread Prasad Mujumdar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13924290#comment-13924290 ] Prasad Mujumdar commented on HIVE-4629: --- [~shreepadma] I guess the patch is out of sy

Re: Timeline for the Hive 0.13 release?

2014-03-07 Thread Harish Butani
We should run tests on the branch. Given the number of patches going into the branch I propose for the next few days: - we trigger a run once a day. I can do this. In case of failures, we shouldn’t commit any more patches until the errors are resolved. (brock can you help with instructions on h

Re: Timeline for the Hive 0.13 release?

2014-03-07 Thread Harish Butani
just update the JQL. On Mar 7, 2014, at 11:30 AM, Lefty Leverenz wrote: > HIVE-6037 isn't on the list yet (synchronize HiveConf with > hive-default.xml.template). > > What's the correct procedure for updating the > wiki,

  1   2   >