/[Apache-SVN]
ViewVC logotype

Revision 1423923


Jump to revision: Previous Next
Author: ecn
Date: Wed Dec 19 16:25:03 2012 UTC (11 years, 3 months ago)
Changed paths: 184 (showing only 100; show all)
Log Message:
ACCUMULO-745 use jcommander to parse command line arguments

Changed paths

Path Details
Directoryaccumulo/trunk/LICENSE modified , text changed
Directoryaccumulo/trunk/bin/accumulo modified , text changed
Directoryaccumulo/trunk/bin/config.sh modified , text changed
Directoryaccumulo/trunk/bin/tool.sh modified , text changed
Directoryaccumulo/trunk/core/pom.xml modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/cli/ added
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/cli/ClientOnDefaultTable.java added
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/cli/ClientOnRequiredTable.java added
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/cli/ClientOpts.java added
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/cli/Help.java added
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/impl/ServerClient.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/impl/ThriftTransportPool.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/conf/Property.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/file/rfile/PrintInfo.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/file/rfile/SplitLarge.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/iterators/conf/ColumnSet.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/iterators/user/SummingCombiner.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/master/thrift/TabletServerStatus.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/trace/TraceDump.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/util/LoggingRunnable.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/util/Merge.java modified , text changed
Directoryaccumulo/trunk/core/src/main/java/org/apache/accumulo/core/util/TTimeoutTransport.java modified , text changed
Directoryaccumulo/trunk/core/src/test/java/org/apache/accumulo/core/cli/ added
Directoryaccumulo/trunk/core/src/test/java/org/apache/accumulo/core/cli/TestClientOpts.java added
Directoryaccumulo/trunk/core/src/test/java/org/apache/accumulo/core/file/BloomFilterLayerLookupTest.java added
Directoryaccumulo/trunk/core/src/test/java/org/apache/accumulo/core/util/shell/command/FormatterCommandTest.java modified , text changed
Directoryaccumulo/trunk/docs/examples/README.batch modified , text changed
Directoryaccumulo/trunk/docs/examples/README.bloom modified , text changed
Directoryaccumulo/trunk/docs/examples/README.bulkIngest modified , text changed
Directoryaccumulo/trunk/docs/examples/README.dirlist modified , text changed
Directoryaccumulo/trunk/docs/examples/README.filedata modified , text changed
Directoryaccumulo/trunk/docs/examples/README.helloworld modified , text changed
Directoryaccumulo/trunk/docs/examples/README.isolation modified , text changed
Directoryaccumulo/trunk/docs/examples/README.mapred modified , text changed
Directoryaccumulo/trunk/docs/examples/README.maxmutation modified , text changed
Directoryaccumulo/trunk/docs/examples/README.shard modified , text changed
Directoryaccumulo/trunk/docs/examples/README.visibility modified , text changed
Directoryaccumulo/trunk/examples/simple/src/main/java/org/apache/accumulo/examples/simple/client/Flush.java modified , text changed
Directoryaccumulo/trunk/examples/simple/src/main/java/org/apache/accumulo/examples/simple/client/RandomBatchScanner.java modified , text changed
Directoryaccumulo/trunk/examples/simple/src/main/java/org/apache/accumulo/examples/simple/client/RandomBatchWriter.java modified , text changed
Directoryaccumulo/trunk/examples/simple/src/main/java/org/apache/accumulo/examples/simple/client/ReadWriteExample.java modified , text changed
Directoryaccumulo/trunk/examples/simple/src/main/java/org/apache/accumulo/examples/simple/client/RowOperations.java modified , text changed
Directoryaccumulo/trunk/examples/simple/src/main/java/org/apache/accumulo/examples/simple/client/SequentialBatchWriter.java modified , text changed
Directoryaccumulo/trunk/examples/simple/src/main/java/org/apache/accumulo/examples/simple/dirlist/FileCount.java modified , text changed
Directoryaccumulo/trunk/examples/simple/src/main/java/org/apache/accumulo/examples/simple/dirlist/Ingest.java modified , text changed
Directoryaccumulo/trunk/examples/simple/src/main/java/org/apache/accumulo/examples/simple/dirlist/QueryUtil.java modified , text changed
Directoryaccumulo/trunk/examples/simple/src/main/java/org/apache/accumulo/examples/simple/dirlist/Viewer.java modified , text changed
Directoryaccumulo/trunk/examples/simple/src/main/java/org/apache/accumulo/examples/simple/filedata/CharacterHistogram.java modified , text changed
Directoryaccumulo/trunk/examples/simple/src/main/java/org/apache/accumulo/examples/simple/filedata/FileDataIngest.java modified , text changed
Directoryaccumulo/trunk/examples/simple/src/main/java/org/apache/accumulo/examples/simple/filedata/FileDataQuery.java modified , text changed
Directoryaccumulo/trunk/examples/simple/src/main/java/org/apache/accumulo/examples/simple/helloworld/InsertWithBatchWriter.java modified , text changed
Directoryaccumulo/trunk/examples/simple/src/main/java/org/apache/accumulo/examples/simple/helloworld/InsertWithOutputFormat.java modified , text changed
Directoryaccumulo/trunk/examples/simple/src/main/java/org/apache/accumulo/examples/simple/helloworld/ReadData.java modified , text changed
Directoryaccumulo/trunk/examples/simple/src/main/java/org/apache/accumulo/examples/simple/isolation/InterferenceTest.java modified , text changed
Directoryaccumulo/trunk/examples/simple/src/main/java/org/apache/accumulo/examples/simple/mapreduce/RegexExample.java modified , text changed
Directoryaccumulo/trunk/examples/simple/src/main/java/org/apache/accumulo/examples/simple/mapreduce/RowHash.java modified , text changed
Directoryaccumulo/trunk/examples/simple/src/main/java/org/apache/accumulo/examples/simple/mapreduce/TableToFile.java modified , text changed
Directoryaccumulo/trunk/examples/simple/src/main/java/org/apache/accumulo/examples/simple/mapreduce/TeraSortIngest.java modified , text changed
Directoryaccumulo/trunk/examples/simple/src/main/java/org/apache/accumulo/examples/simple/mapreduce/UniqueColumns.java modified , text changed
Directoryaccumulo/trunk/examples/simple/src/main/java/org/apache/accumulo/examples/simple/mapreduce/WordCount.java modified , text changed
Directoryaccumulo/trunk/examples/simple/src/main/java/org/apache/accumulo/examples/simple/mapreduce/bulk/BulkIngestExample.java modified , text changed
Directoryaccumulo/trunk/examples/simple/src/main/java/org/apache/accumulo/examples/simple/mapreduce/bulk/GenerateTestData.java modified , text changed
Directoryaccumulo/trunk/examples/simple/src/main/java/org/apache/accumulo/examples/simple/mapreduce/bulk/SetupTable.java modified , text changed
Directoryaccumulo/trunk/examples/simple/src/main/java/org/apache/accumulo/examples/simple/mapreduce/bulk/VerifyIngest.java modified , text changed
Directoryaccumulo/trunk/examples/simple/src/main/java/org/apache/accumulo/examples/simple/shard/ContinuousQuery.java modified , text changed
Directoryaccumulo/trunk/examples/simple/src/main/java/org/apache/accumulo/examples/simple/shard/Index.java modified , text changed
Directoryaccumulo/trunk/examples/simple/src/main/java/org/apache/accumulo/examples/simple/shard/Query.java modified , text changed
Directoryaccumulo/trunk/examples/simple/src/main/java/org/apache/accumulo/examples/simple/shard/Reverse.java modified , text changed
Directoryaccumulo/trunk/examples/simple/src/test/java/org/apache/accumulo/examples/simple/dirlist/CountTest.java modified , text changed
Directoryaccumulo/trunk/fate/src/main/java/org/apache/accumulo/fate/util/LoggingRunnable.java modified , text changed
Directoryaccumulo/trunk/pom.xml modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/cli/ added
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/cli/ClientOnDefaultTable.java added
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/cli/ClientOnRequiredTable.java added
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/cli/ClientOpts.java added
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/fate/Admin.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/gc/SimpleGarbageCollector.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/logger/LogReader.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/master/EventCoordinator.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/master/Master.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/master/state/MergeStats.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/metanalysis/FindTablet.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/metanalysis/IndexMeta.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/metanalysis/PrintEvents.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/monitor/servlets/trace/Basic.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/tabletserver/EncodedBinaryTreePath.java deleted
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/tabletserver/TabletServer.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/BulkImportDirectory.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/CreateRFiles.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/CreateRandomRFile.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/CreateTestTable.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/GCLotsOfCandidatesTest.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/ListTables.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/NativeMapConcurrencyTest.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/QueryMetadataTable.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/TestBinaryRows.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/TestIngest.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/TestMultiTableIngest.java modified , text changed
Directoryaccumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/TestRandomDeletes.java modified , text changed
[...]

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26