Re: how to create symbolic link in hdfs with c++ code or webhdfs interface?

2013-12-15 Thread Xiaobin She
To Vinod, thank you for your reply, I found that I got this error message because I did not add the following property in the hdfs-site.xml file 28 property 29 nametest.SymlinkEnabledForTesting/name 30 valuetrue/value 31 /property now the problem is solved. thanks

Re: how to create symbolic link in hdfs with c++ code or webhdfs interface?

2013-12-15 Thread Azuryy Yu
Why enable test flag under non-test environment? On Mon, Dec 16, 2013 at 11:10 AM, Xiaobin She xiaobin...@gmail.com wrote: To Vinod, thank you for your reply, I found that I got this error message because I did not add the following property in the hdfs-site.xml file 28 property 29

how to create symbolic link in hdfs with c++ code or webhdfs interface?

2013-12-13 Thread Xiaobin She
I'm writting an c++ programme, and I need to deal with hdfs. What I need is to create some file in hdfs and read the status of these files. And I need to be able to create sym link in hdfs and need to know if an file in hdfs is an sym link file or not. According to what I have known, the c

Re: how to create symbolic link in hdfs with c++ code or webhdfs interface?

2013-12-13 Thread Vinod Kumar Vavilapalli
What version of Hadoop? Thanks, +Vinod On Dec 13, 2013, at 1:57 AM, Xiaobin She xiaobin...@gmail.com wrote: I'm writting an c++ programme, and I need to deal with hdfs. What I need is to create some file in hdfs and read the status of these files. And I need to be able to create sym link