Code Monkey home page Code Monkey logo

Comments (13)

ylqfp avatar ylqfp commented on August 10, 2024

My dataset is libsvm style:
0 0:3 1:2 2:10 ...
1 0:1 1:1 2:3 ...
.....

Is it a bug or something wrong with my dataset?

Thanks!

from zen.

ylqfp avatar ylqfp commented on August 10, 2024

Following the instructions from google, I enlarge the memory, however still failed. @witgo

from zen.

witgo avatar witgo commented on August 10, 2024

ping @bhoppi

from zen.

ylqfp avatar ylqfp commented on August 10, 2024

@bhoppi @hucheng Help!

from zen.

bhoppi avatar bhoppi commented on August 10, 2024

I can't get useful info from your log. Can you dig your spark log for more detail? And please share your cmd parameters.

from zen.

ylqfp avatar ylqfp commented on August 10, 2024

spark-submit --master yarn-client --class com.github.cloudml.zen.examples.ml.LDADriver
--jars ml/target/zen-ml_2.10-0.3-SNAPSHOT.jar
--executor-memory 6G --driver-memory 6G --num-executors 200 --executor-cores 1
--conf spark.driver.maxResultSize=6G
--conf spark.driver.extraJavaOptions="-XX:MaxPermSize=256m -XX:+CMSClassUnloadingEnabled -XX:+PrintGC -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+PrintGCDateStamps -XX:+PrintHeapAtGC -XX:+PrintGCApplicationStoppedTime -XX:+PrintGCApplicationConcurrentTime -Xloggc:gc.log -XX:+HeapDumpOnOutOfMemoryError"
--conf spark.yarn.am.memory=2g
--conf spark.yarn.am.extraJavaOptions="-XX:MaxPermSize=256m -XX:+CMSClassUnloadingEnabled"
--conf spark.storage.memoryFraction=0.1
--conf spark.yarn.executor.memoryOverhead=6666
--conf spark.sql.shuffle.partitions=2000
--conf spark.executor.extraJavaOptions="-XX:MaxPermSize=256m -XX:+CMSClassUnloadingEnabled -XX:MaxDirectMemorySize=2048m -Xmn100m -XX:MaxTenuringThreshold=1 -XX:+UseConcMarkSweepGC -XX:+CMSParallelRemarkEnabled -XX:+UseCMSCompactAtFullCollection -XX:+UseCMSInitiatingOccupancyOnly -XX:CMSInitiatingOccupancyFraction=10 -XX:+UseCompressedOops -XX:+PrintGC -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+PrintGCDateStamps -XX:+PrintGCApplicationStoppedTime -XX:+PrintHeapAtGC -XX:+PrintGCApplicationConcurrentTime -Xloggc:gc.log"
examples/target/zen-examples_2.10-0.3-SNAPSHOT.jar
-numTopics=1000
-alpha=0.1
-beta=0.01
-alphaAS=0.01
-totalIter=50
-numPartitions=20
-useKryo=true
-ignoredocid=true
/user/distml/ldatest/input4
/user/distml/ldatest/output2

from zen.

ylqfp avatar ylqfp commented on August 10, 2024

Uploading log.txt…

from zen.

ylqfp avatar ylqfp commented on August 10, 2024

The log.txt is a little big, so a attched it in previous post. Tell me if you cannot see the file.

from zen.

bhoppi avatar bhoppi commented on August 10, 2024

Sorry I can't read the log file.

from zen.

ylqfp avatar ylqfp commented on August 10, 2024

gclog.txt
log.txt

from zen.

ylqfp avatar ylqfp commented on August 10, 2024

Upload done... @bhoppi

from zen.

bhoppi avatar bhoppi commented on August 10, 2024

@ylqfp Can you upload the container log? I can't still get the point from the master log.

from zen.

ylqfp avatar ylqfp commented on August 10, 2024

Dear Bhoppi,
Sorry for the late response!
I use yarn logs -applicationID to get container log, however got nothing.
Could you please tell me where to find the container log?
Thanks!

from zen.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.