[jira] [Updated] (HIVE-4497) beeline module tests don't get run by default

2013-05-03 Thread Rob Weltman (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-4497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Weltman updated HIVE-4497:
--

Resolution: Duplicate
Status: Resolved  (was: Patch Available)

Patch available at https://issues.apache.org/jira/browse/HIVE-4357


 beeline module tests don't get run by default
 -

 Key: HIVE-4497
 URL: https://issues.apache.org/jira/browse/HIVE-4497
 Project: Hive
  Issue Type: Bug
  Components: CLI, HiveServer2
Reporter: Thejas M Nair
Assignee: Thejas M Nair
 Attachments: HIVE-4497.1.patch


 beeline tests are not getting run by default . 
 See 
 https://builds.apache.org/job/Hive-trunk-h0.21/lastCompletedBuild/testReport/

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HIVE-4357) BeeLine tests are not getting executed

2013-04-18 Thread Rob Weltman (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-4357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13635816#comment-13635816
 ] 

Rob Weltman commented on HIVE-4357:
---

Test udf7 in ql (probably one of the last ones in ql) fails for me because of 
conflicting junit versions in the CLASSPATH. I had to do a little trickery to 
get past that but could then verify that the beeline tests are executed and 
pass.


 BeeLine tests are not getting executed
 --

 Key: HIVE-4357
 URL: https://issues.apache.org/jira/browse/HIVE-4357
 Project: Hive
  Issue Type: Bug
  Components: Build Infrastructure
Affects Versions: 0.10.0
Reporter: Carl Steinbach
Assignee: Rob Weltman
 Fix For: 0.11.0

 Attachments: HIVE-4357.1.patch.txt




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HIVE-4364) beeline always exits with 0 status, should exit with non-zero status on error

2013-04-16 Thread Rob Weltman (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-4364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13633088#comment-13633088
 ] 

Rob Weltman commented on HIVE-4364:
---

Patch up for review at https://reviews.apache.org/r/10551/


 beeline always exits with 0 status, should exit with non-zero status on error
 -

 Key: HIVE-4364
 URL: https://issues.apache.org/jira/browse/HIVE-4364
 Project: Hive
  Issue Type: Bug
  Components: HiveServer2
Affects Versions: 0.10.0
Reporter: Rob Weltman
Assignee: Rob Weltman
 Fix For: 0.11.0

 Attachments: HIVE-4364.1.patch.txt


 beeline should exit with non-zero status on error so that executors such as a 
 shell script or Oozie can detect failure.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HIVE-4364) beeline always exits with 0 status, should exit with non-zero status on error

2013-04-16 Thread Rob Weltman (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-4364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Weltman updated HIVE-4364:
--

Attachment: HIVE-4364.1.patch.txt

BeeLine patch to set exit status to non-zero on error


 beeline always exits with 0 status, should exit with non-zero status on error
 -

 Key: HIVE-4364
 URL: https://issues.apache.org/jira/browse/HIVE-4364
 Project: Hive
  Issue Type: Bug
  Components: HiveServer2
Affects Versions: 0.10.0
Reporter: Rob Weltman
Assignee: Rob Weltman
 Fix For: 0.11.0

 Attachments: HIVE-4364.1.patch.txt


 beeline should exit with non-zero status on error so that executors such as a 
 shell script or Oozie can detect failure.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HIVE-4364) beeline always exits with 0 status, should exit with non-zero status on error

2013-04-16 Thread Rob Weltman (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-4364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Weltman updated HIVE-4364:
--

Status: Patch Available  (was: Open)

 beeline always exits with 0 status, should exit with non-zero status on error
 -

 Key: HIVE-4364
 URL: https://issues.apache.org/jira/browse/HIVE-4364
 Project: Hive
  Issue Type: Bug
  Components: HiveServer2
Affects Versions: 0.10.0
Reporter: Rob Weltman
Assignee: Rob Weltman
 Fix For: 0.11.0

 Attachments: HIVE-4364.1.patch.txt


 beeline should exit with non-zero status on error so that executors such as a 
 shell script or Oozie can detect failure.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HIVE-4357) BeeLine tests are not getting executed

2013-04-16 Thread Rob Weltman (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-4357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Weltman updated HIVE-4357:
--

Attachment: HIVE-4357.1.patch.txt

Added beeline to the test list in build.properties


 BeeLine tests are not getting executed
 --

 Key: HIVE-4357
 URL: https://issues.apache.org/jira/browse/HIVE-4357
 Project: Hive
  Issue Type: Bug
  Components: Build Infrastructure
Reporter: Carl Steinbach
Assignee: Rob Weltman
 Attachments: HIVE-4357.1.patch.txt




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HIVE-4357) BeeLine tests are not getting executed

2013-04-16 Thread Rob Weltman (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-4357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Weltman updated HIVE-4357:
--

Fix Version/s: 0.11.0
Affects Version/s: 0.10.0
   Status: Patch Available  (was: Open)

 BeeLine tests are not getting executed
 --

 Key: HIVE-4357
 URL: https://issues.apache.org/jira/browse/HIVE-4357
 Project: Hive
  Issue Type: Bug
  Components: Build Infrastructure
Affects Versions: 0.10.0
Reporter: Carl Steinbach
Assignee: Rob Weltman
 Fix For: 0.11.0

 Attachments: HIVE-4357.1.patch.txt




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HIVE-4357) BeeLine tests are not getting executed

2013-04-16 Thread Rob Weltman (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-4357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13633207#comment-13633207
 ] 

Rob Weltman commented on HIVE-4357:
---

Patch for review at https://reviews.apache.org/r/10553/


 BeeLine tests are not getting executed
 --

 Key: HIVE-4357
 URL: https://issues.apache.org/jira/browse/HIVE-4357
 Project: Hive
  Issue Type: Bug
  Components: Build Infrastructure
Affects Versions: 0.10.0
Reporter: Carl Steinbach
Assignee: Rob Weltman
 Fix For: 0.11.0

 Attachments: HIVE-4357.1.patch.txt




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HIVE-4357) BeeLine tests are not getting executed

2013-04-15 Thread Rob Weltman (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-4357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13632140#comment-13632140
 ] 

Rob Weltman commented on HIVE-4357:
---

Trying out the change now, will submit a patch if the tests execute and pass


 BeeLine tests are not getting executed
 --

 Key: HIVE-4357
 URL: https://issues.apache.org/jira/browse/HIVE-4357
 Project: Hive
  Issue Type: Bug
  Components: Build Infrastructure
Reporter: Carl Steinbach
Assignee: Rob Weltman



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (HIVE-4364) beeline always exits with 0 status, should exit with non-zero status on error

2013-04-15 Thread Rob Weltman (JIRA)
Rob Weltman created HIVE-4364:
-

 Summary: beeline always exits with 0 status, should exit with 
non-zero status on error
 Key: HIVE-4364
 URL: https://issues.apache.org/jira/browse/HIVE-4364
 Project: Hive
  Issue Type: Bug
  Components: HiveServer2
Affects Versions: 0.10.0
Reporter: Rob Weltman
Assignee: Rob Weltman
 Fix For: 0.11.0


beeline should exit with non-zero status on error so that executors such as a 
shell script or Oozie can detect failure.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HIVE-4161) create clean and small default set of tests for TestBeeLineDriver

2013-04-12 Thread Rob Weltman (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-4161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13630298#comment-13630298
 ] 

Rob Weltman commented on HIVE-4161:
---

See the new tests in the patch to HIVE-4268. That is probably a better place to 
put BeeLine tests than in ql.


 create clean and small default set of tests for TestBeeLineDriver
 -

 Key: HIVE-4161
 URL: https://issues.apache.org/jira/browse/HIVE-4161
 Project: Hive
  Issue Type: Bug
  Components: HiveServer2
Reporter: Thejas M Nair
Assignee: Thejas M Nair
  Labels: HiveServer2
 Fix For: 0.11.0


 HiveServer2 (HIVE-2935) has added TestBeeLineDriver on the lines of 
 TestCliDriver, which runs all the tests in TestCliDriver through the beeline 
 commandline, which uses jdbc+hive server2.
 There are failures in many of the test cases after the rebase of the patch 
 against latest hive code.
 The tests also almost double the time taken to run hive unit tests because 
 TestCliDriver takes bulk of the hive unit test runtime.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HIVE-4268) Beeline should support the -f option

2013-04-10 Thread Rob Weltman (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-4268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Weltman updated HIVE-4268:
--

Attachment: HIVE-4268.3.patch.txt

Makes sure beeline exits on non-existent script file


 Beeline should support the -f option
 

 Key: HIVE-4268
 URL: https://issues.apache.org/jira/browse/HIVE-4268
 Project: Hive
  Issue Type: Improvement
  Components: CLI, HiveServer2
Affects Versions: 0.10.0
Reporter: Rob Weltman
Assignee: Rob Weltman
  Labels: HiveServer2
 Fix For: 0.11.0

 Attachments: HIVE-4268.1.patch.txt, HIVE-4268.2.patch.txt, 
 HIVE-4268.3.patch.txt


 Beeline should support the -f option (pass in a script to execute) for 
 compatibility with the Hive CLI.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HIVE-4268) Beeline should support the -f option

2013-04-04 Thread Rob Weltman (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-4268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Weltman updated HIVE-4268:
--

Attachment: HIVE-4268.2.patch.txt

Updated patch to exit on error in a script file rather than continuing and 
executing remaining commands; also added a test for that behavior.



 Beeline should support the -f option
 

 Key: HIVE-4268
 URL: https://issues.apache.org/jira/browse/HIVE-4268
 Project: Hive
  Issue Type: Improvement
  Components: CLI
Affects Versions: 0.10.0
Reporter: Rob Weltman
Assignee: Rob Weltman
  Labels: HiveServer2
 Fix For: 0.11.0

 Attachments: HIVE-4268.1.patch.txt, HIVE-4268.2.patch.txt


 Beeline should support the -f option (pass in a script to execute) for 
 compatibility with the Hive CLI.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HIVE-4268) Beeline should support the -f option

2013-04-04 Thread Rob Weltman (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-4268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13622848#comment-13622848
 ] 

Rob Weltman commented on HIVE-4268:
---

Up for review at https://reviews.apache.org/r/10282/


 Beeline should support the -f option
 

 Key: HIVE-4268
 URL: https://issues.apache.org/jira/browse/HIVE-4268
 Project: Hive
  Issue Type: Improvement
  Components: CLI, HiveServer2
Affects Versions: 0.10.0
Reporter: Rob Weltman
Assignee: Rob Weltman
  Labels: HiveServer2
 Fix For: 0.11.0

 Attachments: HIVE-4268.1.patch.txt, HIVE-4268.2.patch.txt


 Beeline should support the -f option (pass in a script to execute) for 
 compatibility with the Hive CLI.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HIVE-4268) Beeline should support the -f option

2013-04-02 Thread Rob Weltman (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-4268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Weltman updated HIVE-4268:
--

Labels: HiveServer2  (was: )
Status: Patch Available  (was: Open)

Includes a positive and a negative test for the beeline -f option


 Beeline should support the -f option
 

 Key: HIVE-4268
 URL: https://issues.apache.org/jira/browse/HIVE-4268
 Project: Hive
  Issue Type: Improvement
  Components: CLI
Affects Versions: 0.10.0
Reporter: Rob Weltman
  Labels: HiveServer2
 Fix For: 0.11.0

 Attachments: HIVE-4268.1.patch.txt


 Beeline should support the -f option (pass in a script to execute) for 
 compatibility with the Hive CLI.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HIVE-4268) Beeline should support the -f option

2013-04-02 Thread Rob Weltman (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-4268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Weltman updated HIVE-4268:
--

Attachment: HIVE-4268.1.patch.txt

 Beeline should support the -f option
 

 Key: HIVE-4268
 URL: https://issues.apache.org/jira/browse/HIVE-4268
 Project: Hive
  Issue Type: Improvement
  Components: CLI
Affects Versions: 0.10.0
Reporter: Rob Weltman
  Labels: HiveServer2
 Fix For: 0.11.0

 Attachments: HIVE-4268.1.patch.txt


 Beeline should support the -f option (pass in a script to execute) for 
 compatibility with the Hive CLI.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (HIVE-4268) Beeline should support the -f option

2013-03-29 Thread Rob Weltman (JIRA)
Rob Weltman created HIVE-4268:
-

 Summary: Beeline should support the -f option
 Key: HIVE-4268
 URL: https://issues.apache.org/jira/browse/HIVE-4268
 Project: Hive
  Issue Type: Improvement
  Components: CLI
Affects Versions: 0.10.0
Reporter: Rob Weltman
 Fix For: 0.11.0


Beeline should support the -f option (pass in a script to execute) for 
compatibility with the Hive CLI.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HIVE-2935) Implement HiveServer2

2012-12-11 Thread Rob Weltman (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-2935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13529113#comment-13529113
 ] 

Rob Weltman commented on HIVE-2935:
---

[~namit] - The JIRA for the core patch part is 
https://issues.apache.org/jira/browse/HIVE-3785


 Implement HiveServer2
 -

 Key: HIVE-2935
 URL: https://issues.apache.org/jira/browse/HIVE-2935
 Project: Hive
  Issue Type: New Feature
  Components: Server Infrastructure
Reporter: Carl Steinbach
Assignee: Carl Steinbach
  Labels: HiveServer2
 Attachments: beelinepositive.tar.gz, HIVE-2935.1.notest.patch.txt, 
 HIVE-2935.2.notest.patch.txt, HIVE-2935.2.nothrift.patch.txt, 
 HS2-changed-files-only.patch, HS2-with-thrift-patch-rebased.patch




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HIVE-2935) Implement HiveServer2

2012-12-09 Thread Rob Weltman (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-2935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13527707#comment-13527707
 ] 

Rob Weltman commented on HIVE-2935:
---

[~namit] - Prasad posted the split-up patch on Thursday to this JIRA.


 Implement HiveServer2
 -

 Key: HIVE-2935
 URL: https://issues.apache.org/jira/browse/HIVE-2935
 Project: Hive
  Issue Type: New Feature
  Components: Server Infrastructure
Reporter: Carl Steinbach
Assignee: Carl Steinbach
  Labels: HiveServer2
 Attachments: beelinepositive.tar.gz, HIVE-2935.1.notest.patch.txt, 
 HIVE-2935.2.notest.patch.txt, HIVE-2935.2.nothrift.patch.txt, 
 HS2-changed-files-only.patch, HS2-with-thrift-patch-rebased.patch




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HIVE-3705) Adding authorization capability to the metastore

2012-11-19 Thread Rob Weltman (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-3705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13500375#comment-13500375
 ] 

Rob Weltman commented on HIVE-3705:
---

A new JIRA has been opened for the larger issues around the desired semantics 
of Hive authorization and ensuring they are enforced:

https://issues.apache.org/jira/browse/HIVE-3720


 Adding authorization capability to the metastore
 

 Key: HIVE-3705
 URL: https://issues.apache.org/jira/browse/HIVE-3705
 Project: Hive
  Issue Type: New Feature
  Components: Authorization, Metastore
Reporter: Sushanth Sowmyan
Assignee: Sushanth Sowmyan
 Attachments: HIVE-3705.D6681.1.patch, HIVE-3705.D6681.2.patch, 
 hive-backend-auth.git.patch, hivesec_investigation.pdf


 In an environment where multiple clients access a single metastore, and we 
 want to evolve hive security to a point where it's no longer simply 
 preventing users from shooting their own foot, we need to be able to 
 authorize metastore calls as well, instead of simply performing every 
 metastore api call that's made.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira