Skip to content

Geowave-862: HBase distributed filters and coprocessors#922

Merged
rfecher merged 8 commits intomasterfrom
geowave-862-good
Oct 26, 2016
Merged

Geowave-862: HBase distributed filters and coprocessors#922
rfecher merged 8 commits intomasterfrom
geowave-862-good

Conversation

@blastarr
Copy link
Copy Markdown
Contributor

No description provided.

}
}
catch (InstantiationException | IllegalAccessException | ClassNotFoundException e) {
System.err.println(e.getMessage());
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 exceptions

}
}
else {
System.err.println("Input range filter is undefined. ");
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 (Exception e) {
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 exception

return filter;
}
catch (IOException e) {
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.

...

protected boolean applyRowFilter(
final CommonIndexedPersistenceEncoding encoding ) {
if (filterList == null) {
System.err.println("FILTER IS NULL");
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

filterList.add((DistributableQueryFilter) decodedFilter);
}
else {
System.out.println("Unrecognized type for decoded filter!" + decodedFilter.getClass().getName());
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

@@ -236,16 +228,34 @@ protected Scan getMultiScanner(
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

@blastarr
Copy link
Copy Markdown
Contributor Author

Changed all the system print and exception stack trace calls to use the logger


@Override
public void clearResult() {
countResult = new CountResult();
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.

why this change?

@rfecher rfecher merged commit 59b6d11 into master Oct 26, 2016
@rfecher rfecher deleted the geowave-862-good branch October 26, 2016 13:11
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.

2 participants