You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Prabhjyot Singh (JIRA)" <ji...@apache.org> on 2017/03/23 06:24:41 UTC

[jira] [Created] (AMBARI-20538) zeppelin spark/spark2 tests failing due to failure to initialize spark context

Prabhjyot Singh created AMBARI-20538:
----------------------------------------

             Summary: zeppelin spark/spark2 tests 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
            Reporter: Prabhjyot Singh
            Assignee: Prabhjyot Singh


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)