refactoring test environments into src to be reusable#216
Merged
Conversation
Contributor
There was a problem hiding this comment.
didn't like the package names? ... the other thing worth mentioning to be annoying is the code formatter and code cleanup look to be different.
Contributor
Author
|
Mea Culpa on the package change, probably a result of other operations. If only the commit weren't squashed :) I'll re-format with eclipse, I imported the formatter into intellij but looks like it didn't quite work. |
Attempt to cleanup mapreduce logspam fix to package names/added mvn java-formatter:format goal
a1d9705 to
2e533a2
Compare
Contributor
Author
|
Yeah, tested it out and formatter just isn't working right in intellij (the eclipse formatter plugin). I added http://maven-java-formatter-plugin.googlecode.com/ to the pom, and this adds mvn java-formatter:format as a goal. I only reformatted geowave-tests, didn't do the rest (didn't want whitney to be suspicious!) |
rfecher
added a commit
that referenced
this pull request
Feb 6, 2015
refactoring test environments into src to be reusable
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Also attempt to cleanup mapreduce logspam, and add (optional) HDFS local cluster
#213