You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Solved] There are several hidden files start with ._ and list does not show them. Solving by deleting them.
Solution or help wanted.
Following the instruction Quick Start with docker compose, I have met such problems:
Auto generated postgres DDL was wrong, id is not serial. Solved by switching to MySQL in docker-compose.yml.
There is no datax folder in /opt/soft in official image based container. Solved by COPY datax /opt/soft with manually downloaded DataX release. HOWEVER, the error I copied below keeps blocking in the way.
PLEASE help me on this. I am new to developing & deploying ETL related platforms. 💥😥🤷♂️
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
[Solved] There are several hidden files start with
._
andlist
does not show them. Solving by deleting them.Solution or help wanted.
Following the instruction Quick Start with docker compose, I have met such problems:
serial
. Solved by switching to MySQL in docker-compose.yml.COPY datax /opt/soft
with manually downloaded DataX release. HOWEVER, the error I copied below keeps blocking in the way.PLEASE help me on this. I am new to developing & deploying ETL related platforms. 💥😥🤷♂️
I am using the json tpl like this:
Beta Was this translation helpful? Give feedback.
All reactions