[GitHub] busbey commented on issue #651: Correct how Continuous Ingest specifies the debug log file

2018-09-18 Thread GitBox
busbey commented on issue #651: Correct how Continuous Ingest specifies the debug log file URL: https://github.com/apache/accumulo/pull/651#issuecomment-422497962 for master branch, I believe this functionality moved to [accumulo-testing](https://github.com/apache/accumulo-testing) and

[GitHub] busbey closed pull request #651: Correct how Continuous Ingest specifies the debug log file

2018-09-18 Thread GitBox
busbey closed pull request #651: Correct how Continuous Ingest specifies the debug log file URL: https://github.com/apache/accumulo/pull/651 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As

Accumulo-Pull-Requests - Build # 1558 - Fixed

2018-09-18 Thread Apache Jenkins Server
The Apache Jenkins build system has built Accumulo-Pull-Requests (build #1558) Status: Fixed Check console output at https://builds.apache.org/job/Accumulo-Pull-Requests/1558/ to view the results.

[GitHub] keith-turner commented on a change in pull request #636: Create AccumuloClient, deprecate Connector

2018-09-18 Thread GitBox
keith-turner commented on a change in pull request #636: Create AccumuloClient, deprecate Connector URL: https://github.com/apache/accumulo/pull/636#discussion_r218517930 ## File path: core/src/main/java/org/apache/accumulo/core/client/ZooKeeperInstance.java ## @@ -112,7

[jira] [Commented] (ACCUMULO-4855) Parameter error in start-ingest.sh

2018-09-18 Thread Norbert Kalmar (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-4855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16619396#comment-16619396 ] Norbert Kalmar commented on ACCUMULO-4855: -- I've made a PR:

[jira] [Updated] (ACCUMULO-4855) Parameter error in start-ingest.sh

2018-09-18 Thread Norbert Kalmar (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-4855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norbert Kalmar updated ACCUMULO-4855: - Description: I was trying to run continuous ingest test, but run into an error: In

[jira] [Resolved] (ACCUMULO-4855) Parameter error in start-ingest.sh

2018-09-18 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-4855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey resolved ACCUMULO-4855. --- Resolution: Duplicate handled via GH PR #651 > Parameter error in start-ingest.sh >

[jira] [Updated] (ACCUMULO-4855) Parameter error in start-ingest.sh

2018-09-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-4855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ACCUMULO-4855: - Labels: pull-request-available (was: ) > Parameter error in start-ingest.sh >

[GitHub] nkalmar opened a new pull request #651: ACCUMULO-4855 - fix parameter error in start-ingest.sh

2018-09-18 Thread GitBox
nkalmar opened a new pull request #651: ACCUMULO-4855 - fix parameter error in start-ingest.sh URL: https://github.com/apache/accumulo/pull/651 This is an automated message from the Apache Git Service. To respond to the

[jira] [Created] (ACCUMULO-4855) Parameter error in start-ingest.sh

2018-09-18 Thread Norbert Kalmar (JIRA)
Norbert Kalmar created ACCUMULO-4855: Summary: Parameter error in start-ingest.sh Key: ACCUMULO-4855 URL: https://issues.apache.org/jira/browse/ACCUMULO-4855 Project: Accumulo Issue

[GitHub] milleruntime commented on a change in pull request #636: Create AccumuloClient, deprecate Connector

2018-09-18 Thread GitBox
milleruntime commented on a change in pull request #636: Create AccumuloClient, deprecate Connector URL: https://github.com/apache/accumulo/pull/636#discussion_r218503519 ## File path: core/src/main/java/org/apache/accumulo/core/client/ZooKeeperInstance.java ## @@ -112,7

[GitHub] milleruntime commented on a change in pull request #636: Create AccumuloClient, deprecate Connector

2018-09-18 Thread GitBox
milleruntime commented on a change in pull request #636: Create AccumuloClient, deprecate Connector URL: https://github.com/apache/accumulo/pull/636#discussion_r218503104 ## File path: core/src/main/java/org/apache/accumulo/core/client/Connector.java ## @@ -285,7 +283,7

[GitHub] milleruntime commented on a change in pull request #636: Create AccumuloClient, deprecate Connector

2018-09-18 Thread GitBox
milleruntime commented on a change in pull request #636: Create AccumuloClient, deprecate Connector URL: https://github.com/apache/accumulo/pull/636#discussion_r218501025 ## File path: core/src/main/java/org/apache/accumulo/core/Accumulo.java ## @@ -0,0 +1,38 @@ +/* + *

[GitHub] milleruntime commented on issue #636: Create AccumuloClient, deprecate Connector

2018-09-18 Thread GitBox
milleruntime commented on issue #636: Create AccumuloClient, deprecate Connector URL: https://github.com/apache/accumulo/pull/636#issuecomment-422457603 > Ok, so if its not done now then it can't be done later without also deferring the new builder methods? Yeah that is what I was

[GitHub] keith-turner commented on a change in pull request #636: Create AccumuloClient, deprecate Connector

2018-09-18 Thread GitBox
keith-turner commented on a change in pull request #636: Create AccumuloClient, deprecate Connector URL: https://github.com/apache/accumulo/pull/636#discussion_r218468209 ## File path: core/src/main/java/org/apache/accumulo/core/Accumulo.java ## @@ -0,0 +1,38 @@ +/* + *

[GitHub] keith-turner commented on issue #636: Create AccumuloClient, deprecate Connector

2018-09-18 Thread GitBox
keith-turner commented on issue #636: Create AccumuloClient, deprecate Connector URL: https://github.com/apache/accumulo/pull/636#issuecomment-422453116 > With the creation of new builder methods to make it easier to use, it made sense to do it now and put them in a new class. Ok,

[GitHub] milleruntime commented on issue #636: Create AccumuloClient, deprecate Connector

2018-09-18 Thread GitBox
milleruntime commented on issue #636: Create AccumuloClient, deprecate Connector URL: https://github.com/apache/accumulo/pull/636#issuecomment-422439275 > Why replace Connector with AccumuloClient? These are consequential changes and I found myself wondering if this could be done in 2.1.0.

[GitHub] keith-turner commented on a change in pull request #636: Create AccumuloClient, deprecate Connector

2018-09-18 Thread GitBox
keith-turner commented on a change in pull request #636: Create AccumuloClient, deprecate Connector URL: https://github.com/apache/accumulo/pull/636#discussion_r218469366 ## File path: core/src/main/java/org/apache/accumulo/core/client/Connector.java ## @@ -285,7 +283,7

[GitHub] keith-turner commented on a change in pull request #636: Create AccumuloClient, deprecate Connector

2018-09-18 Thread GitBox
keith-turner commented on a change in pull request #636: Create AccumuloClient, deprecate Connector URL: https://github.com/apache/accumulo/pull/636#discussion_r218468209 ## File path: core/src/main/java/org/apache/accumulo/core/Accumulo.java ## @@ -0,0 +1,38 @@ +/* + *

[GitHub] keith-turner commented on a change in pull request #636: Create AccumuloClient, deprecate Connector

2018-09-18 Thread GitBox
keith-turner commented on a change in pull request #636: Create AccumuloClient, deprecate Connector URL: https://github.com/apache/accumulo/pull/636#discussion_r218466434 ## File path: minicluster/src/main/java/org/apache/accumulo/minicluster/MiniAccumuloCluster.java ##

[GitHub] keith-turner commented on a change in pull request #636: Create AccumuloClient, deprecate Connector

2018-09-18 Thread GitBox
keith-turner commented on a change in pull request #636: Create AccumuloClient, deprecate Connector URL: https://github.com/apache/accumulo/pull/636#discussion_r218475155 ## File path: core/src/main/java/org/apache/accumulo/core/Accumulo.java ## @@ -0,0 +1,38 @@ +/* + *

[GitHub] keith-turner commented on a change in pull request #636: Create AccumuloClient, deprecate Connector

2018-09-18 Thread GitBox
keith-turner commented on a change in pull request #636: Create AccumuloClient, deprecate Connector URL: https://github.com/apache/accumulo/pull/636#discussion_r218472483 ## File path: core/src/main/java/org/apache/accumulo/core/client/ZooKeeperInstance.java ## @@ -112,7

[GitHub] keith-turner commented on a change in pull request #636: Create AccumuloClient, deprecate Connector

2018-09-18 Thread GitBox
keith-turner commented on a change in pull request #636: Create AccumuloClient, deprecate Connector URL: https://github.com/apache/accumulo/pull/636#discussion_r218465734 ## File path: core/src/main/java/org/apache/accumulo/core/Accumulo.java ## @@ -0,0 +1,38 @@ +/* + *

[GitHub] keith-turner commented on a change in pull request #636: Create AccumuloClient, deprecate Connector

2018-09-18 Thread GitBox
keith-turner commented on a change in pull request #636: Create AccumuloClient, deprecate Connector URL: https://github.com/apache/accumulo/pull/636#discussion_r218464716 ## File path: core/src/main/java/org/apache/accumulo/core/client/Connector.java ## @@ -33,6 +29,8 @@

[GitHub] keith-turner commented on a change in pull request #636: Create AccumuloClient, deprecate Connector

2018-09-18 Thread GitBox
keith-turner commented on a change in pull request #636: Create AccumuloClient, deprecate Connector URL: https://github.com/apache/accumulo/pull/636#discussion_r218468796 ## File path: core/src/main/java/org/apache/accumulo/core/client/ClientConfiguration.java ## @@

[GitHub] keith-turner edited a comment on issue #650: Provide means to determine if bulk import was successful

2018-09-18 Thread GitBox
keith-turner edited a comment on issue #650: Provide means to determine if bulk import was successful URL: https://github.com/apache/accumulo/issues/650#issuecomment-422409536 Instead of returning the tx id, we could allow the user to set an informational string when they create a bulk

[GitHub] keith-turner commented on issue #650: Provide means to determine if bulk import was successful

2018-09-18 Thread GitBox
keith-turner commented on issue #650: Provide means to determine if bulk import was successful URL: https://github.com/apache/accumulo/issues/650#issuecomment-422409536 Instead of returning the tx id, we could allow the user to set an informational string when they create a bulk import.

[GitHub] jmark99 commented on issue #573: Add splits to table at table creation.

2018-09-18 Thread GitBox
jmark99 commented on issue #573: Add splits to table at table creation. URL: https://github.com/apache/accumulo/issues/573#issuecomment-422374442 Closed by PR #575 This is an automated message from the Apache Git Service. To

[GitHub] jmark99 closed issue #573: Add splits to table at table creation.

2018-09-18 Thread GitBox
jmark99 closed issue #573: Add splits to table at table creation. URL: https://github.com/apache/accumulo/issues/573 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[jira] [Resolved] (ACCUMULO-4807) Provide means to determine if bulk import was successful

2018-09-18 Thread Mark Owens (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-4807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Owens resolved ACCUMULO-4807. -- Resolution: Duplicate > Provide means to determine if bulk import was successful >

[jira] [Comment Edited] (ACCUMULO-4807) Provide means to determine if bulk import was successful

2018-09-18 Thread Mark Owens (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-4807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16619039#comment-16619039 ] Mark Owens edited comment on ACCUMULO-4807 at 9/18/18 12:21 PM: This

[jira] [Commented] (ACCUMULO-4807) Provide means to determine if bulk import was successful

2018-09-18 Thread Mark Owens (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-4807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16619039#comment-16619039 ] Mark Owens commented on ACCUMULO-4807: -- This ticket will be closed and replaced by GitHub issue  

[GitHub] jmark99 opened a new issue #650: Provide means to determine if bulk import was successful

2018-09-18 Thread GitBox
jmark99 opened a new issue #650: Provide means to determine if bulk import was successful URL: https://github.com/apache/accumulo/issues/650 One thing customers would like to be able to do is know whether a bulk import that was launched was successful. If a client launches a bulk import

[jira] [Assigned] (ACCUMULO-4807) Provide means to determine if bulk import was successful

2018-09-18 Thread Mark Owens (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-4807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Owens reassigned ACCUMULO-4807: Assignee: (was: Mark Owens) > Provide means to determine if bulk import was

[jira] [Commented] (ACCUMULO-4807) Provide means to determine if bulk import was successful

2018-09-18 Thread Mark Owens (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-4807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16619023#comment-16619023 ] Mark Owens commented on ACCUMULO-4807: -- [~etcoleman], in that case I will remove myself as

[jira] [Commented] (ACCUMULO-4807) Provide means to determine if bulk import was successful

2018-09-18 Thread Ed Coleman (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-4807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16619002#comment-16619002 ] Ed Coleman commented on ACCUMULO-4807: -- Not directly - but I'm interested in taking a run at this