[
https://issues.apache.org/jira/browse/AMBARI-20538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15937903#comment-15937903
]
Hadoop QA commented on AMBARI-20538:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12860093/AMBARI-20538_trunk_v2.patch
against trunk revision .
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:red}-1 tests included{color}. The patch doesn't appear to include
any new or modified tests.
Please justify why no new tests are needed for this
patch.
Also please list what manual steps were performed to
verify this patch.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 core tests{color}. The patch passed unit tests in
ambari-server.
Test results:
https://builds.apache.org/job/Ambari-trunk-test-patch/11130//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/11130//console
This message is automatically generated.
> zeppelin spark/spark2 failing due to failure to initialize spark context
> ------------------------------------------------------------------------
>
> Key: AMBARI-20538
> URL: https://issues.apache.org/jira/browse/AMBARI-20538
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.5.0
> Reporter: Prabhjyot Singh
> Assignee: Prabhjyot Singh
> Attachments: AMBARI-20538_trunk_v1.patch, AMBARI-20538_trunk_v2.patch
>
>
> Spark context creation fails due to following exception :
> {code:java}
> ERROR [2017-03-20 20:39:26,068] ({pool-2-thread-4}
> HiveMetaStoreClient.java[close]:495) - Unable to shutdown local metastore
> client
> org.apache.thrift.transport.TTransportException: java.net.SocketException:
> Broken pipe (Write failed)
> at
> org.apache.thrift.transport.TIOStreamTransport.flush(TIOStreamTransport.java:161)
> at org.apache.thrift.TServiceClient.sendBase(TServiceClient.java:65)
> at
> com.facebook.fb303.FacebookService$Client.send_shutdown(FacebookService.java:436)
> at
> com.facebook.fb303.FacebookService$Client.shutdown(FacebookService.java:430)
> at
> org.apache.hadoop.hive.metastore.HiveMetaStoreClient.close(HiveMetaStoreClient.java:492)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at
> org.apache.hadoop.hive.metastore.RetryingMetaStoreClient.invoke(RetryingMetaStoreClient.java:156)
> at com.sun.proxy.$Proxy20.close(Unknown Source)
> at org.apache.hadoop.hive.ql.metadata.Hive.close(Hive.java:291)
> at org.apache.hadoop.hive.ql.metadata.Hive.access$000(Hive.java:137)
> at org.apache.hadoop.hive.ql.metadata.Hive$1.remove(Hive.java:157)
> at org.apache.hadoop.hive.ql.metadata.Hive.closeCurrent(Hive.java:261)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
>
> {code}
> The reason for this is "hive-site.xml" is not present in
> "<zeppelin-conf-directory>/hive-site.xml"
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)