Pallavim54

Results 10 comments of Pallavim54

i m not able to access this url http://repo.maven.apache.org/maven2/org/easymock/easymockclassextension/3.1/easymockclassextension-3.1.pom may be this is blocked by farewall. and for (http://repo.maven.apache.org/maven2) ## it showing this: Browsing for this directory has been disabled....

yes now i m able to access the url but i m not able to run graphx example under https://github.com/apache/spark/blob/master/examples/src/main/scala/org/apache/spark/examples/graphx/LiveJournalPageRank.scala

I m getting this message when i m trying to build using maven clean install -DskipTests=true ## stacktrace: java.lang.RuntimeException: No main class detected. at scala.sys.package$.error(package.scala:27) at sbt.Defaults$$anonfun$runTask$1$$anonfun$apply$36$$anonfun$apply$37$$ anonfun$26.apply(Defaults.scala:687) at sbt.Defaults$$anonfun$runTask$1$$anonfun$apply$36$$anonfun$apply$37$$...

if i used sbt/sbt assembly then i m geeting the below error ## stactrace java.lang.RuntimeException: Nonzero exit code (1): git clone https://github.com/ScrapCodes/sbt-pom-reader.git C:\Users\pmukherjee.sbt\0.13\staging\ec3aa8f39111944cc5f at scala.sys.package$.error(package.scala:27) at sbt.Resolvers$.run(Resolvers.scala:134) at sbt.Resolvers$.run(Resolvers.scala:123) at...

can you please mention in steps that how to build the whole project and run the examples from https://github.com/apache/spark

i m able to clone the repository by using git clone https://github.com/ScrapCodes/sbt-pom-reader.git

now i m able to build an assembly JAR using SBT: also i m able to run example using bin/run-example SparkPi. but when i m doing ~/spark$ sbt/sbt test using...

Can u plz tell me the syntax of input for running this graphx test https://github.com/apache/spark/blob/master/examples/src/main/scala/org/apache/spark/examples/graphx/LiveJournalPageRank.scala . i m using ~/spark$ bin/run-example graphx.LiveJournalPageRank soc-LiveJournal1.txt --numEPart=6 ## which is throwing eror ;...

## Geeting error with both cases: $ ./bin/run-example graphx.LiveJournalPageRank ~/Downloads/web-Google/web-Google.txt --numEPart 8 or --numEPart=8 Exception in thread "main" java.lang.IllegalArgumentException: Invalid argument: --numEPart at org.apache.spark.graphx.lib.Analytics$$anonfun$2.apply(Analytics.scala:43) at org.apache.spark.graphx.lib.Analytics$$anonfun$2.apply(Analytics.scala:40) at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:244) at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:244)...

can u plz let me know about this command bcoz i m not able to run this example