Skip to content
This repository has been archived by the owner on Nov 16, 2019. It is now read-only.

Wiki typo #68

Closed
jsongcse opened this issue May 19, 2016 · 4 comments
Closed

Wiki typo #68

jsongcse opened this issue May 19, 2016 · 4 comments

Comments

@jsongcse
Copy link

jsongcse commented May 19, 2016

For YARN clusters, I think
hadoop fs -rm -r -f ${CAFFE_ON_SPARK}/mnist_features_result

should be
hadoop fs -rm -r -f hdfs:///mnist_features_result

@junshi15
Copy link
Collaborator

It works on our system. I thought "hdfs://" is prepended automatically if the HDFS is set properly.

@jsongcse
Copy link
Author

@junshi15 Oh, does it work on your system? I didn't know that.

But still, I think there should be uniformity among commands so that the manual will be easier to understand. For example, currently the two lines in the manual look like this:

hadoop fs -rm -f hdfs:///mnist.model
hadoop fs -rm -r -f ${CAFFE_ON_SPARK}/mnist_features_result

@junshi15
Copy link
Collaborator

sure, we will fix that in the next update. Or you are welcome to send a pull-request.

@anfeng
Copy link
Contributor

anfeng commented May 31, 2016

Thanks @jsongcse. YARN doc is now fixed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants