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

baishuo commented on SPARK-4034:
--------------------------------

After click  maven->reimport  for spark project in idea,  and begin to start 
"sparksqlclidriver" in idea, we will get a exception:

Exception in thread "main" java.lang.NoClassDefFoundError: 
com/google/common/util/concurrent/ThreadFactoryBuilder
 at org.apache.spark.util.Utils$.<init>(Utils.scala:611)
 at org.apache.spark.util.Utils$.<clinit>(Utils.scala)
 at org.apache.spark.SparkContext.<init>(SparkContext.scala:178)
 at 
org.apache.spark.sql.hive.thriftserver.SparkSQLEnv$.init(SparkSQLEnv.scala:36)
 at 
org.apache.spark.sql.hive.thriftserver.SparkSQLCLIDriver.<init>(SparkSQLCLIDriver.scala:256)
 at 
org.apache.spark.sql.hive.thriftserver.SparkSQLCLIDriver$.main(SparkSQLCLIDriver.scala:149)
 at 
org.apache.spark.sql.hive.thriftserver.SparkSQLCLIDriver.main(SparkSQLCLIDriver.scala)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
 at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:601)
 at com.intellij.rt.execution.application.AppMain.main(AppMain.java:120)

This is casued by  after maven->reimport  was clicked, the scope of guava*.jar 
in the project spark-hive-thriftserver is changed to provided(rigth click 
project spark-hive-thriftserver->choose the tab Dependencies, will find each 
jar's scope in this project  ). We can change it to "compile" ,and re-start  
SparkSQLCLIDriver, the excepiton disappear. But if we re-run  maven->reimport, 
the scope of  guava*.jar will return to "provided"

> get  java.lang.NoClassDefFoundError: 
> com/google/common/util/concurrent/ThreadFactoryBuilder  in idea
> ----------------------------------------------------------------------------------------------------
>
>                 Key: SPARK-4034
>                 URL: https://issues.apache.org/jira/browse/SPARK-4034
>             Project: Spark
>          Issue Type: Bug
>            Reporter: baishuo
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to