Fix a typo in the Hadoop howto.

Change: 133894207
This commit is contained in:
Jonathan Hseu 2016-09-21 15:55:04 -08:00 committed by TensorFlower Gardener
parent c7eac63d78
commit e16dd877f5

View File

@ -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",
])
```