You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mw...@apache.org on 2017/01/25 18:32:34 UTC

[6/6] accumulo git commit: Merge branch 'move-other'

Merge branch 'move-other'


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/6302a854
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/6302a854
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/6302a854

Branch: refs/heads/master
Commit: 6302a854ee734b08dd64f47e03633d57971f03c9
Parents: 2f5203c 81f215c
Author: Mike Walch <mw...@apache.org>
Authored: Wed Jan 25 13:29:58 2017 -0500
Committer: Mike Walch <mw...@apache.org>
Committed: Wed Jan 25 13:29:58 2017 -0500

----------------------------------------------------------------------
 TESTING.md                                      |    3 +-
 assemble/src/main/assemblies/component.xml      |   32 -
 test/compat/diffAPI.pl                          |  104 --
 test/compat/japi-compliance/README              |   53 -
 test/compat/japi-compliance/exclude_classes.txt |    1 -
 .../japi-compliance/japi-accumulo-1.5.0.xml     |   36 -
 .../japi-compliance/japi-accumulo-1.5.1.xml     |   36 -
 .../japi-compliance/japi-accumulo-1.5.2.xml     |   36 -
 .../japi-compliance/japi-accumulo-1.6.0.xml     |   38 -
 .../japi-compliance/japi-accumulo-1.6.1.xml     |   38 -
 .../japi-compliance/japi-accumulo-1.6.2.xml     |   38 -
 .../japi-compliance/japi-accumulo-1.7.0.xml     |   38 -
 .../japi-compliance/japi-accumulo-master.xml    |   38 -
 test/scale/agitator.txt                         |   27 -
 test/scale/catastrophic.txt                     |   24 -
 test/scale/deleteLargeTable.txt                 |   16 -
 test/scale/restart.txt                          |   19 -
 .../accumulo/test/BulkImportDirectory.java      |   68 --
 .../accumulo/test/mapreduce/TeraSortIngest.java |  399 -------
 .../test/replication/merkle/MerkleTree.java     |   92 --
 .../test/replication/merkle/MerkleTreeNode.java |  131 ---
 .../replication/merkle/RangeSerialization.java  |   72 --
 .../replication/merkle/cli/CompareTables.java   |  176 ---
 .../replication/merkle/cli/ComputeRootHash.java |  100 --
 .../replication/merkle/cli/GenerateHashes.java  |  287 -----
 .../merkle/cli/ManualComparison.java            |   95 --
 .../merkle/ingest/RandomWorkload.java           |  120 ---
 .../test/replication/merkle/package-info.java   |   39 -
 .../replication/merkle/skvi/DigestIterator.java |  149 ---
 .../accumulo/test/scalability/Ingest.java       |  143 ---
 .../apache/accumulo/test/scalability/Run.java   |   97 --
 .../accumulo/test/scalability/ScaleTest.java    |   88 --
 .../accumulo/test/stress/random/DataWriter.java |   50 -
 .../test/stress/random/IntArgValidator.java     |   34 -
 .../test/stress/random/RandomByteArrays.java    |   33 -
 .../test/stress/random/RandomMutations.java     |   56 -
 .../test/stress/random/RandomWithinRange.java   |   58 -
 .../accumulo/test/stress/random/Scan.java       |  121 ---
 .../accumulo/test/stress/random/ScanOpts.java   |   46 -
 .../accumulo/test/stress/random/Stream.java     |   40 -
 .../accumulo/test/stress/random/Write.java      |   77 --
 .../test/stress/random/WriteOptions.java        |  169 ---
 .../test/stress/random/package-info.java        |   36 -
 test/system/agitator/.gitignore                 |    3 -
 test/system/agitator/README.md                  |   39 -
 test/system/agitator/agitator.ini.example       |   56 -
 test/system/agitator/agitator.py                |  241 -----
 test/system/agitator/hosts.example              |   16 -
 test/system/bench/README.md                     |   61 --
 test/system/bench/cloudstone1/__init__.py       |   15 -
 test/system/bench/cloudstone1/cloudstone1.py    |   44 -
 test/system/bench/cloudstone2/__init__.py       |   15 -
 test/system/bench/cloudstone2/cloudstone2.py    |   49 -
 test/system/bench/cloudstone3/__init__.py       |   15 -
 test/system/bench/cloudstone3/cloudstone3.py    |   50 -
 test/system/bench/cloudstone4/__init__.py       |   15 -
 test/system/bench/cloudstone4/cloudstone4.py    |   29 -
 test/system/bench/cloudstone5/__init__.py       |   15 -
 test/system/bench/cloudstone5/cloudstone5.py    |   29 -
 test/system/bench/cloudstone6/__init__.py       |   15 -
 test/system/bench/cloudstone6/cloudstone6.py    |   29 -
 test/system/bench/cloudstone7/__init__.py       |   15 -
 test/system/bench/cloudstone7/cloudstone7.py    |   29 -
 test/system/bench/cloudstone8/__init__.py       |   15 -
 test/system/bench/cloudstone8/cloudstone8.py    |   64 --
 test/system/bench/lib/Benchmark.py              |  115 --
 test/system/bench/lib/CreateTablesBenchmark.py  |   78 --
 test/system/bench/lib/IngestBenchmark.py        |   94 --
 test/system/bench/lib/RowHashBenchmark.py       |  136 ---
 test/system/bench/lib/TableSplitsBenchmark.py   |   76 --
 test/system/bench/lib/TeraSortBenchmark.py      |  110 --
 test/system/bench/lib/__init__.py               |   15 -
 test/system/bench/lib/cloudshell.py             |   33 -
 test/system/bench/lib/fastsplits                |  300 ------
 test/system/bench/lib/mediumsplits              |  650 ------------
 test/system/bench/lib/options.py                |   39 -
 test/system/bench/lib/path.py                   |   38 -
 test/system/bench/lib/runner.py                 |   28 -
 test/system/bench/lib/slowsplits                | 1000 ------------------
 test/system/bench/lib/splits                    |  190 ----
 test/system/bench/lib/tservers.py               |   89 --
 test/system/bench/lib/util.py                   |   20 -
 test/system/bench/run.py                        |  116 --
 test/system/merkle-replication/README           |   65 --
 .../merkle-replication/configure-replication.sh |   99 --
 test/system/merkle-replication/ingest-data.sh   |   39 -
 test/system/merkle-replication/merkle-env.sh    |   48 -
 test/system/merkle-replication/verify-data.sh   |   91 --
 test/system/scalability/README.md               |   57 -
 .../system/scalability/conf/Ingest.conf.example |   27 -
 test/system/scalability/conf/site.conf.example  |   27 -
 test/system/scalability/run.py                  |  228 ----
 test/system/stress/README.md                    |  105 --
 test/system/stress/reader.sh                    |   39 -
 test/system/stress/readers                      |   17 -
 test/system/stress/start-readers.sh             |   40 -
 test/system/stress/start-writers.sh             |   40 -
 test/system/stress/stop-readers.sh              |   36 -
 test/system/stress/stop-writers.sh              |   36 -
 test/system/stress/stress-env.sh.example        |   60 --
 test/system/stress/writer.sh                    |   44 -
 test/system/stress/writers                      |   17 -
 test/system/test1/README.md                     |   46 -
 test/system/test1/ingest_test.sh                |   22 -
 test/system/test1/ingest_test_2.sh              |   22 -
 test/system/test1/ingest_test_3.sh              |   22 -
 test/system/test1/verify_test.sh                |   22 -
 test/system/test1/verify_test_2.sh              |   22 -
 test/system/test2/README.md                     |   27 -
 test/system/test2/concurrent.sh                 |   99 --
 test/system/test3/README.md                     |   22 -
 test/system/test3/bigrow.sh                     |   27 -
 test/system/test4/README.md                     |   26 -
 test/system/test4/bulk_import_test.sh           |   72 --
 test/system/upgrade_test.sh                     |   77 --
 115 files changed, 1 insertion(+), 8959 deletions(-)
----------------------------------------------------------------------