Coder Social home page Coder Social logo

Comments (3)

jdoliner avatar jdoliner commented on June 16, 2024

Problem 1:
"pfs://data" is a confusing way to describe it sorry about that. What we're trying to say is that data is a directory in pfs which contains the text to be processed. There's no need to create directories in pfs, they get created when there's files to put in them. You should get the data in the correct spot with:

curl -XPOST localhost/file/data/shakespeare -T shakespeare.txt

Problem 2:
Wild card listings should return a multipart message containing a part per file that it finds in the filesystem. However they're not doing what they should be doing for you :( they're erroring due to a bug. Sorry about that we'll get it fixed ASAP. I've setup #86 to track progress.

Problem 3:
Requests for the value of a pipeline at a specific commit will block until the pipeline gets run on that commit and the value becomes available. However there's a number of ways that this can go wrong such as if the pipeline crashes. Any chance that you could take a look at one of the log files for your servers? It's a bit annoying right now since you have to ssh to the machine and look at local host. They're locate in /var/lib/pfs/log on each of the hosts.

This is definitely a fragile part of Pachyderm that we're going to need cleanup. I've create #87 to track it.

Problem 4:
Jobs are now deprecated in lieu of pipelines. We'll be doing a big purge ASAP.

Problem 5:
You should see some additional docker container(s). This might be silly but did you try docker ps -a so you'd see jobs that have already exited? It's also quite possible that something went wrong and the container was never started in which case logs will probably have the answer.

Again thank so so much for putting up with our very raw documentation and telling us how to make it better. ❤️

Shoot me an email at [email protected] with your TShirt size and I'll get you some swag.

from pachyderm.

DazWilkin avatar DazWilkin commented on June 16, 2024

Thank you for being so supportive and apologies for my stupid questions.

Problem 1: OK -- That I guessed correctly at least.

Problem 2: Ack.

Problem 3: I've grabbed the logs and will mail to you.

Problem 4: Ack.

Problem 5: I did not. I suspect I'm creating the job incorrectly. I'll ship my pachfile to you too.

docker ps -a
CONTAINER ID        IMAGE                  COMMAND                CREATED             STATUS              PORTS                   NAMES
c6b460a38609        pachyderm/pfs:latest   "/go/bin/router 3"     10 hours ago        Up 10 hours         0.0.0.0:80->80/tcp      router              
e9ab62c7ede4        pachyderm/pfs:latest   "/go/bin/shard 2-3 p   10 hours ago        Up 10 hours         0.0.0.0:49161->80/tcp   shard-2-3           
9195ad2e5859        pachyderm/pfs:latest   "/go/bin/shard 0-3 p   10 hours ago        Up 10 hours         0.0.0.0:49153->80/tcp   shard-0-3           
a1d6d2c15c56        pachyderm/pfs:latest   "/go/bin/shard 1-3 p   10 hours ago        Up 10 hours         0.0.0.0:49158->80/tcp   shard-1-3   

from pachyderm.

bufdev avatar bufdev commented on June 16, 2024

Fixes for everything here should be complete. Thanks for the help!

from pachyderm.

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.