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

2016-04-27 Thread Thejas M Nair (JIRA)

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

Thejas M Nair commented on HIVE-13440:
--

Test failures are unrelated, it was because of the state of the master at that 
time. The failures are subset of failures seen in this run around same time - 
https://issues.apache.org/jira/browse/HIVE-13287?focusedCommentId=15242504&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15242504
Will commit shortly.


> 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] [Commented] (HIVE-13440) remove hiveserver1 scripts under bin/ext/

2016-04-15 Thread Hive QA (JIRA)

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

Hive QA commented on HIVE-13440:




Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12798560/HIVE-13440.patch

{color:red}ERROR:{color} -1 due to no test(s) being added or modified.

{color:red}ERROR:{color} -1 due to 7 failed/errored test(s), 9979 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_index_compact_2
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_llap_partitioned
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_non_ascii_literal2
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_vector_grouping_sets
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_vector_interval_mapjoin
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_vector_join_filters
org.apache.hadoop.hive.cli.TestMiniSparkOnYarnCliDriver.testCliDriver_index_bitmap3
{noformat}

Test results: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/7609/testReport
Console output: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/7609/console
Test logs: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-7609/

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 7 tests failed
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12798560 - PreCommit-HIVE-TRUNK-Build

> 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] [Commented] (HIVE-13440) remove hiveserver1 scripts under bin/ext/

2016-04-13 Thread Thejas M Nair (JIRA)

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

Thejas M Nair commented on HIVE-13440:
--

+1 pending tests


> 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] [Commented] (HIVE-13440) remove hiveserver1 scripts under bin/ext/

2016-04-11 Thread Thejas M Nair (JIRA)

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

Thejas M Nair commented on HIVE-13440:
--

In case of master branch, the files under service/src/gen/thrift/ are now being 
generated from hive_service,  as refactoring has moved those generated by 
TCLService.thrift (generated by HiveServer2 thrift code) has been moved to 
service-rpc package.




> 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] [Commented] (HIVE-13440) remove hiveserver1 scripts under bin/ext/

2016-04-11 Thread Thejas M Nair (JIRA)

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

Thejas M Nair commented on HIVE-13440:
--

[~baluchicken] Can you please review the files that were generated using  
hive/service/if/hive_service.thrift as well ?


> 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] [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&focusedCommentId=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] [Commented] (HIVE-13440) remove hiveserver1 scripts under bin/ext/

2016-04-06 Thread Vaibhav Gumashta (JIRA)

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

Vaibhav Gumashta commented on HIVE-13440:
-

[~thejas] I do see service/src/gen/thrift/*

> 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
>  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-06 Thread Thejas M Nair (JIRA)

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

Thejas M Nair commented on HIVE-13440:
--

any generated files still there ?


> 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
>  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-06 Thread Vaibhav Gumashta (JIRA)

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

Vaibhav Gumashta commented on HIVE-13440:
-

Will also need to remove hive/service/if/hive_service.thrift

> 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
>  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)