MarquezProject / marquez-web

Marquez Web UI
23 stars 6 forks source link

Add docker/up.sh #86

Closed wslulciuc closed 4 years ago

wslulciuc commented 4 years ago

This PR adds docker/up.sh that will:

Usage

$ ./docker/up.sh

Fixes #84

jharris126 commented 4 years ago

I've reviewed this PR with the generic seed data and it works great.

This didn't fix my blank UI issue with my data, but mine seems to have a different root cause than what @wslulciuc experienced. For now, I'm assuming mine is user error or malformed data on my part.

wslulciuc commented 4 years ago

This didn't fix my blank UI issue with my data, but mine seems to have a different root cause than what @wslulciuc experienced. For now, I'm assuming mine is user error or malformed data on my part.

@jharris126 It's possible that you may have cached image layers that are stale locallly. From the project root of marquez-web, I'd recommend trying:

$ docker-compose build --no-cache
$ docker-compose up -V --force-recreate

Hope this helps! But, if the issue is related to your data, this might be an edge case we haven't yet seen and it'd be great to dive deeper into the issue.