Re: Write or Ingest bottleneck

2016-12-07 Thread hujs
If a tsever ingests slowly, will it affect other tservers ingest rate? -- View this message in context: http://apache-accumulo.1065345.n5.nabble.com/Write-or-Ingest-bottleneck-tp19255p19385.html Sent from the Developers mailing list archive at Nabble.com.

Re: Write or Ingest bottleneck

2016-12-07 Thread Josh Elser
No. TabletServers are, for the most part, independent of other tabletservers. The only caveat is that they will need to send updates to the tabletserver hosting the accumulo.metadata table, but these are very small in comparison to the amount of data that you are writing. Architecturally, th

[GitHub] accumulo-examples pull request #1: ACCUMULO-4511 Adding examples from Accumu...

2016-12-07 Thread mikewalch
GitHub user mikewalch opened a pull request: https://github.com/apache/accumulo-examples/pull/1 ACCUMULO-4511 Adding examples from Accumulo repo * Created run.sh script for running examples * Fixed package names You can merge this pull request into a Git repository by running:

[GitHub] accumulo pull request #191: ACCUMULO-4511 Removed Accumulo Examples

2016-12-07 Thread mikewalch
GitHub user mikewalch opened a pull request: https://github.com/apache/accumulo/pull/191 ACCUMULO-4511 Removed Accumulo Examples * Moved code and documentation to new accumulo-examples repo * Updated references in user manual * Update README.md to reflect the change * Exa

[GitHub] accumulo issue #191: ACCUMULO-4511 Removed Accumulo Examples

2016-12-07 Thread mikewalch
Github user mikewalch commented on the issue: https://github.com/apache/accumulo/pull/191 See https://github.com/apache/accumulo-examples/pull/1 for corresponding PR to add examples to new repo. --- If your project is set up for it, you can reply to this email and have your reply app

[GitHub] accumulo-examples issue #1: ACCUMULO-4511 Adding examples from Accumulo repo

2016-12-07 Thread mikewalch
Github user mikewalch commented on the issue: https://github.com/apache/accumulo-examples/pull/1 See https://github.com/apache/accumulo/pull/191 for corresponding PR to remove examples from Accumulo repo --- If your project is set up for it, you can reply to this email and have your

[GitHub] accumulo-examples pull request #1: ACCUMULO-4511 Adding examples from Accumu...

2016-12-07 Thread ctubbsii
Github user ctubbsii commented on a diff in the pull request: https://github.com/apache/accumulo-examples/pull/1#discussion_r91396316 --- Diff: pom.xml --- @@ -0,0 +1,183 @@ + + +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";

[GitHub] accumulo-examples pull request #1: ACCUMULO-4511 Adding examples from Accumu...

2016-12-07 Thread ctubbsii
Github user ctubbsii commented on a diff in the pull request: https://github.com/apache/accumulo-examples/pull/1#discussion_r91397268 --- Diff: run.sh --- @@ -0,0 +1,21 @@ +#! /usr/bin/env bash + +# Licensed to the Apache Software Foundation (ASF) under one or more +

[GitHub] accumulo-examples pull request #1: ACCUMULO-4511 Adding examples from Accumu...

2016-12-07 Thread ctubbsii
Github user ctubbsii commented on a diff in the pull request: https://github.com/apache/accumulo-examples/pull/1#discussion_r91396018 --- Diff: pom.xml --- @@ -0,0 +1,183 @@ + + +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";

[GitHub] accumulo-examples pull request #1: ACCUMULO-4511 Adding examples from Accumu...

2016-12-07 Thread ctubbsii
Github user ctubbsii commented on a diff in the pull request: https://github.com/apache/accumulo-examples/pull/1#discussion_r91394543 --- Diff: .travis.yml --- @@ -0,0 +1,30 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agr

[GitHub] accumulo-examples pull request #1: ACCUMULO-4511 Adding examples from Accumu...

2016-12-07 Thread ctubbsii
Github user ctubbsii commented on a diff in the pull request: https://github.com/apache/accumulo-examples/pull/1#discussion_r91394140 --- Diff: .travis.yml --- @@ -0,0 +1,30 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agr

[GitHub] accumulo-examples pull request #1: ACCUMULO-4511 Adding examples from Accumu...

2016-12-07 Thread ctubbsii
Github user ctubbsii commented on a diff in the pull request: https://github.com/apache/accumulo-examples/pull/1#discussion_r91394902 --- Diff: README.md --- @@ -1 +1,107 @@ + # Apache Accumulo Examples + +## Setup instructions + +Before running any of the e

[GitHub] accumulo-examples pull request #1: ACCUMULO-4511 Adding examples from Accumu...

2016-12-07 Thread ctubbsii
Github user ctubbsii commented on a diff in the pull request: https://github.com/apache/accumulo-examples/pull/1#discussion_r91393717 --- Diff: .gitignore --- @@ -0,0 +1,6 @@ +.classpath +.project +.settings +target +*.iml +.idea --- End diff --

[GitHub] accumulo-examples pull request #1: ACCUMULO-4511 Adding examples from Accumu...

2016-12-07 Thread ctubbsii
Github user ctubbsii commented on a diff in the pull request: https://github.com/apache/accumulo-examples/pull/1#discussion_r91397755 --- Diff: run.sh --- @@ -0,0 +1,21 @@ +#! /usr/bin/env bash + +# Licensed to the Apache Software Foundation (ASF) under one or more +