我正在寻找一些为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?
提前谢谢。
答案 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