[jira] [Updated] (HIVE-3925) dependencies of fetch task are not shown by explain

2014-03-05 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navis updated HIVE-3925: Attachment: HIVE-3925.5.patch.txt Addressed comments. Expects many failures from newly added tests. dependencies

[jira] [Updated] (HIVE-3925) dependencies of fetch task are not shown by explain

2014-03-05 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navis updated HIVE-3925: Status: Patch Available (was: Open) dependencies of fetch task are not shown by explain

[jira] [Created] (HIVE-6552) Failed to generate new mapJoin operator by exception : Big Table Alias is null

2014-03-05 Thread Martin Kudlej (JIRA)
Martin Kudlej created HIVE-6552: --- Summary: Failed to generate new mapJoin operator by exception : Big Table Alias is null Key: HIVE-6552 URL: https://issues.apache.org/jira/browse/HIVE-6552 Project:

hive script when invoked through a link

2014-03-05 Thread Remus Rusanu
I tried making /usr/bin/hive a link to /usr/lib/hive-0.14/bin/hive . But the launch fails because: bin=`dirname $0` bin=`cd $bin; pwd` . $bin/hive-config.sh So I used a readlink -f first, to locate the proper script home, and then it works fine. My question is: is this kind of problem

[jira] [Commented] (HIVE-6131) New columns after table alter result in null values despite data

2014-03-05 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13920691#comment-13920691 ] Ning Zhang commented on HIVE-6131: -- Verified this issue with Apache Hive 0.10, 0.11, 0.12

[jira] [Updated] (HIVE-6432) Remove deprecated methods in HCatalog

2014-03-05 Thread Sushanth Sowmyan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sushanth Sowmyan updated HIVE-6432: --- Attachment: HIVE-6432.wip.2.patch Patch updated to remove function endpoints that have been

[jira] [Commented] (HIVE-6486) Support secure Subject.doAs() in HiveServer2 JDBC client.

2014-03-05 Thread Vaibhav Gumashta (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13920709#comment-13920709 ] Vaibhav Gumashta commented on HIVE-6486: After some thought, I feel your initial

[jira] [Commented] (HIVE-4293) Predicates following UDTF operator are removed by PPD

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

[jira] [Updated] (HIVE-6432) Remove deprecated methods in HCatalog

2014-03-05 Thread Sushanth Sowmyan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sushanth Sowmyan updated HIVE-6432: --- Attachment: hcat.6432.test.out HIVE-6432.patch Okay, the patch is good, tests

[jira] [Commented] (HIVE-6486) Support secure Subject.doAs() in HiveServer2 JDBC client.

2014-03-05 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13920775#comment-13920775 ] Thejas M Nair commented on HIVE-6486: - Yes, I think kerberosAuthType=fromSubject is

[jira] [Commented] (HIVE-6486) Support secure Subject.doAs() in HiveServer2 JDBC client.

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

Re: hive script when invoked through a link

2014-03-05 Thread Brock Noland
This should be fixed on trunk. I believe we want to use the BAS_SOURCE environment variable. On Mar 5, 2014 3:22 AM, Remus Rusanu rem...@microsoft.com wrote: I tried making /usr/bin/hive a link to /usr/lib/hive-0.14/bin/hive . But the launch fails because: bin=`dirname $0` bin=`cd $bin; pwd`

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

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

Proposal to switch to pull requests

2014-03-05 Thread kulkarni.swar...@gmail.com
Hello, Since we have a nice mirrored git repository for hive[1], any specific reason why we can't switch to doing pull requests instead of patches? IMHO pull requests are awesome for peer review plus it is also very easy to keep track of JIRAs with open pull requests instead of looking for JIRAs

Re: Proposal to switch to pull requests

2014-03-05 Thread Brock Noland
Personally I prefer the Github workflow, but I believe there have been some challenges with that since the source for apache projects must be stored in apache source control (git or svn). Relevent: https://blogs.apache.org/infra/entry/improved_integration_between_apache_and On Wed, Mar 5, 2014

[jira] [Commented] (HIVE-6548) Missing owner name and type fields in schema script for DBS table

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

[jira] [Created] (HIVE-6553) hive CLI shell use of `dirname $0` prevents it from being linked from other directories

2014-03-05 Thread Remus Rusanu (JIRA)
Remus Rusanu created HIVE-6553: -- Summary: hive CLI shell use of `dirname $0` prevents it from being linked from other directories Key: HIVE-6553 URL: https://issues.apache.org/jira/browse/HIVE-6553

RE: hive script when invoked through a link

2014-03-05 Thread Remus Rusanu
HIVE-6553 it is then I'm not sure $BASH_SOURCE makes any diff, is the readlink that is critical. -Original Message- From: Brock Noland [mailto:br...@cloudera.com] Sent: Wednesday, March 05, 2014 2:46 PM To: dev@hive.apache.org Subject: Re: hive script when invoked through a link This

[jira] [Created] (HIVE-6554) CombineHiveInputFormat should use the underlying InputSplits

2014-03-05 Thread Owen O'Malley (JIRA)
Owen O'Malley created HIVE-6554: --- Summary: CombineHiveInputFormat should use the underlying InputSplits Key: HIVE-6554 URL: https://issues.apache.org/jira/browse/HIVE-6554 Project: Hive Issue

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

2014-03-05 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley updated HIVE-6060: Attachment: HIVE-6060.patch Re-uploading for jenkins. Define API for RecordUpdater and

Re: How long will we support Hadoop 0.20.2?

2014-03-05 Thread Ashutosh Chauhan
~6 months have since gone by. Branch 0.13 has now been cut. Is it OK now to drop 20 shims from trunk. Or, Ed are you still planning to use Hive on Hadoop 0.20.2, 6 months from now (or whenever 0.14 gets released) Thanks, Ashutosh On Thu, Sep 19, 2013 at 7:11 PM, Edward Capriolo

[jira] [Commented] (HIVE-6548) Missing owner name and type fields in schema script for DBS table

2014-03-05 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13921061#comment-13921061 ] Ashutosh Chauhan commented on HIVE-6548: Verified that TestSchemaTool is failing on

[jira] [Commented] (HIVE-5888) group by after join operation product no result when hive.optimize.skewjoin = true

2014-03-05 Thread Jian Fang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13921063#comment-13921063 ] Jian Fang commented on HIVE-5888: - Also, the two reducers often failed because no space

[jira] [Created] (HIVE-6555) TestSchemaTool is failing on trunk after branching

2014-03-05 Thread Ashutosh Chauhan (JIRA)
Ashutosh Chauhan created HIVE-6555: -- Summary: TestSchemaTool is failing on trunk after branching Key: HIVE-6555 URL: https://issues.apache.org/jira/browse/HIVE-6555 Project: Hive Issue

[jira] [Updated] (HIVE-6548) Missing owner name and type fields in schema script for DBS table

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

[jira] [Commented] (HIVE-5888) group by after join operation product no result when hive.optimize.skewjoin = true

2014-03-05 Thread Jian Fang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13921057#comment-13921057 ] Jian Fang commented on HIVE-5888: - Thanks a lot. Will try the fix in HIVE-6041. Could you

[jira] [Commented] (HIVE-6507) OrcFile table property names are specified as strings

2014-03-05 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13921103#comment-13921103 ] Owen O'Malley commented on HIVE-6507: - This breaks the API compatibility. You need to

Re: How long will we support Hadoop 0.20.2?

2014-03-05 Thread Edward Capriolo
It has been a while since we talked about this. How about we start an N month clock starting from today. N can be 3 months not 6. On Wed, Mar 5, 2014 at 12:09 PM, Ashutosh Chauhan hashut...@apache.orgwrote: ~6 months have since gone by. Branch 0.13 has now been cut. Is it OK now to drop 20

Re: Review Request 18757: HIVE-6486 Support secure Subject.doAs() in HiveServer2 JDBC client

2014-03-05 Thread Shivaraju Gowda
On March 4, 2014, 11:16 p.m., Thejas Nair wrote: http://svn.apache.org/repos/asf/hive/trunk/service/src/java/org/apache/hive/service/auth/KerberosSaslHelper.java, line 70 https://reviews.apache.org/r/18757/diff/1/?file=510309#file510309line70 can you take fix this indentation ?

[jira] [Updated] (HIVE-6338) Improve exception handling in createDefaultDb() in Metastore

2014-03-05 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated HIVE-6338: --- Attachment: HIVE-6338.patch [~brocknoland] Can you take a look? Improve exception handling

[jira] [Updated] (HIVE-6338) Improve exception handling in createDefaultDb() in Metastore

2014-03-05 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated HIVE-6338: --- Status: Patch Available (was: Open) Improve exception handling in createDefaultDb() in

Re: Review Request 18757: HIVE-6486 Support secure Subject.doAs() in HiveServer2 JDBC client

2014-03-05 Thread Shivaraju Gowda
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18757/ --- (Updated March 5, 2014, 10:30 a.m.) Review request for hive, Kevin Minder,

[jira] [Commented] (HIVE-6338) Improve exception handling in createDefaultDb() in Metastore

2014-03-05 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13921167#comment-13921167 ] Brock Noland commented on HIVE-6338: +1 Improve exception handling in

[jira] [Updated] (HIVE-6432) Remove deprecated methods in HCatalog

2014-03-05 Thread Sushanth Sowmyan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sushanth Sowmyan updated HIVE-6432: --- Release Note: Removes all org.apache.hcatalog.* components, removes all functions and methods

[jira] [Updated] (HIVE-6432) Remove deprecated methods in HCatalog

2014-03-05 Thread Sushanth Sowmyan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sushanth Sowmyan updated HIVE-6432: --- Affects Version/s: 0.14.0 Remove deprecated methods in HCatalog

[jira] [Commented] (HIVE-6338) Improve exception handling in createDefaultDb() in Metastore

2014-03-05 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13921184#comment-13921184 ] Sergey Shelukhin commented on HIVE-6338: +1 Improve exception handling in

[jira] [Commented] (HIVE-6486) Support secure Subject.doAs() in HiveServer2 JDBC client.

2014-03-05 Thread Shivaraju Gowda (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13921185#comment-13921185 ] Shivaraju Gowda commented on HIVE-6486: --- Vaibhav Gumashta: I am OK with the new flag.

[jira] [Commented] (HIVE-6432) Remove deprecated methods in HCatalog

2014-03-05 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13921189#comment-13921189 ] Ashutosh Chauhan commented on HIVE-6432: +1 Remove deprecated methods in HCatalog

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

2014-03-05 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.txt Here's a .txt draft. No, it's quite different then the pdf attached to 5317.

[jira] [Commented] (HIVE-6522) AVG() failure with decimal type

2014-03-05 Thread Jason Dere (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13921195#comment-13921195 ] Jason Dere commented on HIVE-6522: -- Yeah, this looks like it's fixed, thanks Xuefu.

[jira] [Resolved] (HIVE-6522) AVG() failure with decimal type

2014-03-05 Thread Jason Dere (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dere resolved HIVE-6522. -- Resolution: Fixed Fix Version/s: 0.13.0 AVG() failure with decimal type

[jira] [Commented] (HIVE-6486) Support secure Subject.doAs() in HiveServer2 JDBC client.

2014-03-05 Thread Vaibhav Gumashta (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13921199#comment-13921199 ] Vaibhav Gumashta commented on HIVE-6486: [~shivshi] Cool, thanks so much for the

[jira] [Updated] (HIVE-6486) Support secure Subject.doAs() in HiveServer2 JDBC client.

2014-03-05 Thread Shivaraju Gowda (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shivaraju Gowda updated HIVE-6486: -- Attachment: HIVE-6486.3.patch Support secure Subject.doAs() in HiveServer2 JDBC client.

[jira] [Updated] (HIVE-6486) Support secure Subject.doAs() in HiveServer2 JDBC client.

2014-03-05 Thread Shivaraju Gowda (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shivaraju Gowda updated HIVE-6486: -- Status: Open (was: Patch Available) Support secure Subject.doAs() in HiveServer2 JDBC client.

[jira] [Updated] (HIVE-6486) Support secure Subject.doAs() in HiveServer2 JDBC client.

2014-03-05 Thread Shivaraju Gowda (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shivaraju Gowda updated HIVE-6486: -- Status: Patch Available (was: Open) Support secure Subject.doAs() in HiveServer2 JDBC client.

[jira] [Commented] (HIVE-6507) OrcFile table property names are specified as strings

2014-03-05 Thread Sushanth Sowmyan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13921222#comment-13921222 ] Sushanth Sowmyan commented on HIVE-6507: Ah, ok, how about if we reintroduce the

[jira] [Updated] (HIVE-6507) OrcFile table property names are specified as strings

2014-03-05 Thread Sushanth Sowmyan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sushanth Sowmyan updated HIVE-6507: --- Attachment: HIVE-6507.2.patch OrcFile table property names are specified as strings

[jira] [Commented] (HIVE-6486) Support secure Subject.doAs() in HiveServer2 JDBC client.

2014-03-05 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13921223#comment-13921223 ] Thejas M Nair commented on HIVE-6486: - +1 for updated patch - HIVE-6486.2.patch

[jira] [Commented] (HIVE-6507) OrcFile table property names are specified as strings

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

[jira] [Updated] (HIVE-5931) SQL std auth - add metastore get_role_participants api - to support DESCRIBE ROLE

2014-03-05 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thejas M Nair updated HIVE-5931: Attachment: HIVE-5931.thriftapi.2.patch SQL std auth - add metastore get_role_participants api -

[jira] [Commented] (HIVE-5931) SQL std auth - add metastore get_role_participants api - to support DESCRIBE ROLE

2014-03-05 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13921242#comment-13921242 ] Ashutosh Chauhan commented on HIVE-5931: Don't see {{ listRoleGrant

[jira] [Created] (HIVE-6557) TestSchemaTool tests are failing

2014-03-05 Thread Vikram Dixit K (JIRA)
Vikram Dixit K created HIVE-6557: Summary: TestSchemaTool tests are failing Key: HIVE-6557 URL: https://issues.apache.org/jira/browse/HIVE-6557 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-6556) bucketizedhiveinputformat.q fails due to difference in golden file output

2014-03-05 Thread Vikram Dixit K (JIRA)
Vikram Dixit K created HIVE-6556: Summary: bucketizedhiveinputformat.q fails due to difference in golden file output Key: HIVE-6556 URL: https://issues.apache.org/jira/browse/HIVE-6556 Project: Hive

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

2014-03-05 Thread Vikram Dixit K (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13921275#comment-13921275 ] Vikram Dixit K commented on HIVE-6325: -- Unrelated test failures. Created HIVE-6556 for

[jira] [Commented] (HIVE-5931) SQL std auth - add metastore get_role_participants api - to support DESCRIBE ROLE

2014-03-05 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13921280#comment-13921280 ] Thejas M Nair commented on HIVE-5931: - Yes, I was planning to do that as part of

[jira] [Commented] (HIVE-6538) yet another annoying exception in test logs

2014-03-05 Thread Jason Dere (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13921279#comment-13921279 ] Jason Dere commented on HIVE-6538: -- Hi [~szehon], given that logic in

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

2014-03-05 Thread Lefty Leverenz (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13921278#comment-13921278 ] Lefty Leverenz commented on HIVE-6541: -- Thanks, I've made a copy and I'll review it

[jira] [Resolved] (HIVE-6557) TestSchemaTool tests are failing

2014-03-05 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan resolved HIVE-6557. Resolution: Duplicate Also, tracked in HIVE-6555 TestSchemaTool tests are failing

[jira] [Commented] (HIVE-5931) SQL std auth - add metastore get_role_participants api - to support DESCRIBE ROLE

2014-03-05 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13921287#comment-13921287 ] Ashutosh Chauhan commented on HIVE-5931: OK. Current proposal looks good. SQL std

[jira] [Commented] (HIVE-6417) sql std auth - new users in admin role config should get added

2014-03-05 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13921294#comment-13921294 ] Ashutosh Chauhan commented on HIVE-6417: Problem is both role creation and adding

[jira] [Commented] (HIVE-887) Allow SELECT col without a mapreduce job

2014-03-05 Thread Tim Goodman (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13921297#comment-13921297 ] Tim Goodman commented on HIVE-887: -- What is the syntax for this? I'm using hive 0.10.0,

Thoughts on new metastore APIs

2014-03-05 Thread Brock Noland
Hi, There is a ton of great work going into the 0.13 release. Specifically, we are adding a ton of APIs to the metastore: https://github.com/apache/hive/blame/trunk/metastore/if/hive_metastore.thrift Few of these new API's follow the best practice of a single request and response struct. Some

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

2014-03-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-trunk.patch HIVE-6325-branch-0.13.patch Patches for

[jira] [Commented] (HIVE-6538) yet another annoying exception in test logs

2014-03-05 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13921309#comment-13921309 ] Sergey Shelukhin commented on HIVE-6538: 1 would still appear in logs yet another

[jira] [Commented] (HIVE-6538) yet another annoying exception in test logs

2014-03-05 Thread Jason Dere (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13921314#comment-13921314 ] Jason Dere commented on HIVE-6538: -- yeah, just do (2) yet another annoying exception in

[jira] [Commented] (HIVE-887) Allow SELECT col without a mapreduce job

2014-03-05 Thread Tim Goodman (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13921316#comment-13921316 ] Tim Goodman commented on HIVE-887: -- Hmm, apparently I have to do: SET

[jira] [Commented] (HIVE-6548) Missing owner name and type fields in schema script for DBS table

2014-03-05 Thread Harish Butani (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13921320#comment-13921320 ] Harish Butani commented on HIVE-6548: - +1 Missing owner name and type fields in

[jira] [Commented] (HIVE-6538) yet another annoying exception in test logs

2014-03-05 Thread Szehon Ho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13921326#comment-13921326 ] Szehon Ho commented on HIVE-6538: - Yea makes sense, let's do (2) to keep it consistent with

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

2014-03-05 Thread Vikram Dixit K (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13921327#comment-13921327 ] Vikram Dixit K commented on HIVE-6325: -- [~rhbutani] can I commit it to the 0.13

[jira] [Updated] (HIVE-4764) Support Kerberos HTTP authentication for HiveServer2 running in http mode

2014-03-05 Thread Vaibhav Gumashta (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vaibhav Gumashta updated HIVE-4764: --- Status: Patch Available (was: Open) Support Kerberos HTTP authentication for HiveServer2

[jira] [Updated] (HIVE-4764) Support Kerberos HTTP authentication for HiveServer2 running in http mode

2014-03-05 Thread Vaibhav Gumashta (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vaibhav Gumashta updated HIVE-4764: --- Status: Open (was: Patch Available) Support Kerberos HTTP authentication for HiveServer2

[jira] [Updated] (HIVE-6548) Missing owner name and type fields in schema script for DBS table

2014-03-05 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated HIVE-6548: --- Fix Version/s: (was: 0.14.0) 0.13.0 Missing owner name and type

[jira] [Commented] (HIVE-6548) Missing owner name and type fields in schema script for DBS table

2014-03-05 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13921331#comment-13921331 ] Ashutosh Chauhan commented on HIVE-6548: Thanks, Harish! I committed to 0.13

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

2014-03-05 Thread Harish Butani (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13921333#comment-13921333 ] Harish Butani commented on HIVE-6325: - +1 Enable using multiple concurrent sessions

Review Request 18793: Bug fix.

2014-03-05 Thread Ashutosh Chauhan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18793/ --- Review request for hive and Thejas Nair. Bugs: HIVE-6417

[jira] [Updated] (HIVE-6417) sql std auth - new users in admin role config should get added

2014-03-05 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated HIVE-6417: --- Attachment: HIVE-6417.patch sql std auth - new users in admin role config should get added

[jira] [Updated] (HIVE-6417) sql std auth - new users in admin role config should get added

2014-03-05 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated HIVE-6417: --- Assignee: Ashutosh Chauhan Status: Patch Available (was: Open) [~thejas] Can you take

[jira] [Commented] (HIVE-6417) sql std auth - new users in admin role config should get added

2014-03-05 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13921341#comment-13921341 ] Thejas M Nair commented on HIVE-6417: - sure, can you add an rb link ? sql std auth -

[jira] [Commented] (HIVE-5888) group by after join operation product no result when hive.optimize.skewjoin = true

2014-03-05 Thread Jian Fang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13921355#comment-13921355 ] Jian Fang commented on HIVE-5888: - Cherry picked HIVE-6041 patch from branch-0.13 to hive

[jira] [Commented] (HIVE-6332) HCatConstants Documentation needed

2014-03-05 Thread Sushanth Sowmyan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13921373#comment-13921373 ] Sushanth Sowmyan commented on HIVE-6332: Before I created a wiki page for this, I

[jira] [Commented] (HIVE-6332) HCatConstants Documentation needed

2014-03-05 Thread Sushanth Sowmyan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13921374#comment-13921374 ] Sushanth Sowmyan commented on HIVE-6332: Ugh, sorry about the formatting above,

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

2014-03-05 Thread Vikram Dixit K (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13921375#comment-13921375 ] Vikram Dixit K commented on HIVE-6325: -- Committed to trunk and branch-0.13. Thanks

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

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

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

2014-03-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: - Resolution: Fixed Fix Version/s: 0.14.0 0.13.0 Status:

[jira] [Commented] (HIVE-6507) OrcFile table property names are specified as strings

2014-03-05 Thread Sushanth Sowmyan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13921381#comment-13921381 ] Sushanth Sowmyan commented on HIVE-6507: Noting that 2 of the test failures

[jira] [Updated] (HIVE-6434) Restrict function create/drop to admin roles

2014-03-05 Thread Jason Dere (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dere updated HIVE-6434: - Attachment: HIVE-6434.5.patch Rebase patch with trunk Restrict function create/drop to admin roles

[jira] [Commented] (HIVE-6555) TestSchemaTool is failing on trunk after branching

2014-03-05 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13921422#comment-13921422 ] Ashutosh Chauhan commented on HIVE-6555: Patch forthcoming. TestSchemaTool is

[jira] [Assigned] (HIVE-6555) TestSchemaTool is failing on trunk after branching

2014-03-05 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan reassigned HIVE-6555: -- Assignee: Ashutosh Chauhan TestSchemaTool is failing on trunk after branching

[jira] [Updated] (HIVE-6511) casting from decimal to tinyint,smallint, int and bigint generates different result when vectorization is on

2014-03-05 Thread Jitendra Nath Pandey (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jitendra Nath Pandey updated HIVE-6511: --- Attachment: HIVE-6511.2.patch casting from decimal to tinyint,smallint, int and

[jira] [Updated] (HIVE-6511) casting from decimal to tinyint,smallint, int and bigint generates different result when vectorization is on

2014-03-05 Thread Jitendra Nath Pandey (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jitendra Nath Pandey updated HIVE-6511: --- Status: Patch Available (was: Open) casting from decimal to tinyint,smallint, int

Review Request 18808: Casting from decimal to tinyint, smallint, int and bigint generates different result when vectorization is on

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

[jira] [Updated] (HIVE-6511) casting from decimal to tinyint,smallint, int and bigint generates different result when vectorization is on

2014-03-05 Thread Jitendra Nath Pandey (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jitendra Nath Pandey updated HIVE-6511: --- Attachment: HIVE-6511.3.patch Review board: https://reviews.apache.org/r/18808/

[jira] [Updated] (HIVE-6511) casting from decimal to tinyint,smallint, int and bigint generates different result when vectorization is on

2014-03-05 Thread Jitendra Nath Pandey (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jitendra Nath Pandey updated HIVE-6511: --- Status: Patch Available (was: Open) casting from decimal to tinyint,smallint, int

[jira] [Updated] (HIVE-6511) casting from decimal to tinyint,smallint, int and bigint generates different result when vectorization is on

2014-03-05 Thread Jitendra Nath Pandey (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jitendra Nath Pandey updated HIVE-6511: --- Status: Open (was: Patch Available) casting from decimal to tinyint,smallint, int

[jira] [Commented] (HIVE-6538) yet another annoying exception in test logs

2014-03-05 Thread Szehon Ho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13921469#comment-13921469 ] Szehon Ho commented on HIVE-6538: - Added a check to not log for NoSuchObjectException in

[jira] [Updated] (HIVE-6538) yet another annoying exception in test logs

2014-03-05 Thread Szehon Ho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Szehon Ho updated HIVE-6538: Attachment: HIVE-6538.2.patch yet another annoying exception in test logs

[jira] [Updated] (HIVE-6546) WebHCat job submission for pig with -useHCatalog argument fails on Windows

2014-03-05 Thread Eric Hanson (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Hanson updated HIVE-6546: -- Fix Version/s: 0.13.0 Assignee: Eric Hanson Status: Patch Available (was: Open)

[jira] [Updated] (HIVE-6546) WebHCat job submission for pig with -useHCatalog argument fails on Windows

2014-03-05 Thread Eric Hanson (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Hanson updated HIVE-6546: -- Attachment: HIVE-6546.01.patch Changed constant placeholder to include = sign WebHCat job submission

[jira] [Created] (HIVE-6558) HiveServer2 Plain SASL authentication broken after hadoop 2.3 upgrade

2014-03-05 Thread Prasad Mujumdar (JIRA)
Prasad Mujumdar created HIVE-6558: - Summary: HiveServer2 Plain SASL authentication broken after hadoop 2.3 upgrade Key: HIVE-6558 URL: https://issues.apache.org/jira/browse/HIVE-6558 Project: Hive

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

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

  1   2   >