Closed hack-er closed 7 years ago
would also like to mention that if i were to change the --jars paramater to the full path to the same jar file I get the same errors. ie: --jars /root/NOUS/knowledge_graph/target/uber-knowledge_graph-0.1-SNAPSHOT.jar OR --jars /root/NOUS/knowledge_graph/target/knowledge_graph-0.1-SNAPSHOT.jar
Hi @hack-er , This bug referes to an older version of the code. We are in the process of releasing major refactored code by early next week. I will notify you once we have a stable version for you to try. Sorry about this inconvenience.
Hi @hack-er Re-factored code is committed. Please take a look and let me know if you find any issue in the current "master" branch.
Hi there! so, this is what i've got:
annnnnnd I'm getting this when trying to run the example as seen in readme:
[SPARK_HOME]/bin/spark-submit --verbose --jars "[PATH_TO_NOUS_JAR]" --master [SPARK_MASTER] --class "gov.pnnl.aristotle.algorithms.GraphMiner" target/knowledge_graph-0.1-SNAPSHOT-jar-with-dependencies.jar rdf:type 10 5 3 ../examples/graphmining/dronedata.ttl
what I end up running into is this:
any help would be appriciated, thanks!