[jira] [Commented] (HIVE-14532) Enable qtests from IDE

2016-08-22 Thread Balint Molnar (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-14532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15430983#comment-15430983
 ] 

Balint Molnar commented on HIVE-14532:
--

With IntelliJ I tried the above mentioned statements, for me further 
modification required.
{code}
git clean -dfx
mvn install -Pitests -DskipTests
mvn -q test -Pitests -Dtest=TestCliDriver -Dqfile=combine2.q
{code}
then I applied the uploaded patch.
I just found a datanucleus plugin for intelliJ but I haven't tried it, without 
it I got a
{code}
The class "org.apache.hadoop.hive.metastore.model.MDatabase" is not 
persistable. This means that it either hasnt been enhanced, or that the 
enhanced version of the file is not in the CLASSPATH (or is hidden by an 
unenhanced version), or the Meta-Data/annotations for the class are not found.
{code}
To adjust this problem I deleted the metastore module from the main pom.xml.
With this modification IntelliJ was able to run the above mentioned qtests.

> Enable qtests from IDE
> --
>
> Key: HIVE-14532
> URL: https://issues.apache.org/jira/browse/HIVE-14532
> Project: Hive
>  Issue Type: Sub-task
>  Components: Tests
>Reporter: Zoltan Haindrich
>Assignee: Zoltan Haindrich
>Priority: Minor
> Attachments: HIVE-14532.1.patch
>
>
> with HIVE-1 applied; i've played around with executing qtest-s from 
> eclipse...after the patch seemed ok; i've checked it with:
> {code}
> git clean -dfx
> mvn package install eclipse:eclipse -Pitests -DskipTests
> mvn -q test -Pitests -Dtest=TestCliDriver -Dqfile=combine2.q
> {code}
> the last step I think is not required...but I bootstrapped and checked my 
> project integrity this way.
> After this I was able to execute {{TestCliDriver}} from eclipse using 
> {{-Dqfile=combine.q}}, other qfiles may or may not work...but will have at 
> least some chances to be usable.
> For my biggest surprise {{alter_concatenate_indexed_table.q}} also 
> passed...which contains relative file references - and I suspected that it 
> will have issues with that..
> note: I've the datanucleus plugin installed...and i use it when I need to.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-14532) Enable qtests from IDE

2016-08-22 Thread Balint Molnar (JIRA)

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

Balint Molnar updated HIVE-14532:
-
Description: 
with HIVE-1 applied; i've played around with executing qtest-s from 
eclipse...after the patch seemed ok; i've checked it with:

{code}
git clean -dfx
mvn package install eclipse:eclipse -Pitests -DskipTests
mvn -q test -Pitests -Dtest=TestCliDriver -Dqfile=combine2.q
{code}
the last step I think is not required...but I bootstrapped and checked my 
project integrity this way.

After this I was able to execute {{TestCliDriver}} from eclipse using 
{{-Dqfile=combine.q}}, other qfiles may or may not work...but will have at 
least some chances to be usable.

For my biggest surprise {{alter_concatenate_indexed_table.q}} also 
passed...which contains relative file references - and I suspected that it will 
have issues with that..

note: I've the datanucleus plugin installed...and i use it when I need to.


  was:
with HIVE-1 applied; i've played around with executing qtest-s from 
eclipse...after the patch seemed ok; i've checked it with:

{code}
git clean -dfx
mvn package install eclipse:eclipse -Pitests -DskipTests
mvn -q test -Pitests -Dtest=TestNegativeCliDriver -Dqfile=combine2.q
{code}
the last step I think is not required...but I bootstrapped and checked my 
project integrity this way.

After this I was able to execute {{TestCliDriver}} from eclipse using 
{{-Dqfile=combine.q}}, other qfiles may or may not work...but will have at 
least some chances to be usable.

For my biggest surprise {{alter_concatenate_indexed_table.q}} also 
passed...which contains relative file references - and I suspected that it will 
have issues with that..

note: I've the datanucleus plugin installed...and i use it when I need to.



> Enable qtests from IDE
> --
>
> Key: HIVE-14532
> URL: https://issues.apache.org/jira/browse/HIVE-14532
> Project: Hive
>  Issue Type: Sub-task
>  Components: Tests
>Reporter: Zoltan Haindrich
>Assignee: Zoltan Haindrich
>Priority: Minor
> Attachments: HIVE-14532.1.patch
>
>
> with HIVE-1 applied; i've played around with executing qtest-s from 
> eclipse...after the patch seemed ok; i've checked it with:
> {code}
> git clean -dfx
> mvn package install eclipse:eclipse -Pitests -DskipTests
> mvn -q test -Pitests -Dtest=TestCliDriver -Dqfile=combine2.q
> {code}
> the last step I think is not required...but I bootstrapped and checked my 
> project integrity this way.
> After this I was able to execute {{TestCliDriver}} from eclipse using 
> {{-Dqfile=combine.q}}, other qfiles may or may not work...but will have at 
> least some chances to be usable.
> For my biggest surprise {{alter_concatenate_indexed_table.q}} also 
> passed...which contains relative file references - and I suspected that it 
> will have issues with that..
> note: I've the datanucleus plugin installed...and i use it when I need to.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-14278) Migrate TestHadoop23SAuthBridge.java from Unit3 to Unit4

2016-07-27 Thread Balint Molnar (JIRA)

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

Balint Molnar updated HIVE-14278:
-
Status: Open  (was: Patch Available)

> Migrate TestHadoop23SAuthBridge.java from Unit3 to Unit4
> 
>
> Key: HIVE-14278
> URL: https://issues.apache.org/jira/browse/HIVE-14278
> Project: Hive
>  Issue Type: Bug
>  Components: Hive
>Affects Versions: 2.2.0
>Reporter: Balint Molnar
>Assignee: Balint Molnar
>Priority: Minor
> Fix For: 2.2.0
>
> Attachments: HIVE-14278.patch
>
>
> Migrate TestHadoop23SAuthBridge.java from unit3 to unit4



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-14278) Migrate TestHadoop23SAuthBridge.java from Unit3 to Unit4

2016-07-27 Thread Balint Molnar (JIRA)

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

Balint Molnar updated HIVE-14278:
-
Status: Patch Available  (was: Open)

> Migrate TestHadoop23SAuthBridge.java from Unit3 to Unit4
> 
>
> Key: HIVE-14278
> URL: https://issues.apache.org/jira/browse/HIVE-14278
> Project: Hive
>  Issue Type: Bug
>  Components: Hive
>Affects Versions: 2.2.0
>Reporter: Balint Molnar
>Assignee: Balint Molnar
>Priority: Minor
> Fix For: 2.2.0
>
> Attachments: HIVE-14278.patch
>
>
> Migrate TestHadoop23SAuthBridge.java from unit3 to unit4



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-14278) Migrate TestHadoop23SAuthBridge.java from Unit3 to Unit4

2016-07-25 Thread Balint Molnar (JIRA)

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

Balint Molnar updated HIVE-14278:
-
Status: Patch Available  (was: Open)

> Migrate TestHadoop23SAuthBridge.java from Unit3 to Unit4
> 
>
> Key: HIVE-14278
> URL: https://issues.apache.org/jira/browse/HIVE-14278
> Project: Hive
>  Issue Type: Bug
>  Components: Hive
>Affects Versions: 2.2.0
>Reporter: Balint Molnar
>Assignee: Balint Molnar
>Priority: Minor
> Fix For: 2.2.0
>
> Attachments: HIVE-14278.patch
>
>
> Migrate TestHadoop23SAuthBridge.java from unit3 to unit4



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-14278) Migrate TestHadoop23SAuthBridge.java from Unit3 to Unit4

2016-07-25 Thread Balint Molnar (JIRA)

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

Balint Molnar updated HIVE-14278:
-
Status: Open  (was: Patch Available)

> Migrate TestHadoop23SAuthBridge.java from Unit3 to Unit4
> 
>
> Key: HIVE-14278
> URL: https://issues.apache.org/jira/browse/HIVE-14278
> Project: Hive
>  Issue Type: Bug
>  Components: Hive
>Affects Versions: 2.2.0
>Reporter: Balint Molnar
>Assignee: Balint Molnar
>Priority: Minor
> Fix For: 2.2.0
>
> Attachments: HIVE-14278.patch
>
>
> Migrate TestHadoop23SAuthBridge.java from unit3 to unit4



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-14278) Migrate TestHadoop23SAuthBridge.java from Unit3 to Unit4

2016-07-21 Thread Balint Molnar (JIRA)

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

Balint Molnar updated HIVE-14278:
-
Status: Patch Available  (was: Open)

> Migrate TestHadoop23SAuthBridge.java from Unit3 to Unit4
> 
>
> Key: HIVE-14278
> URL: https://issues.apache.org/jira/browse/HIVE-14278
> Project: Hive
>  Issue Type: Bug
>  Components: Hive
>Affects Versions: 2.2.0
>Reporter: Balint Molnar
>Assignee: Balint Molnar
>Priority: Minor
> Fix For: 2.2.0
>
> Attachments: HIVE-14278.patch
>
>
> Migrate TestHadoop23SAuthBridge.java from unit3 to unit4



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-14278) Migrate TestHadoop23SAuthBridge.java from Unit3 to Unit4

2016-07-19 Thread Balint Molnar (JIRA)

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

Balint Molnar updated HIVE-14278:
-
Status: Patch Available  (was: In Progress)

> Migrate TestHadoop23SAuthBridge.java from Unit3 to Unit4
> 
>
> Key: HIVE-14278
> URL: https://issues.apache.org/jira/browse/HIVE-14278
> Project: Hive
>  Issue Type: Bug
>  Components: Hive
>Affects Versions: 2.2.0
>Reporter: Balint Molnar
>Assignee: Balint Molnar
>Priority: Minor
> Fix For: 2.2.0
>
> Attachments: HIVE-14278.patch
>
>
> Migrate TestHadoop23SAuthBridge.java from unit3 to unit4



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Work started] (HIVE-14278) Migrate TestHadoop23SAuthBridge.java from Unit3 to Unit4

2016-07-19 Thread Balint Molnar (JIRA)

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

Work on HIVE-14278 started by Balint Molnar.

> Migrate TestHadoop23SAuthBridge.java from Unit3 to Unit4
> 
>
> Key: HIVE-14278
> URL: https://issues.apache.org/jira/browse/HIVE-14278
> Project: Hive
>  Issue Type: Bug
>  Components: Hive
>Affects Versions: 2.2.0
>Reporter: Balint Molnar
>Assignee: Balint Molnar
>Priority: Minor
> Fix For: 2.2.0
>
>
> Migrate TestHadoop23SAuthBridge.java from unit3 to unit4



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-13352) Seems unnecessary for HBase tests to call QTestUtil.tearDown to close zookeeper and others.

2016-05-05 Thread Balint Molnar (JIRA)

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

Balint Molnar updated HIVE-13352:
-
Status: Patch Available  (was: In Progress)

> Seems unnecessary for HBase tests to call QTestUtil.tearDown to close 
> zookeeper and others.
> ---
>
> Key: HIVE-13352
> URL: https://issues.apache.org/jira/browse/HIVE-13352
> Project: Hive
>  Issue Type: Improvement
>  Components: Test
>Affects Versions: 2.1.0
>Reporter: Aihua Xu
>Assignee: Balint Molnar
> Attachments: HIVE-13352.patch
>
>
> HBase tests TestHBaseCliDriver.java right now call QTestUtil.tearDown to turn 
> off Zookeeper and others after each test. Seems we can reuse them for all the 
> tests while we just need to clear all the test data similar to TestCliDriver.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-13352) Seems unnecessary for HBase tests to call QTestUtil.tearDown to close zookeeper and others.

2016-05-05 Thread Balint Molnar (JIRA)

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

Balint Molnar updated HIVE-13352:
-
Attachment: HIVE-13352.patch

> Seems unnecessary for HBase tests to call QTestUtil.tearDown to close 
> zookeeper and others.
> ---
>
> Key: HIVE-13352
> URL: https://issues.apache.org/jira/browse/HIVE-13352
> Project: Hive
>  Issue Type: Improvement
>  Components: Test
>Affects Versions: 2.1.0
>Reporter: Aihua Xu
>Assignee: Balint Molnar
> Attachments: HIVE-13352.patch
>
>
> HBase tests TestHBaseCliDriver.java right now call QTestUtil.tearDown to turn 
> off Zookeeper and others after each test. Seems we can reuse them for all the 
> tests while we just need to clear all the test data similar to TestCliDriver.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Work started] (HIVE-13352) Seems unnecessary for HBase tests to call QTestUtil.tearDown to close zookeeper and others.

2016-04-20 Thread Balint Molnar (JIRA)

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

Work on HIVE-13352 started by Balint Molnar.

> Seems unnecessary for HBase tests to call QTestUtil.tearDown to close 
> zookeeper and others.
> ---
>
> Key: HIVE-13352
> URL: https://issues.apache.org/jira/browse/HIVE-13352
> Project: Hive
>  Issue Type: Improvement
>  Components: Test
>Affects Versions: 2.1.0
>Reporter: Aihua Xu
>Assignee: Balint Molnar
>
> HBase tests TestHBaseCliDriver.java right now call QTestUtil.tearDown to turn 
> off Zookeeper and others after each test. Seems we can reuse them for all the 
> tests while we just need to clear all the test data similar to TestCliDriver.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (HIVE-13352) Seems unnecessary for HBase tests to call QTestUtil.tearDown to close zookeeper and others.

2016-04-20 Thread Balint Molnar (JIRA)

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

Balint Molnar reassigned HIVE-13352:


Assignee: Balint Molnar

> Seems unnecessary for HBase tests to call QTestUtil.tearDown to close 
> zookeeper and others.
> ---
>
> Key: HIVE-13352
> URL: https://issues.apache.org/jira/browse/HIVE-13352
> Project: Hive
>  Issue Type: Improvement
>  Components: Test
>Affects Versions: 2.1.0
>Reporter: Aihua Xu
>Assignee: Balint Molnar
>
> HBase tests TestHBaseCliDriver.java right now call QTestUtil.tearDown to turn 
> off Zookeeper and others after each test. Seems we can reuse them for all the 
> tests while we just need to clear all the test data similar to TestCliDriver.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-13440) remove hiveserver1 scripts under bin/ext/

2016-04-13 Thread Balint Molnar (JIRA)

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

Balint Molnar updated HIVE-13440:
-
Fix Version/s: 2.1.0
   1.3.0
   Status: Patch Available  (was: Open)

> remove hiveserver1 scripts under bin/ext/
> -
>
> Key: HIVE-13440
> URL: https://issues.apache.org/jira/browse/HIVE-13440
> Project: Hive
>  Issue Type: Bug
>  Components: JDBC
>Affects Versions: 2.0.0, 1.2.1
>Reporter: Thejas M Nair
>Assignee: Balint Molnar
>  Labels: newbie, trivial
> Fix For: 1.3.0, 2.1.0
>
> Attachments: HIVE-13440.patch
>
>
> HIVE-6977 deleted hiveserver1, however the scripts remain under bin/ext/-
> ls bin/ext/hiveserver.*
> bin/ext/hiveserver.cmd bin/ext/hiveserver.sh
> The should be removed as well.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-13440) remove hiveserver1 scripts under bin/ext/

2016-04-13 Thread Balint Molnar (JIRA)

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

Balint Molnar updated HIVE-13440:
-
Fix Version/s: (was: 2.1.0)
   (was: 1.3.0)

> remove hiveserver1 scripts under bin/ext/
> -
>
> Key: HIVE-13440
> URL: https://issues.apache.org/jira/browse/HIVE-13440
> Project: Hive
>  Issue Type: Bug
>  Components: JDBC
>Affects Versions: 1.2.1, 2.0.0
>Reporter: Thejas M Nair
>Assignee: Balint Molnar
>  Labels: newbie, trivial
> Attachments: HIVE-13440.patch
>
>
> HIVE-6977 deleted hiveserver1, however the scripts remain under bin/ext/-
> ls bin/ext/hiveserver.*
> bin/ext/hiveserver.cmd bin/ext/hiveserver.sh
> The should be removed as well.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-13440) remove hiveserver1 scripts under bin/ext/

2016-04-13 Thread Balint Molnar (JIRA)

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

Balint Molnar updated HIVE-13440:
-
Attachment: HIVE-13440.patch

[~thejas] plz review

> remove hiveserver1 scripts under bin/ext/
> -
>
> Key: HIVE-13440
> URL: https://issues.apache.org/jira/browse/HIVE-13440
> Project: Hive
>  Issue Type: Bug
>  Components: JDBC
>Affects Versions: 1.2.1, 2.0.0
>Reporter: Thejas M Nair
>Assignee: Balint Molnar
>  Labels: newbie, trivial
> Attachments: HIVE-13440.patch
>
>
> HIVE-6977 deleted hiveserver1, however the scripts remain under bin/ext/-
> ls bin/ext/hiveserver.*
> bin/ext/hiveserver.cmd bin/ext/hiveserver.sh
> The should be removed as well.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-13440) remove hiveserver1 scripts under bin/ext/

2016-04-11 Thread Balint Molnar (JIRA)

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

Balint Molnar updated HIVE-13440:
-
Attachment: (was: HIVE-13440-branch-2.0.patch)

> remove hiveserver1 scripts under bin/ext/
> -
>
> Key: HIVE-13440
> URL: https://issues.apache.org/jira/browse/HIVE-13440
> Project: Hive
>  Issue Type: Bug
>  Components: JDBC
>Affects Versions: 1.2.1, 2.0.0
>Reporter: Thejas M Nair
>Assignee: Balint Molnar
>  Labels: newbie, trivial
>
> HIVE-6977 deleted hiveserver1, however the scripts remain under bin/ext/-
> ls bin/ext/hiveserver.*
> bin/ext/hiveserver.cmd bin/ext/hiveserver.sh
> The should be removed as well.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-13440) remove hiveserver1 scripts under bin/ext/

2016-04-11 Thread Balint Molnar (JIRA)

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

Balint Molnar updated HIVE-13440:
-
Attachment: (was: HIVE-13440-branch-1.2.patch)

> remove hiveserver1 scripts under bin/ext/
> -
>
> Key: HIVE-13440
> URL: https://issues.apache.org/jira/browse/HIVE-13440
> Project: Hive
>  Issue Type: Bug
>  Components: JDBC
>Affects Versions: 1.2.1, 2.0.0
>Reporter: Thejas M Nair
>Assignee: Balint Molnar
>  Labels: newbie, trivial
>
> HIVE-6977 deleted hiveserver1, however the scripts remain under bin/ext/-
> ls bin/ext/hiveserver.*
> bin/ext/hiveserver.cmd bin/ext/hiveserver.sh
> The should be removed as well.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HIVE-13440) remove hiveserver1 scripts under bin/ext/

2016-04-11 Thread Balint Molnar (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-13440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15235407#comment-15235407
 ] 

Balint Molnar commented on HIVE-13440:
--

[~thejas] plz review

> remove hiveserver1 scripts under bin/ext/
> -
>
> Key: HIVE-13440
> URL: https://issues.apache.org/jira/browse/HIVE-13440
> Project: Hive
>  Issue Type: Bug
>  Components: JDBC
>Affects Versions: 1.2.1, 2.0.0
>Reporter: Thejas M Nair
>Assignee: Balint Molnar
>  Labels: newbie, trivial
> Attachments: HIVE-13440-branch-1.2.patch, HIVE-13440-branch-2.0.patch
>
>
> HIVE-6977 deleted hiveserver1, however the scripts remain under bin/ext/-
> ls bin/ext/hiveserver.*
> bin/ext/hiveserver.cmd bin/ext/hiveserver.sh
> The should be removed as well.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-13440) remove hiveserver1 scripts under bin/ext/

2016-04-11 Thread Balint Molnar (JIRA)

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

Balint Molnar updated HIVE-13440:
-
Attachment: HIVE-13440-branch-2.0.patch

> remove hiveserver1 scripts under bin/ext/
> -
>
> Key: HIVE-13440
> URL: https://issues.apache.org/jira/browse/HIVE-13440
> Project: Hive
>  Issue Type: Bug
>  Components: JDBC
>Affects Versions: 1.2.1, 2.0.0
>Reporter: Thejas M Nair
>Assignee: Balint Molnar
>  Labels: newbie, trivial
> Attachments: HIVE-13440-branch-1.2.patch, HIVE-13440-branch-2.0.patch
>
>
> HIVE-6977 deleted hiveserver1, however the scripts remain under bin/ext/-
> ls bin/ext/hiveserver.*
> bin/ext/hiveserver.cmd bin/ext/hiveserver.sh
> The should be removed as well.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-13440) remove hiveserver1 scripts under bin/ext/

2016-04-11 Thread Balint Molnar (JIRA)

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

Balint Molnar updated HIVE-13440:
-
Attachment: HIVE-13440-branch-1.2.patch

> remove hiveserver1 scripts under bin/ext/
> -
>
> Key: HIVE-13440
> URL: https://issues.apache.org/jira/browse/HIVE-13440
> Project: Hive
>  Issue Type: Bug
>  Components: JDBC
>Affects Versions: 1.2.1, 2.0.0
>Reporter: Thejas M Nair
>Assignee: Balint Molnar
>  Labels: newbie, trivial
> Attachments: HIVE-13440-branch-1.2.patch
>
>
> HIVE-6977 deleted hiveserver1, however the scripts remain under bin/ext/-
> ls bin/ext/hiveserver.*
> bin/ext/hiveserver.cmd bin/ext/hiveserver.sh
> The should be removed as well.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (HIVE-13440) remove hiveserver1 scripts under bin/ext/

2016-04-11 Thread Balint Molnar (JIRA)

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

Balint Molnar reassigned HIVE-13440:


Assignee: Balint Molnar

> remove hiveserver1 scripts under bin/ext/
> -
>
> Key: HIVE-13440
> URL: https://issues.apache.org/jira/browse/HIVE-13440
> Project: Hive
>  Issue Type: Bug
>  Components: JDBC
>Affects Versions: 1.2.1, 2.0.0
>Reporter: Thejas M Nair
>Assignee: Balint Molnar
>  Labels: newbie, trivial
> Attachments: HIVE-13440-branch-1.2.patch
>
>
> HIVE-6977 deleted hiveserver1, however the scripts remain under bin/ext/-
> ls bin/ext/hiveserver.*
> bin/ext/hiveserver.cmd bin/ext/hiveserver.sh
> The should be removed as well.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)