dotmesh-io / dotmesh

dotmesh (dm) is like git for your data volumes (databases, files etc) in Docker and Kubernetes
https://dotmesh.com
Apache License 2.0
539 stars 29 forks source link

Running ds run twice on master dotmesh causes infinite hang on polling intercluster transfer #672

Open lukemarsden opened 5 years ago

lukemarsden commented 5 years ago

See these instructions: https://github.com/dotmesh-io/dotscience-roadsigns/tree/master/ds-run-demo

The following order of steps caused the issue:

  1. fetching data
  2. train model (will fail saying signnames.csv does not exist)
  3. upload signnames.csv
  4. train model
alaric-dotmesh commented 5 years ago

Possibly same thing as https://github.com/dotmesh-io/e2e/issues/31