Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resume bulkload on abort? #27

Open
earthquakesan opened this issue Oct 1, 2017 · 1 comment
Open

Resume bulkload on abort? #27

earthquakesan opened this issue Oct 1, 2017 · 1 comment

Comments

@earthquakesan
Copy link

Just had a situation, when the mapreduce job finished processing RDF and saving it to /tmp folder. However, my HBase server stopped working and ./bulkload reported error and quit.

This scenario is unlikely to happen in production cluster (redundant zookeeper + redundant hbase), however for local clusters it would nice to have ./bulkload split into two phases:

  1. Mapreduce data to hbase tables (i.e. saving it to /tmp folder)
  2. Load /tmp folder into hbase table "bla"

Right now, if I want to continue ./bulkload it simply throws stating that /tmp folder already exists.

@asotona
Copy link
Collaborator

asotona commented Oct 1, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants