[jira] [Commented] (LIVY-690) Exclude curator in thrift server pom to avoid conflict jars

2019-09-28 Thread Yiheng Wang (Jira)


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

Yiheng Wang commented on LIVY-690:
--

This will be fixed by this patch:
https://github.com/apache/incubator-livy/pull/239

> Exclude curator in thrift server pom to avoid conflict jars
> ---
>
> Key: LIVY-690
> URL: https://issues.apache.org/jira/browse/LIVY-690
> Project: Livy
>  Issue Type: Bug
>  Components: Thriftserver
>Affects Versions: 0.6.0
>Reporter: Yiheng Wang
>Priority: Major
> Fix For: 0.7.0
>
>
> Currently, thrift server has a dependency of curator-client:2.12.0 through 
> the hive service. After the build, a curator-client-2.12.0.jar file will be 
> generated in the jars folder. It is conflicted with the 
> curator-client-2.7.1.jar file, which is used by livy server.
> We observed that in some JDK, the curator-client-2.12.0.jar is loaded before 
> the curator-client-2.7.1.jar, and will crash the recovery enabled livy server.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (LIVY-690) Exclude curator in thrift server pom to avoid conflict jars

2019-09-28 Thread Yiheng Wang (Jira)
Yiheng Wang created LIVY-690:


 Summary: Exclude curator in thrift server pom to avoid conflict 
jars
 Key: LIVY-690
 URL: https://issues.apache.org/jira/browse/LIVY-690
 Project: Livy
  Issue Type: Bug
  Components: Thriftserver
Affects Versions: 0.6.0
Reporter: Yiheng Wang
 Fix For: 0.7.0


Currently, thrift server has a dependency of curator-client:2.12.0 through the 
hive service. After the build, a curator-client-2.12.0.jar file will be 
generated in the jars folder. It is conflicted with the 
curator-client-2.7.1.jar file, which is used by livy server.

We observed that in some JDK, the curator-client-2.12.0.jar is loaded before 
the curator-client-2.7.1.jar, and will crash the recovery enabled livy server.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Resolved] (LIVY-658) RSCDriver should catch exception if cancel job failed during shutdown

2019-09-28 Thread Saisai Shao (Jira)


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

Saisai Shao resolved LIVY-658.
--
Fix Version/s: 0.7.0
 Assignee: Jeffrey(Xilang) Yan
   Resolution: Fixed

Issue resolved by pull request 223
https://github.com/apache/incubator-livy/pull/223

> RSCDriver should catch exception if cancel job failed during shutdown
> -
>
> Key: LIVY-658
> URL: https://issues.apache.org/jira/browse/LIVY-658
> Project: Livy
>  Issue Type: Bug
>  Components: RSC
>Reporter: Jeffrey(Xilang) Yan
>Assignee: Jeffrey(Xilang) Yan
>Priority: Major
> Fix For: 0.7.0
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> Currently, if startup meet exception, exception will trigger spark to 
> shutdown, then trigger cancel job, but cancel job will throw another 
> exception due to spark is not initialized. The new exception will swallow the 
> old exception.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)