在Spark中导入lib的问题

时间:2018-04-11 10:27:23

标签: scala apache-spark fractions

我正在寻找一些为Spark + Scala提供Fractions的库,并找到了this link

我不确定,如果我可以使用它或那些不适合我的东西? 在火花壳中我写import org.apache.commons.math4.fraction并获得

<console>:23: error: object math4 is not a member of package org.apache.commons
       import org.apache.commons.math4.fraction

虽然我可以import org.apache.commons没有任何麻烦。

你能解释一下我的错误吗?或者你可以为分数推荐一些其他的lib?

提前谢谢。

1 个答案:

答案 0 :(得分:1)

您需要下载man文件并在运行jar

时使用

here下载jar文件。

现在在某个位置提取

spark-shell

现在开始tar xvf <location of tar/ zip files>

spark-shell

并用作

./spark-shell --jars path to this jar file commons-math3-3.6.1.jar