[
https://issues.apache.org/jira/browse/SPARK-14522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15240716#comment-15240716
]
wei wu commented on SPARK-14522:
--------------------------------
The WARN is caused by: BoneCP (in hive model) required some dependencies
package and check the some dependency class in the follow code:
clr.classForName("com.google.common.collect.Multiset");
But, the google-collections-1.0 package is not included in the spark-assembly
package.
One workaround method is to add the following configuration in
spark-defaults.conf, such as:
spark.driver.extraClassPath /opt/lib/google-collections-1.0.jar
> Getting an error of BoneCP specified but not present in CLASSPATH
> -----------------------------------------------------------------
>
> Key: SPARK-14522
> URL: https://issues.apache.org/jira/browse/SPARK-14522
> Project: Spark
> Issue Type: Bug
> Components: Spark Shell
> Affects Versions: 1.6.0
> Environment: Mac OsX
> Reporter: Niranjan Molkeri`
> Priority: Minor
> Labels: newbie
>
> When I type spark-shell command to start up the spark shell, I am getting
> this error
> 16/04/08 19:05:16 WARN Connection: BoneCP specified but not present in
> CLASSPATH (or one of dependencies)
> 16/04/08 19:05:16 WARN Connection: BoneCP specified but not present in
> CLASSPATH (or one of dependencies)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]