You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Guoqiang Li (JIRA)" <ji...@apache.org> on 2014/05/11 00:03:56 UTC

[jira] [Commented] (SPARK-1644) The org.datanucleus:* should not be packaged into spark-assembly-*.jar

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

Guoqiang Li commented on SPARK-1644:
------------------------------------

Why {{assignee to me}} button can not find? Adjust the permissions? :)

> The org.datanucleus:*  should not be packaged into spark-assembly-*.jar
> -----------------------------------------------------------------------
>
>                 Key: SPARK-1644
>                 URL: https://issues.apache.org/jira/browse/SPARK-1644
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>            Reporter: Guoqiang Li
>            Assignee: Guoqiang Li
>             Fix For: 1.0.0
>
>         Attachments: spark.log
>
>
> cat conf/hive-site.xml
> {code:xml}
> <configuration>
>   <property>
>     <name>javax.jdo.option.ConnectionURL</name>
>     <value>jdbc:postgresql://bj-java-hugedata1:7432/hive</value>
>   </property>
>   <property>
>     <name>javax.jdo.option.ConnectionDriverName</name>
>     <value>org.postgresql.Driver</value>
>   </property>
>   <property>
>     <name>javax.jdo.option.ConnectionUserName</name>
>     <value>hive</value>
>   </property>
>   <property>
>     <name>javax.jdo.option.ConnectionPassword</name>
>     <value>passwd</value>
>   </property>
>   <property>
>     <name>hive.metastore.local</name>
>     <value>false</value>
>   </property>
>   <property>
>     <name>hive.metastore.warehouse.dir</name>
>     <value>hdfs://host:8020/user/hive/warehouse</value>
>   </property>
> </configuration>
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)