This closes #2463
Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/c46b256d Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/c46b256d Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/c46b256d Branch: refs/heads/master Commit: c46b256d7dbde1cfde311994faed31e78f143957 Parents: 84a9629 b615013 Author: Dan Halperin <[email protected]> Authored: Tue Apr 11 08:15:51 2017 -0700 Committer: Dan Halperin <[email protected]> Committed: Tue Apr 11 08:15:51 2017 -0700 ---------------------------------------------------------------------- sdks/java/io/common/pom.xml | 4 + .../apache/beam/sdk/io/common/HashingFn.java | 109 +++++++++++++++++++ sdks/java/io/hadoop/jdk1.8-tests/pom.xml | 46 +------- .../inputformat/HIFIOWithElasticTest.java | 6 +- .../hadoop/inputformat/hashing/HashingFn.java | 109 ------------------- .../integration/tests/HIFIOCassandraIT.java | 2 +- .../integration/tests/HIFIOElasticIT.java | 2 +- 7 files changed, 124 insertions(+), 154 deletions(-) ----------------------------------------------------------------------
