Re: Problems compiling HDFS FUSE on hadoop-0.20.203.0

2011-09-10 Thread Charles Earl
Finally entered the jira today. My first one, please excuse any departures from best practices. https://issues.apache.org/jira/browse/HDFS-2325 C On Sep 3, 2011, at 11:24 AM, Arun Murthy wrote: > Thanks Charles! > > Sent from my iPhone > > On Sep 3, 2011, at 5:41 AM, Charles Earl wrote: >

Re: Problems compiling HDFS FUSE on hadoop-0.20.203.0

2011-09-03 Thread Arun Murthy
Thanks Charles! Sent from my iPhone On Sep 3, 2011, at 5:41 AM, Charles Earl wrote: Arun, I have been able to get fuse-dfs to compile by changing the signature of hdfsConnectAsUser in src/c++/libhdfs/ from hdfsFS hdfsConnectAsUser(const char* host, tPort port, const char *user); to hdfsFS

Re: Problems compiling HDFS FUSE on hadoop-0.20.203.0

2011-09-03 Thread Charles Earl
Arun, I have been able to get fuse-dfs to compile by changing the signature of hdfsConnectAsUser in src/c++/libhdfs/ from hdfsFS hdfsConnectAsUser(const char* host, tPort port, const char *user); to hdfsFS hdfsConnectAsUser(const char* host, tPort port, const char *user, const char** groups

Re: Problems compiling HDFS FUSE on hadoop-0.20.203.0

2011-09-01 Thread Charles Earl
I was afraid you would say that. Yes, I will open jira. Charles On Sep 1, 2011, at 2:58 PM, Arun C Murthy wrote: > Charles, can you please open a jira? > > http://wiki.apache.org/hadoop/HowToContribute > > thanks, > Arun > > PS: We'd love a patch too! :) > > > On Sep 1, 2011, at 9:07 AM, Ch

Re: Problems compiling HDFS FUSE on hadoop-0.20.203.0

2011-09-01 Thread Arun C Murthy
Charles, can you please open a jira? http://wiki.apache.org/hadoop/HowToContribute thanks, Arun PS: We'd love a patch too! :) On Sep 1, 2011, at 9:07 AM, Charles Earl wrote: > Hi, > I noted there was a similar thread, it does not look as though it was > resolved, but I am still getting the e

Problems compiling HDFS FUSE on hadoop-0.20.203.0

2011-09-01 Thread Charles Earl
Hi, I noted there was a similar thread, it does not look as though it was resolved, but I am still getting the errors that were described. Is there any patch that will address this? Instructions at http://wiki.apache.org/hadoop/MountableHDFS followed $ ant compile-contrib -Dlibhdfs=1 -Dfusedfs=1