This is an automated email from the ASF dual-hosted git repository.
mwalch pushed a commit to branch 1.9
in repository https://gitbox.apache.org/repos/asf/accumulo-testing.git
The following commit(s) were added to refs/heads/1.9 by this push:
new b2a8c6f Fixes #16 - Could not run continuous ingest (#18)
b2a8c6f is described below
commit b2a8c6f2f77d3f76f4d9b7a3b7ca3a3acd287915
Author: Mike Walch <[email protected]>
AuthorDate: Thu Jul 12 14:48:30 2018 -0400
Fixes #16 - Could not run continuous ingest (#18)
* Upgraded Twill to 0.12.1 to fix issue
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 1929ffb..6dbebc5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
<hadoop.version>2.6.4</hadoop.version>
<zookeeper.version>3.4.9</zookeeper.version>
<slf4j.version>1.7.21</slf4j.version>
- <twill.version>0.9.0</twill.version>
+ <twill.version>0.12.1</twill.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<formatter.config>${project.parent.basedir}/contrib/Eclipse-Accumulo-Codestyle.xml</formatter.config>