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 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 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
+
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 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 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 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 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 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 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 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 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:
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
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.
14 matches
Mail list logo