You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2019/07/24 23:50:11 UTC

[accumulo-testing] branch master updated: Improve bulk CI docs (#104)

This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new 3d23c26  Improve bulk CI docs (#104)
3d23c26 is described below

commit 3d23c26795f0b1746d38fc2c53c8ebdcc6f50b31
Author: Keith Turner <kt...@apache.org>
AuthorDate: Wed Jul 24 19:50:06 2019 -0400

    Improve bulk CI docs (#104)
---
 docs/bulk-test.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/docs/bulk-test.md b/docs/bulk-test.md
index 17076e7..071cce8 100644
--- a/docs/bulk-test.md
+++ b/docs/bulk-test.md
@@ -30,6 +30,9 @@ for i in $(seq 1 10); do
   ./bin/cingest bulk /tmp/bt/$i
 done
 
+# Optionally, copy data before importing.  This can be useful in debugging problems.
+hadoop distcp hdfs://$NAMENODE/tmp/bt hdfs://$NAMENODE/tmp/bt-copy
+
 for i in $(seq 1 10); do
   (
     echo table ci
@@ -53,6 +56,12 @@ scan -t accumulo.metadata -b ~blip -e ~blip~
 scan -t accumulo.metadata -c loaded
 ```
 
+Additionally check that no rfiles exists in the source dir.
+
+```bash
+hadoop fs -ls -R /tmp/bt | grep rf
+```
+
 The referenced counts output by `cingest verify` should equal :
 
 ```