You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/06/24 09:12:52 UTC

[GitHub] [arrow] jorisvandenbossche commented on a change in pull request #10592: ARROW-13141: [Python] Update HadoopFileSystem docs to clarify setting CLASSPATH env variable is required

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:
users@infra.apache.org