I am new to big data and hadoop, I am trying to make use of hadoopcryptoledger library to do some bitcoin graph analysis, I followed this tutorial Using spark-scala-graphx to analyze Bitcoin transaction graph
While executing the command
sbt clean assembly test it:test
I ran into an issue:
/home/jnikhil/hadoopcryptoledger/examples/scala-spark-graphx-
bitcointransaction/build.sbt:30: error: not found: value assemblyJarName
assemblyJarName in assembly := "example-hcl-spark-scala-graphx-bitcointransaction.jar"
Does anyone know why am I facing this issue?
These instructions give the answer.
Add the following to project/assembly.sbt
:
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.8")
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With