This is an automated email from the ASF dual-hosted git repository.

mwalch pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo-examples.git.


    from a6ccf92  Refactored shard example (#26)
     add dafe8b0  Updated examples to work with Accumulo 2.0.0-alpha-1
     add 72c6147  Added build status badge and updated .travis.yml
     new fa87691  Merge pull request #28 from mikewalch/2.0-alpha

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                                        |  11 +-
 README.md                                          |   4 +
 pom.xml                                            |  12 +-
 .../accumulo/examples/bloom/BloomBatchScanner.java |  13 +-
 .../accumulo/examples/bloom/BloomFilters.java      |  43 ++++---
 .../examples/bloom/BloomFiltersNotFound.java       |  23 ++--
 .../apache/accumulo/examples/cli/ClientOpts.java   |  50 ++++----
 .../accumulo/examples/cli/MapReduceClientOpts.java |  15 +--
 .../examples/client/CountingVerifyingReceiver.java |   1 -
 .../org/apache/accumulo/examples/client/Flush.java |   6 +-
 .../examples/client/RandomBatchScanner.java        |  19 ++-
 .../examples/client/RandomBatchWriter.java         |   6 +-
 .../accumulo/examples/client/ReadWriteExample.java |  24 +++-
 .../accumulo/examples/client/RowOperations.java    |  47 ++++---
 .../examples/client/SequentialBatchWriter.java     |  19 ++-
 .../accumulo/examples/client/TraceDumpExample.java |  12 +-
 .../accumulo/examples/client/TracingExample.java   |   8 +-
 .../constraints/AlphaNumKeyConstraint.java         |  13 +-
 .../examples/constraints/MaxMutationSize.java      |  13 +-
 .../constraints/NumericValueConstraint.java        |  13 +-
 .../accumulo/examples/dirlist/FileCount.java       |  14 +-
 .../apache/accumulo/examples/dirlist/Ingest.java   |  24 ++--
 .../accumulo/examples/dirlist/QueryUtil.java       |  16 +--
 .../apache/accumulo/examples/dirlist/Viewer.java   |   2 +-
 .../accumulo/examples/filedata/FileDataIngest.java |  12 +-
 .../accumulo/examples/filedata/FileDataQuery.java  |   6 +-
 .../examples/helloworld/InsertWithBatchWriter.java |  18 ++-
 .../accumulo/examples/helloworld/ReadData.java     |  16 ++-
 .../examples/isolation/InterferenceTest.java       |  14 +-
 .../accumulo/examples/mapreduce/NGramIngest.java   |   6 +-
 .../accumulo/examples/mapreduce/UniqueColumns.java |  12 +-
 .../examples/mapreduce/bulk/BulkIngestExample.java |  14 +-
 .../examples/mapreduce/bulk/SetupTable.java        |   9 +-
 .../examples/mapreduce/bulk/VerifyIngest.java      |   8 +-
 .../apache/accumulo/examples/reservations/ARS.java |  30 ++---
 .../accumulo/examples/sample/SampleExample.java    |  20 +--
 .../accumulo/examples/shard/ContinuousQuery.java   |   9 +-
 .../org/apache/accumulo/examples/shard/Index.java  |   9 +-
 .../org/apache/accumulo/examples/shard/Query.java  |  11 +-
 .../apache/accumulo/examples/shard/Reverse.java    |  12 +-
 .../org/apache/accumulo/examples/ExamplesIT.java   | 141 +++++----------------
 .../apache/accumulo/examples/dirlist/CountIT.java  |  14 +-
 .../examples/filedata/ChunkInputFormatIT.java      |  20 +--
 .../examples/filedata/ChunkInputStreamIT.java      |  15 ++-
 .../accumulo/examples/mapreduce/MapReduceIT.java   |  12 +-
 45 files changed, 396 insertions(+), 420 deletions(-)

Reply via email to