[GitHub] accumulo issue #189: ACCUMULO-4530 Stop generating docs/config.html

2016-12-06 Thread mikewalch
Github user mikewalch commented on the issue: https://github.com/apache/accumulo/pull/189 I updated the PR and stripped out the code used to generate html. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project d

Re: Write or Ingest bottleneck

2016-12-06 Thread hujs
Hello, I asked a few questions, 1, suppose I insert data into the 'a' table, each tserver in the cluster has at least one 'a' table of tablets, I use letters such as j, k as the split point. If I have four tserver A, B, C, D, A, B, C ingest rate can reach 90k, D ingest rate only can reach 50k, D ts

[GitHub] accumulo issue #180: Taking a crack at new summarization API

2016-12-06 Thread keith-turner
Github user keith-turner commented on the issue: https://github.com/apache/accumulo/pull/180 > For example, instead of delegating to the implementation on how these two Maps are merged, we then get to merge them ourselves (because we know how to combine these maps). How would

[GitHub] accumulo issue #180: Taking a crack at new summarization API

2016-12-06 Thread joshelser
Github user joshelser commented on the issue: https://github.com/apache/accumulo/pull/180 > How would we merge them? Thinking back to the visibility example, we combine the values for common keys between the maps and retain `N` entries with the largest values. Perhaps I didn'

[GitHub] accumulo issue #180: Taking a crack at new summarization API

2016-12-06 Thread keith-turner
Github user keith-turner commented on the issue: https://github.com/apache/accumulo/pull/180 > Perhaps I didn't do a good job of posing the question explicitly: is it possible to implement this merge generically? Are there cases which we could/should support which would require some s

[GitHub] accumulo pull request #189: ACCUMULO-4530 Stop generating docs/config.html

2016-12-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/accumulo/pull/189 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is en

[GitHub] accumulo pull request #190: Documentation updates

2016-12-06 Thread mikewalch
GitHub user mikewalch opened a pull request: https://github.com/apache/accumulo/pull/190 Documentation updates * Removed old HTML documentation. Did work in multiple commits to simplify review. * Improved docs of examples You can merge this pull request into a Git repository by

[GitHub] accumulo issue #190: Documentation updates

2016-12-06 Thread joshelser
Github user joshelser commented on the issue: https://github.com/apache/accumulo/pull/190 Gave it a glance, looks fine to me! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enab

[GitHub] accumulo pull request #190: Documentation updates

2016-12-06 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/accumulo/pull/190#discussion_r91125186 --- Diff: docs/src/main/resources/examples/index.md --- @@ -0,0 +1,99 @@ + +--- +title: Apache Accumulo Examples +--- + +## Setu

[GitHub] accumulo pull request #190: Documentation updates

2016-12-06 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/accumulo/pull/190#discussion_r91125407 --- Diff: docs/src/main/resources/timestamps.html --- @@ -1,160 +0,0 @@ - - --- End diff -- For all of these html files do you know

[GitHub] accumulo pull request #190: Documentation updates

2016-12-06 Thread mikewalch
Github user mikewalch commented on a diff in the pull request: https://github.com/apache/accumulo/pull/190#discussion_r91127750 --- Diff: docs/src/main/resources/examples/index.md --- @@ -0,0 +1,99 @@ + +--- +title: Apache Accumulo Examples +--- + +## Setup i

[GitHub] accumulo pull request #190: Documentation updates

2016-12-06 Thread mikewalch
Github user mikewalch commented on a diff in the pull request: https://github.com/apache/accumulo/pull/190#discussion_r91128687 --- Diff: docs/src/main/resources/timestamps.html --- @@ -1,160 +0,0 @@ - - --- End diff -- For every HTML file, similar content exist

[GitHub] accumulo pull request #190: Documentation updates

2016-12-06 Thread mikewalch
Github user mikewalch commented on a diff in the pull request: https://github.com/apache/accumulo/pull/190#discussion_r91133551 --- Diff: docs/src/main/resources/examples/index.md --- @@ -0,0 +1,99 @@ + +--- +title: Apache Accumulo Examples +--- + +## Setup i

Re: Write or Ingest bottleneck

2016-12-06 Thread Josh Elser
hujs wrote: Hello, I asked a few questions, 1, suppose I insert data into the 'a' table, each tserver in the cluster has at least one 'a' table of tablets, I use letters such as j, k as the split point. If I have four tserver A, B, C, D, A, B, C ingest rate can reach 90k, D ingest rate only can

[GitHub] accumulo pull request #190: Documentation updates

2016-12-06 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/accumulo/pull/190#discussion_r91138255 --- Diff: docs/src/main/resources/timestamps.html --- @@ -1,160 +0,0 @@ - - --- End diff -- SGTM --- If your project is set up fo

[GitHub] accumulo pull request #190: Documentation updates

2016-12-06 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/accumulo/pull/190#discussion_r91139202 --- Diff: docs/src/main/asciidoc/chapters/high_speed_ingest.txt --- @@ -92,8 +92,7 @@ Note that the paths referenced are directories within the same HD

[GitHub] accumulo pull request #190: Documentation updates

2016-12-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/accumulo/pull/190 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is en

[GitHub] accumulo issue #180: Taking a crack at new summarization API

2016-12-06 Thread keith-turner
Github user keith-turner commented on the issue: https://github.com/apache/accumulo/pull/180 I have been thinking about the case of a buggy summarizer and the possibility of adding an explicit version numbers to serializers. I decided that it adds a lot of complications and there is