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

Initial creation - map/reduce store copy command #1073

Merged
merged 4 commits into from
May 1, 2017
Merged

Conversation

blastarr
Copy link
Contributor

No description provided.

}
catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
Copy link
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
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
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
Contributor

Choose a reason for hiding this comment

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

log

@@ -101,6 +101,7 @@ public void write(
rowMutation.getMutations());
}
catch (final IOException e) {
System.out.println("KAM: Unable to write mutation.");
Copy link
Contributor

Choose a reason for hiding this comment

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

debug output

@@ -147,6 +147,7 @@
writableAdapter.getAdapterId().getString());
}
catch (final IOException e) {
System.out.println("KAM: Writing to table failed.");
Copy link
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
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
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

}
entryInfo = getEntryInfo(
entry,
fieldVisibilityWriter);
if (entryInfo == null) {
return Collections.emptyList();
throw new IOException(
Copy link
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

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

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