jorisvandenbossche commented on a change in pull request #10592:
URL: https://github.com/apache/arrow/pull/10592#discussion_r657772988



##########
File path: docs/source/python/filesystems.rst
##########
@@ -173,10 +173,12 @@ some environment variables.
 
   .. code-block:: shell
 
-      export CLASSPATH=`$HADOOP_HOME/bin/hdfs classpath --glob`
+      export CLASSPATH=`$HADOOP_HOME/bin/hadoop classpath --glob`
+      # or on Windows
+      %HADOOP_HOME%/bin/hadoop classpath --glob > %CLASSPATH%

Review comment:
       Do we have someone who can confirm this is correct / working for 
Windows? 




-- 
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:
[email protected]


Reply via email to