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 2017/10/19 17:53:05 UTC

[GitHub] milleruntime commented on a change in pull request #8: ACCUMULO-4725 Add rw-list to accumulo-testing

milleruntime commented on a change in pull request #8: ACCUMULO-4725 Add rw-list to accumulo-testing
URL: https://github.com/apache/accumulo-testing/pull/8#discussion_r145775217
 
 

 ##########
 File path: bin/accumulo-testing
 ##########
 @@ -223,6 +224,12 @@ ci-mapred)
   build_shade_jar
   "$HADOOP_PREFIX"/bin/yarn jar "$at_shaded_jar" "$ci_main" "$at_props"
   ;;
+rw-list)
+  echo "Available randomwalk modules:"
+  for x in $at_home/core/src/main/resources/randomwalk/modules/*.xml ; do
 
 Review comment:
   The module class looks on the classpath for these files.  

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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