Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change 
notification.

The "topology_rack_awareness_scripts" page has been changed by EdwardCapriolo.
http://wiki.apache.org/hadoop/topology_rack_awareness_scripts?action=diff&rev1=3&rev2=4

--------------------------------------------------

        result="${ar[1]}"
      fi
    done 
+   shift 
-   shift if [ -z "$result" ] ; then
+   if [ -z "$result" ] ; then
      echo -n "/default-rack "
    else
      echo -n "$result "

Reply via email to