Skip to content

Commit

Permalink
Merge branch 'streamingquery' into updatemapred
Browse files Browse the repository at this point in the history
  • Loading branch information
mpobrien committed Apr 26, 2013
2 parents ee9574e + a4d99bc commit efb3081
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 250 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
public class MongoIdentifierResolver extends IdentifierResolver {
@Override
public void resolve(String identifier) {
new Throwable().printStackTrace();
log.info("Resolving: " + identifier);
if (identifier.equalsIgnoreCase(MONGODB_ID) ||
identifier.equalsIgnoreCase(MONGO_ID) ||
Expand Down

This file was deleted.

1 change: 1 addition & 0 deletions testing/test_streaming_script.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/Users/mike/hadoop/hadoop-0.23.5/bin/hadoop jar /Users/mike/hadoop/hadoop-0.23.5/share/hadoop/tools/lib/hadoop-streaming-0.23.5.jar -libjars /Users/mike/Downloads/mongo-2.10.1.jar,../streaming/target/mongo-hadoop-streaming_cdh4b1-1.1.0-SNAPSHOT.jar -input mongodb://localhost:27017/test.test -inputformat com.mongodb.hadoop.MongoInputFormat -output mongodb://localhost:27017/test.testout

0 comments on commit efb3081

Please sign in to comment.