This is an automated email from the ASF dual-hosted git repository.
ctubbsii pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/fluo.git.
from 4207df4 fixed #954 Appended FLUO_JAVA_OPTS to JAVA_OPTS in
fluo-env.sh (#966)
new 22d17f9 Minor code cleanup and remove compiler warnings
new eb0889b Use NewTableConfiguration when creating tables
The 2 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 | 4 +-
.../fluo/accumulo/iterators/ColumnBuffer.java | 26 ++++---
.../iterators/GarbageCollectionIterator.java | 11 ++-
.../apache/fluo/accumulo/util/AccumuloProps.java | 7 +-
.../apache/fluo/accumulo/util/ColumnConstants.java | 6 +-
.../apache/fluo/accumulo/iterators/TestData.java | 2 +-
.../fluo/api/client/AbstractSnapshotBase.java | 2 +-
.../api/client/AbstractTransactionBaseTest.java | 2 +-
.../fluo/api/config/FluoConfigurationTest.java | 28 +++++---
.../fluo/cluster/runnable/OracleRunnable.java | 7 +-
.../fluo/cluster/runnable/WorkerRunnable.java | 7 +-
.../org/apache/fluo/cluster/runner/AppRunner.java | 8 +--
.../apache/fluo/cluster/runner/YarnAppRunner.java | 51 ++++++++------
.../org/apache/fluo/cluster/yarn/FluoTwillApp.java | 56 +++++++++------
.../org/apache/fluo/core/client/FluoAdminImpl.java | 82 +++++++++++++++-------
.../org/apache/fluo/core/impl/LockResolver.java | 7 +-
.../fluo/core/observer/v1/ObserverStoreV1.java | 57 ++++++++-------
.../apache/fluo/core/observer/v1/ObserversV1.java | 24 ++++---
.../fluo/core/observer/v2/ObserverStoreV2.java | 4 +-
.../core/worker/finder/hash/PartitionInfo.java | 9 ++-
.../fluo/core/worker/finder/hash/RangeSet.java | 9 ++-
.../fluo/core/observer/ObserverStoreTest.java | 7 +-
.../fluo/integration/accumulo/TimeskippingIT.java | 3 +-
.../fluo/integration/client/FluoAdminImplIT.java | 32 ++++++++-
.../fluo/integration/impl/ObserverConfigIT.java | 27 +++----
.../fluo/integration/impl/ReadLockFailureIT.java | 21 ++----
.../org/apache/fluo/integration/impl/WorkerIT.java | 3 +-
.../apache/fluo/integration/impl/ZKSecretIT.java | 8 +--
.../org/apache/fluo/integration/log/LogIT.java | 1 -
pom.xml | 2 +-
30 files changed, 299 insertions(+), 214 deletions(-)
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].