[jira] [Commented] (HIVE-1180) Support Common Table Expressions (CTEs) in Hive

2014-02-05 Thread Gunther Hagleitner (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13891903#comment-13891903 ] Gunther Hagleitner commented on HIVE-1180: -- +1 (assuming tests on .6 pass)

[jira] [Created] (HIVE-6374) Hive job submitted with non-default name node (fs.default.name) doesn't process locations properly

2014-02-05 Thread Benjamin Zhitomirsky (JIRA)
Benjamin Zhitomirsky created HIVE-6374: -- Summary: Hive job submitted with non-default name node (fs.default.name) doesn't process locations properly Key: HIVE-6374 URL:

[jira] [Updated] (HIVE-6333) Generate vectorized plan for decimal expressions.

2014-02-05 Thread Jitendra Nath Pandey (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jitendra Nath Pandey updated HIVE-6333: --- Attachment: HIVE-6333.2.patch Another iteration of patch. Generate vectorized plan

[jira] [Commented] (HIVE-1180) Support Common Table Expressions (CTEs) in Hive

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

[jira] [Updated] (HIVE-6344) Add DECIMAL support to vectorized group by operator

2014-02-05 Thread Remus Rusanu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remus Rusanu updated HIVE-6344: --- Attachment: HIVE-6344.1.patch Add DECIMAL support to vectorized group by operator

[jira] [Updated] (HIVE-6344) Add DECIMAL support to vectorized group by operator

2014-02-05 Thread Remus Rusanu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remus Rusanu updated HIVE-6344: --- Status: Patch Available (was: Open) This patch includes the changes from HIVE-6303. after that is

Re: Review Request 17737: Add DECIMAL support to vectorized group by operator

2014-02-05 Thread Remus Rusanu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17737/ --- (Updated Feb. 5, 2014, 11:04 a.m.) Review request for hive, Eric Hanson and

Review Request 17737: Add DECIMAL support to vectorized group by operator

2014-02-05 Thread Remus Rusanu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17737/ --- Review request for hive, Eric Hanson and Jitendra Pandey. Bugs: HIVE-6344

[jira] [Commented] (HIVE-6344) Add DECIMAL support to vectorized group by operator

2014-02-05 Thread Remus Rusanu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13891991#comment-13891991 ] Remus Rusanu commented on HIVE-6344: https://reviews.apache.org/r/17737/ Add DECIMAL

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

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

[jira] [Commented] (HIVE-6163) OrcOutputFormat#getRecordWriter creates OrcRecordWriter with relative path

2014-02-05 Thread Yin Huai (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13892067#comment-13892067 ] Yin Huai commented on HIVE-6163: I think we should also check all other OutputFormats and

[jira] [Commented] (HIVE-5960) SQL std auth - special handling of PUBLIC role

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

[jira] [Commented] (HIVE-6364) HiveServer2 - Request serving thread should get class loader from existing SessionState

2014-02-05 Thread Jaideep Dhok (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13892132#comment-13892132 ] Jaideep Dhok commented on HIVE-6364: There's another issue - In

How is the STORED AS PARQUET used?

2014-02-05 Thread Remus Rusanu
Hello all, I tried the following on a build that has the latest HIVE-5783 patch applied over trunk: hive set hive.aux.jars.path=file:///usr/lib/hcatalog/share/hcatalog/hcatalog-core.jar,file:///usr/lib/hive/lib/parquet-hadoop-bundle-1.3.2.jar; hive create table alltypes_parquet stored as

[jira] [Created] (HIVE-6375) Fix CTAS and column rename for parquet

2014-02-05 Thread Brock Noland (JIRA)
Brock Noland created HIVE-6375: -- Summary: Fix CTAS and column rename for parquet Key: HIVE-6375 URL: https://issues.apache.org/jira/browse/HIVE-6375 Project: Hive Issue Type: Bug

Re: How is the STORED AS PARQUET used?

2014-02-05 Thread Brock Noland
Hi, CTAS needs to be implemented for Parquet + Hive. There are more details here: https://issues.apache.org/jira/browse/HIVE-6375 For a basic guide, I'd look at the following files in the patch: parquet_partitioned.q and parquet_create.q I have working on the Parquet documentation on my

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

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

RE: How is the STORED AS PARQUET used?

2014-02-05 Thread Remus Rusanu
Thanks. I used INSERT ... SELECT instead and works fine. -Original Message- From: Brock Noland [mailto:br...@cloudera.com] Sent: Wednesday, February 05, 2014 4:46 PM To: dev@hive.apache.org Subject: Re: How is the STORED AS PARQUET used? Hi, CTAS needs to be implemented for Parquet +

[jira] [Commented] (HIVE-4996) unbalanced calls to openTransaction/commitTransaction

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

[jira] [Updated] (HIVE-6206) JDBC: HiveDriver should not throw SQLException when passed an invalid URL

2014-02-05 Thread Aliaksei Haidukou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aliaksei Haidukou updated HIVE-6206: Summary: JDBC: HiveDriver should not throw SQLException when passed an invalid URL (was:

[jira] [Commented] (HIVE-6206) JDBC: HiveDriver should not throw SQLException when passed an invalid URL

2014-02-05 Thread Aliaksei Haidukou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13892279#comment-13892279 ] Aliaksei Haidukou commented on HIVE-6206: - You are right, I just copied the title

[jira] [Commented] (HIVE-4144) Add select database() command to show the current database

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

[jira] [Commented] (HIVE-6372) getDatabaseMajor/Minor version returns wrong values

2014-02-05 Thread Prasad Mujumdar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13892341#comment-13892341 ] Prasad Mujumdar commented on HIVE-6372: --- +1 getDatabaseMajor/Minor version returns

[jira] [Commented] (HIVE-1180) Support Common Table Expressions (CTEs) in Hive

2014-02-05 Thread Harish Butani (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13892365#comment-13892365 ] Harish Butani commented on HIVE-1180: - I checked that the failing Minimr tests pass

[jira] [Updated] (HIVE-6251) Add ability to specify delimiter in HCatalog Java API to create tables - HCatCreateTableDesc

2014-02-05 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated HIVE-6251: - Resolution: Fixed Fix Version/s: 0.13.0 Release Note: Added ability to set serde parameters

HCATALOG-641 : redo the patch and commit?

2014-02-05 Thread Karl Gierach
We are also affected by HCATALOG-641, which notes that the user is currently prevented from specifying a Serde when creating a table. It appears a patch was submitted almost 1 year back, however not committed. The issue is currently unresolved, and I don’t have permission to comment on the

[jira] [Commented] (HIVE-5783) Native Parquet Support in Hive

2014-02-05 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13892391#comment-13892391 ] Xuefu Zhang commented on HIVE-5783: --- +1 to the latest patch. Native Parquet Support in

[jira] [Updated] (HIVE-6226) It should be possible to get hadoop, hive, and pig version being used by WebHCat

2014-02-05 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated HIVE-6226: - Resolution: Fixed Release Note: Added new call in webhcat to allow version/hadoop and version/hive

[jira] [Commented] (HIVE-6372) getDatabaseMajor/Minor version returns wrong values

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

[jira] [Updated] (HIVE-5728) Make ORC InputFormat/OutputFormat usable outside Hive

2014-02-05 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated HIVE-5728: - Attachment: HIVE-5728.13.patch Try again for jenkins pickup the patch. Make ORC

[jira] [Updated] (HIVE-5728) Make ORC InputFormat/OutputFormat usable outside Hive

2014-02-05 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated HIVE-5728: - Status: Open (was: Patch Available) Make ORC InputFormat/OutputFormat usable outside Hive

[jira] [Commented] (HIVE-3969) Session state for hive server should be cleaned-up

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

[jira] [Updated] (HIVE-5960) SQL std auth - special handling of PUBLIC role

2014-02-05 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated HIVE-5960: --- Resolution: Fixed Fix Version/s: 0.13.0 Status: Resolved (was: Patch

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

2014-02-05 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13892402#comment-13892402 ] Xuefu Zhang commented on HIVE-6359: --- [~navis] Thanks for working on this. When the patch

[jira] [Updated] (HIVE-5728) Make ORC InputFormat/OutputFormat usable outside Hive

2014-02-05 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated HIVE-5728: - Status: Patch Available (was: Open) Make ORC InputFormat/OutputFormat usable outside Hive

[jira] [Updated] (HIVE-6376) Enable hive to work with tez on secure cluster

2014-02-05 Thread Gunther Hagleitner (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gunther Hagleitner updated HIVE-6376: - Fix Version/s: tez-branch Enable hive to work with tez on secure cluster

[jira] [Created] (HIVE-6376) Enable hive to work with tez on secure cluster

2014-02-05 Thread Gunther Hagleitner (JIRA)
Gunther Hagleitner created HIVE-6376: Summary: Enable hive to work with tez on secure cluster Key: HIVE-6376 URL: https://issues.apache.org/jira/browse/HIVE-6376 Project: Hive Issue

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

2014-02-05 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: - Status: Open (was: Patch Available) Metastore support for permanent UDFs

[jira] [Commented] (HIVE-6167) Allow user-defined functions to be qualified with database name

2014-02-05 Thread Jason Dere (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13892491#comment-13892491 ] Jason Dere commented on HIVE-6167: -- I don't think the 1 failure is related to these

[jira] [Commented] (HIVE-6307) completed field description should be clarified.

2014-02-05 Thread Eugene Koifman (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13892499#comment-13892499 ] Eugene Koifman commented on HIVE-6307: -- +1 completed field description should be

Re: HCATALOG-641 : redo the patch and commit?

2014-02-05 Thread Thejas Nair
I am also not able to edit the jira. I believe edits to hcatalog jira as been disabled since the project merged into hive. Also, the patch no longer applies on trunk. Do you want to create a hive jira and upload rebased patch there? On Wed, Feb 5, 2014 at 10:27 AM, Karl Gierach

[jira] [Updated] (HIVE-6374) Hive job submitted with non-default name node (fs.default.name) doesn't process locations properly

2014-02-05 Thread Benjamin Zhitomirsky (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Zhitomirsky updated HIVE-6374: --- Attachment: Design of the fix HIVE-6374.docx More details and description of the fix

[jira] [Commented] (HIVE-6204) The result of show grant / show role should be tabular format

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

[jira] [Updated] (HIVE-6376) Enable hive to work with tez on secure cluster

2014-02-05 Thread Gunther Hagleitner (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gunther Hagleitner updated HIVE-6376: - Attachment: HIVE-6376.1.patch Enable hive to work with tez on secure cluster

[jira] [Commented] (HIVE-5814) Add DATE, TIMESTAMP, DECIMAL, CHAR, VARCHAR types support in HCat

2014-02-05 Thread Sushanth Sowmyan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13892569#comment-13892569 ] Sushanth Sowmyan commented on HIVE-5814: Committed to trunk. Thanks, Eugene! Add

[jira] [Updated] (HIVE-5814) Add DATE, TIMESTAMP, DECIMAL, CHAR, VARCHAR types support in HCat

2014-02-05 Thread Sushanth Sowmyan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sushanth Sowmyan updated HIVE-5814: --- Resolution: Fixed Fix Version/s: 0.13.0 Status: Resolved (was: Patch

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

2014-02-05 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thejas M Nair updated HIVE-5826: Resolution: Fixed Status: Resolved (was: Patch Available) Patch committed to trunk. Thanks

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

2014-02-05 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13892574#comment-13892574 ] Thejas M Nair commented on HIVE-5826: - Vaibhav, can you please add the release note

[jira] [Commented] (HIVE-6347) ZeroCopy read path for ORC RecordReader

2014-02-05 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13892600#comment-13892600 ] Gopal V commented on HIVE-6347: --- [~leftylev]: I will add the docs into the hive-site.xml in

[jira] [Commented] (HIVE-6373) TestCliDriverMethods test can cause entire build to fail

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

[jira] [Updated] (HIVE-6354) Some index test golden files produce non-deterministic stats in explain

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

[jira] [Assigned] (HIVE-5952) SQL std auth - authorize grant/revoke roles

2014-02-05 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan reassigned HIVE-5952: -- Assignee: Ashutosh Chauhan SQL std auth - authorize grant/revoke roles

[jira] [Updated] (HIVE-6340) Beeline outputs error message when HIVE_AUX_JARS_PATH is set

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

Re: Hive on Windows w/Hadoop 2.2.0

2014-02-05 Thread Lefty Leverenz
Actually I was hoping Eric would tell us how to change the wiki's disclaimer. Or anyone with know-how, so copying to dev@hive -- Lefty On Wed, Feb 5, 2014 at 1:36 PM, Subramanian, Sanjay (HQP) sanjay.subraman...@roberthalf.com wrote: U need Cygwin And this link will help

[jira] [Created] (HIVE-6377) make HADOOP_HOME setting consistent between hive and webhcat_config.sh

2014-02-05 Thread Eugene Koifman (JIRA)
Eugene Koifman created HIVE-6377: Summary: make HADOOP_HOME setting consistent between hive and webhcat_config.sh Key: HIVE-6377 URL: https://issues.apache.org/jira/browse/HIVE-6377 Project: Hive

[jira] [Resolved] (HIVE-6358) filterExpr not printed in explain for tablescan operators (ppd)

2014-02-05 Thread Gunther Hagleitner (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gunther Hagleitner resolved HIVE-6358. -- Resolution: Fixed Fix Version/s: 0.13.0 Committed to trunk. Thanks for the

Re: HCATALOG-641 : redo the patch and commit?

2014-02-05 Thread Karl Gierach
Yes, I will open a new Hive Jira and upload the patch after verifying it still works. -k On Feb 5, 2014, at 12:03 PM, Thejas Nair the...@hortonworks.com wrote: I am also not able to edit the jira. I believe edits to hcatalog jira as been disabled since the project merged into hive. Also, the

[jira] [Commented] (HIVE-6130) Webhcat resource /templeton/v1/status doesn't track Hive job progress

2014-02-05 Thread shanyu zhao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13892683#comment-13892683 ] shanyu zhao commented on HIVE-6130: --- [~shuainie] I think you should remove this line, we

[jira] [Created] (HIVE-6378) HCatClient::createTable() doesn't allow SerDe class to be specified

2014-02-05 Thread Karl D. Gierach (JIRA)
Karl D. Gierach created HIVE-6378: - Summary: HCatClient::createTable() doesn't allow SerDe class to be specified Key: HIVE-6378 URL: https://issues.apache.org/jira/browse/HIVE-6378 Project: Hive

[jira] [Created] (HIVE-6379) webhcat is not operational

2014-02-05 Thread Eugene Koifman (JIRA)
Eugene Koifman created HIVE-6379: Summary: webhcat is not operational Key: HIVE-6379 URL: https://issues.apache.org/jira/browse/HIVE-6379 Project: Hive Issue Type: Bug Components:

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

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

[jira] [Commented] (HIVE-5837) SQL standard based secure authorization for hive

2014-02-05 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13892750#comment-13892750 ] Thejas M Nair commented on HIVE-5837: - The current proposal does not talk about what

[jira] [Commented] (HIVE-4797) Hive Lead/Lag OLAP Not Functioning

2014-02-05 Thread Steve Waggoner (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13892758#comment-13892758 ] Steve Waggoner commented on HIVE-4797: -- This is either a bug in the documentation or

[jira] [Created] (HIVE-6380) Specify jars/files when creating permanent UDFs

2014-02-05 Thread Jason Dere (JIRA)
Jason Dere created HIVE-6380: Summary: Specify jars/files when creating permanent UDFs Key: HIVE-6380 URL: https://issues.apache.org/jira/browse/HIVE-6380 Project: Hive Issue Type: Sub-task

[jira] [Commented] (HIVE-6380) Specify jars/files when creating permanent UDFs

2014-02-05 Thread Jason Dere (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13892810#comment-13892810 ] Jason Dere commented on HIVE-6380: -- Actually I want to start with something even simpler

[jira] [Commented] (HIVE-6380) Specify jars/files when creating permanent UDFs

2014-02-05 Thread Jason Dere (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13892812#comment-13892812 ] Jason Dere commented on HIVE-6380: -- Messed up the example syntax: {noformat} CREATE

Re: Review Request 17622: VectorExpressionWriter for date and decimal datatypes.

2014-02-05 Thread Jitendra Pandey
On Feb. 3, 2014, 6:20 p.m., Eric Hanson wrote: ql/src/java/org/apache/hadoop/hive/ql/optimizer/physical/Vectorizer.java, line 208 https://reviews.apache.org/r/17622/diff/1/?file=462257#file462257line208 Please add a comment why you are using decimal.* and why it's different

[jira] [Commented] (HIVE-2599) Support Composit/Compound Keys with HBaseStorageHandler

2014-02-05 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13892839#comment-13892839 ] Navis commented on HIVE-2599: - [~swarnim] [~brocknoland] I'm really late on this issue. Could I

[jira] [Updated] (HIVE-6333) Generate vectorized plan for decimal expressions.

2014-02-05 Thread Jitendra Nath Pandey (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jitendra Nath Pandey updated HIVE-6333: --- Attachment: HIVE-6333.3.patch Generate vectorized plan for decimal expressions.

Re: Review Request 17622: VectorExpressionWriter for date and decimal datatypes.

2014-02-05 Thread Eric Hanson
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17622/#review33747 --- Ship it! Ship It! - Eric Hanson On Jan. 31, 2014, 10:19 p.m.,

Review Request 17769: Generate vectorized plan for decimal expressions.

2014-02-05 Thread Jitendra Pandey
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17769/ --- Review request for hive and Eric Hanson. Bugs: HIVE-6333

[jira] [Commented] (HIVE-6333) Generate vectorized plan for decimal expressions.

2014-02-05 Thread Jitendra Nath Pandey (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13892843#comment-13892843 ] Jitendra Nath Pandey commented on HIVE-6333: Another version of the patch is

[jira] [Updated] (HIVE-6333) Generate vectorized plan for decimal expressions.

2014-02-05 Thread Jitendra Nath Pandey (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jitendra Nath Pandey updated HIVE-6333: --- Status: Patch Available (was: Open) Generate vectorized plan for decimal

Re: Review Request 17769: Generate vectorized plan for decimal expressions.

2014-02-05 Thread Jitendra Pandey
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17769/ --- (Updated Feb. 6, 2014, 12:42 a.m.) Review request for hive and Eric Hanson.

[jira] [Commented] (HIVE-6303) VectorExpressionWriter for date and decimal datatypes.

2014-02-05 Thread Jitendra Nath Pandey (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13892846#comment-13892846 ] Jitendra Nath Pandey commented on HIVE-6303: This patch is incorporated in

[jira] [Updated] (HIVE-6303) VectorExpressionWriter for date and decimal datatypes.

2014-02-05 Thread Jitendra Nath Pandey (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jitendra Nath Pandey updated HIVE-6303: --- Resolution: Later Status: Resolved (was: Patch Available)

[jira] [Commented] (HIVE-6333) Generate vectorized plan for decimal expressions.

2014-02-05 Thread Jitendra Nath Pandey (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13892849#comment-13892849 ] Jitendra Nath Pandey commented on HIVE-6333: Review board entry:

[jira] [Updated] (HIVE-6320) Row-based ORC reader with PPD turned on dies on BufferUnderFlowException

2014-02-05 Thread Gunther Hagleitner (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gunther Hagleitner updated HIVE-6320: - Resolution: Fixed Fix Version/s: 0.13.0 Status: Resolved (was: Patch

[jira] [Updated] (HIVE-6353) Update hadoop-2 golden files after HIVE-6267

2014-02-05 Thread Gunther Hagleitner (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gunther Hagleitner updated HIVE-6353: - Resolution: Fixed Fix Version/s: 0.13.0 Status: Resolved (was: Patch

[jira] [Commented] (HIVE-6353) Update hadoop-2 golden files after HIVE-6267

2014-02-05 Thread Gunther Hagleitner (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13892858#comment-13892858 ] Gunther Hagleitner commented on HIVE-6353: -- Committed to trunk. Thanks for the

[jira] [Commented] (HIVE-6329) Support column level encryption/decryption

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

[jira] [Commented] (HIVE-2599) Support Composit/Compound Keys with HBaseStorageHandler

2014-02-05 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13892894#comment-13892894 ] Navis commented on HIVE-2599: - I cannot understand the intention of this issue. Without this

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

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

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

2014-02-05 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13892899#comment-13892899 ] Navis commented on HIVE-6356: - Sadly, patch2 cannot resolve this issue. I should I have done

[jira] [Updated] (HIVE-4996) unbalanced calls to openTransaction/commitTransaction

2014-02-05 Thread Szehon Ho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Szehon Ho updated HIVE-4996: Attachment: HIVE-4996.3.patch Fixing the negative-test cases. unbalanced calls to

Re: Review Request 17678: HIVE-4996 unbalanced calls to openTransaction/commitTransaction

2014-02-05 Thread Szehon Ho
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17678/ --- (Updated Feb. 6, 2014, 1:54 a.m.) Review request for hive. Changes ---

[jira] [Commented] (HIVE-6301) get_json_object throw java.lang.IllegalStateException: No match found exception.

2014-02-05 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13892906#comment-13892906 ] Navis commented on HIVE-6301: - +1 get_json_object throw java.lang.IllegalStateException: No

[jira] [Updated] (HIVE-6256) add batch dropping of partitions to Hive metastore (as well as to dropTable)

2014-02-05 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-6256: --- Attachment: HIVE-6256.02.patch HIVE-6256.nogen.patch one line fix add batch

[jira] [Updated] (HIVE-6301) get_json_object throw java.lang.IllegalStateException: No match found exception.

2014-02-05 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navis updated HIVE-6301: Assignee: Zhiwen Sun get_json_object throw java.lang.IllegalStateException: No match found exception.

Re: Review Request 17687: HIVE-6256 add batch dropping of partitions to Hive metastore (as well as to dropTable)

2014-02-05 Thread Sergey Shelukhin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17687/ --- (Updated Feb. 6, 2014, 1:58 a.m.) Review request for hive, Ashutosh Chauhan

[jira] [Created] (HIVE-6381) bin/hcat script won't launch

2014-02-05 Thread Eugene Koifman (JIRA)
Eugene Koifman created HIVE-6381: Summary: bin/hcat script won't launch Key: HIVE-6381 URL: https://issues.apache.org/jira/browse/HIVE-6381 Project: Hive Issue Type: Bug

[jira] [Commented] (HIVE-4144) Add select database() command to show the current database

2014-02-05 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13892913#comment-13892913 ] Navis commented on HIVE-4144: - Precommit test makes me really lazy. I've forgot to update

[jira] [Updated] (HIVE-6325) Enable using multiple concurrent sessions in tez

2014-02-05 Thread Vikram Dixit K (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vikram Dixit K updated HIVE-6325: - Attachment: HIVE-6325.2.patch Updated to address review comments. Enable using multiple

Re: Review Request 17471: HIVE-6325: Enable using multiple concurrent sessions in tez

2014-02-05 Thread Vikram Dixit Kumaraswamy
On Feb. 3, 2014, 9:10 p.m., Gunther Hagleitner wrote: ql/src/java/org/apache/hadoop/hive/ql/exec/tez/TezSessionPoolManager.java, line 28 https://reviews.apache.org/r/17471/diff/1/?file=453262#file453262line28 BlockingQueue should be able to tell you length, right? Blocking queue

Re: Review Request 17471: HIVE-6325: Enable using multiple concurrent sessions in tez

2014-02-05 Thread Vikram Dixit Kumaraswamy
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17471/ --- (Updated Feb. 6, 2014, 2:08 a.m.) Review request for hive. Changes ---

[jira] [Updated] (HIVE-4144) Add select database() command to show the current database

2014-02-05 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navis updated HIVE-4144: Resolution: Fixed Fix Version/s: 0.13.0 Status: Resolved (was: Patch Available) Committed to

[jira] [Issue Comment Deleted] (HIVE-3969) Session state for hive server should be cleaned-up

2014-02-05 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navis updated HIVE-3969: Comment: was deleted (was: {color:red}Overall{color}: -1 no tests executed Here are the results of testing the

[jira] [Updated] (HIVE-6381) bin/hcat script won't launch

2014-02-05 Thread Eugene Koifman (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eugene Koifman updated HIVE-6381: - Status: Patch Available (was: Open) bin/hcat script won't launch

[jira] [Updated] (HIVE-6381) bin/hcat script won't launch

2014-02-05 Thread Eugene Koifman (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eugene Koifman updated HIVE-6381: - Attachment: HIVE-6381.patch no pre commit tests bin/hcat script won't launch

[jira] [Updated] (HIVE-6377) make HADOOP_HOME setting consistent between hive and webhcat_config.sh

2014-02-05 Thread Eugene Koifman (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eugene Koifman updated HIVE-6377: - Attachment: HIVE-6377.patch make HADOOP_HOME setting consistent between hive and

  1   2   >