Fix a typo in the Hadoop howto.
Change: 133894207
This commit is contained in:
parent
c7eac63d78
commit
e16dd877f5
@ -14,7 +14,7 @@ data to an HDFS path. For example:
|
||||
```python
|
||||
filename_queue = tf.train.string_input_producer([
|
||||
"hdfs://namenode:8020/path/to/file1.csv",
|
||||
"hdfs://namonode:8020/path/to/file2.csv",
|
||||
"hdfs://namenode:8020/path/to/file2.csv",
|
||||
])
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user