Code Monkey home page Code Monkey logo

Comments (14)

KarmaGYZ avatar KarmaGYZ commented on June 7, 2024

Does the jcuda-natives-10.0.0-linux-x86_64.jar also in /flink/lib/?

from flink-mnist.

PerkzZheng avatar PerkzZheng commented on June 7, 2024

@KarmaGYZ yes. both are in /flink/lib/

from flink-mnist.

PerkzZheng avatar PerkzZheng commented on June 7, 2024
perkz@bfs:/data/perkz/flink/lib$ jar -tf jcublas-natives-10.0.0-linux-x86_64.jar  
META-INF/MANIFEST.MF 
META-INF/
lib/
META-INF/maven/ 
META-INF/maven/org.jcuda/
META-INF/maven/org.jcuda/jcublas-natives/
lib/libJCublas-10.0.0-linux-x86_64.so
lib/libJCublas2-10.0.0-linux-x86_64.so
META-INF/maven/org.jcuda/jcublas-natives/pom.xml
META-INF/maven/org.jcuda/jcublas-natives/pom.properties
perkz@bfs:/data/perkz/flink/lib$ jar -tf jcuda-natives-10.0.0-linux-x86_64.jar  
META-INF/MANIFEST.MF 
META-INF/
lib/
META-INF/maven/
META-INF/maven/org.jcuda/
META-INF/maven/org.jcuda/jcuda-natives/
lib/libJCudaDriver-10.0.0-linux-x86_64.so
lib/libJNvrtc-10.0.0-linux-x86_64.so
lib/libJCudaRuntime-10.0.0-linux-x86_64.so
META-INF/maven/org.jcuda/jcuda-natives/pom.xml
META-INF/maven/org.jcuda/jcuda-natives/pom.properties

from flink-mnist.

KarmaGYZ avatar KarmaGYZ commented on June 7, 2024

@PerkzZheng why does the JCublas initiated at the MNISTClassifier.close? Would you like to share the jm and tm log here?

from flink-mnist.

PerkzZheng avatar PerkzZheng commented on June 7, 2024

@KarmaGYZ Sorry for replying so late. I am working on setting up everything again. And it works now, it could be some version problems. Thanks for your time.

Finally, I got results in flink-perkz-taskexecutor-2-bfs.out.

7
2
1
0
4
1
4
9
....

However, --output seems not working, when I set it, I only got an empty directory like 2020-10-29--15

from flink-mnist.

KarmaGYZ avatar KarmaGYZ commented on June 7, 2024

Would you like to share all the log files in the /flink/log/ directory?

from flink-mnist.

PerkzZheng avatar PerkzZheng commented on June 7, 2024

Appreciate it.
Flink-logs.zip

from flink-mnist.

KarmaGYZ avatar KarmaGYZ commented on June 7, 2024

As the javaDoc says, the output path is the base path where all the buckets are going to be created as sub-directories. In your logs, it seems the parameter is invalid and the job is actually failed because it could not create "/2020-10-29--15" directory.

from flink-mnist.

PerkzZheng avatar PerkzZheng commented on June 7, 2024

It is previous testing. I use valid directory under my current directory, and it still gets a empty directory.
So, the flink-perkz-taskexecutor-2-bfs.out is a valid output ?

from flink-mnist.

PerkzZheng avatar PerkzZheng commented on June 7, 2024

Flink-log-1.zip
Sorry for the previous testing. I start over to make sure everything relates to one recent test. Please check it.

from flink-mnist.

KarmaGYZ avatar KarmaGYZ commented on June 7, 2024

The flink-perkz-taskexecutor-2-bfs.out is a valid output.

I could not find anything wrong in your logs. Not sure what happens.

from flink-mnist.

PerkzZheng avatar PerkzZheng commented on June 7, 2024

Thanks for taking time. It is great to see that flink enables gpu awareness.

from flink-mnist.

KarmaGYZ avatar KarmaGYZ commented on June 7, 2024

Hi, @PerkzZheng . After a deep investigation, I find it is a valid issue. The root cause is the StreamingFileSink require to open the checkpoint. The latest commit fixes that issue.

from flink-mnist.

PerkzZheng avatar PerkzZheng commented on June 7, 2024

Hi, @PerkzZheng . After a deep investigation, I find it is a valid issue. The root cause is the StreamingFileSink require to open the checkpoint. The latest commit fixes that issue.

@KarmaGYZ Thanks for your investigation.

from flink-mnist.

Related Issues (1)

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.