Github user ctubbsii commented on a diff in the pull request:

    https://github.com/apache/accumulo/pull/227#discussion_r104251241
  
    --- Diff: assemble/bin/accumulo-util ---
    @@ -571,20 +570,17 @@ function load_jars_hdfs() {
       "$HADOOP_PREFIX/bin/hadoop" fs -rm "$SYSTEM_CONTEXT_HDFS_DIR/slf4j*.jar" 
 > /dev/null
       for f in $(grep -v '^#' "${conf}/tservers")
       do
    -    rsync -ra --delete "$ACCUMULO_HOME" "$(dirname "$ACCUMULO_HOME")"
    +    rsync -ra --delete "$basedir" "$(dirname "$basedir")"
    --- End diff --
    
    This rsync command is currently broken, and has been for some time. 
Probably should just remove it. I know you're just updating variable names 
here, but thought I'd mention it, in case you want to clean it up in a 
follow-on issue.


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to