Skip to content

Conversation

@frsyuki
Copy link
Contributor

@frsyuki frsyuki commented Aug 12, 2015

Embulk supports distributed executors such as embulk-executor-mapreduce.
Those executors run tasks on remote server. Including local file path in
TaskSource may task filed on remote server because the file is not
there.

org.embulk.spi.unit.LocalFile is added since embulk v0.6.16 to solve
this problem. It reads content from the local file path when it's
initialized.

It also accepts embedding content of a file in config file.

Embulk supports distributed executors such as embulk-executor-mapreduce. Those executors run tasks on remote server. Including local file path in TaskSource may task filed on remote server because the file is not there. org.embulk.spi.unit.LocalFile is added since embulk v0.6.16 to solve this problem. It reads content from the local file path when it's initialized.
sakama added a commit that referenced this pull request Aug 18, 2015
Accept local file content in config file as well as file path
@sakama sakama merged commit 08f866c into master Aug 18, 2015
@sakama
Copy link
Contributor

sakama commented Aug 18, 2015

Thank you!! I merged 👍

@frsyuki
Copy link
Contributor Author

frsyuki commented Aug 20, 2015

👍

@sonots sonots deleted the distributed-executor-support branch March 19, 2016 09:32
u110 pushed a commit to primenumber-dev/embulk-output-bigquery that referenced this pull request May 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants