You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2019/06/24 12:49:34 UTC

[GitHub] [accumulo-testing] milleruntime commented on a change in pull request #85: update bulk docs

milleruntime commented on a change in pull request #85: update bulk docs
URL: https://github.com/apache/accumulo-testing/pull/85#discussion_r296704764
 
 

 ##########
 File path: docs/bulk-test.md
 ##########
 @@ -24,15 +24,25 @@ for i in $(seq 1 10); do
   ./bin/cingest bulk /tmp/bt/$i
 done
 
-(
-  echo "table ci"
-  for i in $(seq 1 10); do
+for i in $(seq 1 10); do
+  (
+    echo table ci
     echo "importdirectory /tmp/bt/$i/files true"
-  done
-) | accumulo shell -u root -p secret
+  ) | accumulo shell -u root -p secret
+  sleep 5
+done
+
 ./bin/cingest verify
 ```
 
 Bulk ingest could be run concurrently with live ingest into the same table.  It
 could also be run while the agitator is running.
 
+After bulk imports complete, could run the following commands in the Accumulo shell
+to see if there are any blips or load markers.  There should not be any.
 
 Review comment:
   Should define what a BLIP is since technically it is an acronym. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services