Skip to content

Initial creation - map/reduce store copy command#1073

Merged
blastarr merged 4 commits intomasterfrom
store-copy-master
May 1, 2017
Merged

Initial creation - map/reduce store copy command#1073
blastarr merged 4 commits intomasterfrom
store-copy-master

Conversation

@blastarr
Copy link
Copy Markdown
Contributor

No description provided.

}
catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

log

}
catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

log

}
catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

log

}
catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

log

rowMutation.getMutations());
}
catch (final IOException e) {
System.out.println("KAM: Unable to write mutation.");
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

debug output

writableAdapter.getAdapterId().getString());
}
catch (final IOException e) {
System.out.println("KAM: Writing to table failed.");
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

debug output

throws Exception {
// Load some test data
LOGGER.warn("Loading input data...");
TestUtils.testLocalIngest(
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we may want to pick a smaller test case for speedy tests

if (writer == null) {
return Collections.emptyList();
throw new IOException(
"Null writer - empty list returned");
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does it return an empty list? ... may want to remove the commented out line too

fieldVisibilityWriter);
if (entryInfo == null) {
return Collections.emptyList();
throw new IOException(
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as above

@coveralls
Copy link
Copy Markdown

coveralls commented Apr 18, 2017

Coverage Status

Coverage decreased (-0.2%) to 52.607% when pulling 9d9e1c9 on store-copy-master into 1df498f on master.

1 similar comment
@coveralls
Copy link
Copy Markdown

Coverage Status

Coverage decreased (-0.2%) to 52.607% when pulling 9d9e1c9 on store-copy-master into 1df498f on master.

@blastarr blastarr merged commit 9d9e1c9 into master May 1, 2017
@rfecher rfecher deleted the store-copy-master branch March 5, 2018 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants