Re: Writing to SequenceFile fails

2012-02-21 Thread Mohit Anchlia
I am past this error. Looks like I needed to use CDH libraries. I changed my maven repo. Now I am stuck at *org.apache.hadoop.security.AccessControlException *since I am not writing as user that owns the file. Looking online for solutions On Tue, Feb 21, 2012 at 12:48 PM, Mohit Anchlia wrote: >

Re: Writing to SequenceFile fails

2012-02-21 Thread Harsh J
1. It is important to ensure your clients are on the same major version jars as your server. 2. You are probably looking for "hadoop fs -chown" and "hadoop fs -chmod" tools to modify permissions. On Wed, Feb 22, 2012 at 3:15 AM, Mohit Anchlia wrote: > I am past this error. Looks like I needed to