Skip to content

Commit

Permalink
[#167] [cosmos] [Quick Start Guide] Fix issues raised during code review
Browse files Browse the repository at this point in the history
  • Loading branch information
frbattid committed Apr 19, 2016
1 parent 201ca72 commit 5befe50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manuals/quick_start_guide_new.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ The above command just has started the uploading operation. As can be seen, the

location: http://dev-fiwr-svc-01.tid.es:14000/webhdfs/v1/user/frb/testdir/testdata.txt?op=CREATE&user.name=frb&data=true

That's becasue the first operation only created the new `hdfs:///user/testdir/testdata.txt` HDFS file in the Namenode; not it is time to upload the data bytes to the Datanodes, and that's achieved by PUTting again the local `testdata.txt` file in the redirection URL:
That's because the first operation only created the new `hdfs:///user/testdir/testdata.txt` HDFS file in the Namenode; not it is time to upload the data bytes to the Datanodes, and that's achieved by PUTting again the local `testdata.txt` file in the redirection URL:

```
$ curl -v -X PUT -T testdata.txt "http://dev-fiwr-svc-01.tid.es:14000/webhdfs/v1/user/frb/testdir/testdata.txt?op=CREATE&user.name=frb&data=true" -H "Content-Type: application/octet-stream" -H "X-Auth-token: 3azH09G1PdaGmgBNODLOtxy52f5a00"
Expand Down

0 comments on commit 5befe50

Please sign in to comment.