Will Berkeley has uploaded this change for review. ( http://gerrit.cloudera.org:8080/9852
Change subject: [examples] Improve the basic Java example ...................................................................... [examples] Improve the basic Java example This improves the Java example in a bunch of ways: 1. Renames java-sample -> java-example. 2. Renames class to org.apache.kudu.examples.Example. 3. Adds licenses everywhere. 4. Rewrites the README, using adoc format. 5. Updates the pom, including syncing some plugin versions with java/pom and updating the version of the client the example uses. 6. Expands and improves the Example class: - Adds range partitioning with split rows. - Adds an alter table example. - Scans with a predicate and checks the results. Change-Id: I79ab5b0b2c30e8fd7c799857a0e3754b7618a580 --- A examples/java/java-example/README.adoc A examples/java/java-example/pom.xml A examples/java/java-example/src/main/java/org/apache/kudu/examples/Example.java D examples/java/java-sample/README D examples/java/java-sample/pom.xml D examples/java/java-sample/src/main/java/org/kududb/examples/sample/Sample.java 6 files changed, 321 insertions(+), 164 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/52/9852/1 -- To view, visit http://gerrit.cloudera.org:8080/9852 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I79ab5b0b2c30e8fd7c799857a0e3754b7618a580 Gerrit-Change-Number: 9852 Gerrit-PatchSet: 1 Gerrit-Owner: Will Berkeley <[email protected]>
