mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-07 00:20:20 +01:00
fix the error (#10293)
This commit is contained in:
parent
58747e357b
commit
cfdc22dee6
|
|
@ -46,7 +46,7 @@ be set:
|
|||
expanded as described in the libhdfs documentation:
|
||||
|
||||
```shell
|
||||
CLASSPATH=$($HADOOP_HDFS_HOME}/bin/hadoop classpath --glob) python your_script.py
|
||||
CLASSPATH=$(${HADOOP_HDFS_HOME}/bin/hadoop classpath --glob) python your_script.py
|
||||
```
|
||||
For older version of Hadoop/libhdfs (older than 2.6.0), you have to expand the
|
||||
classpath wildcard manually. For more details, see
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user