Re: problem setting up multi-user cluster using locally-mounted shared filesystem

2012-05-17 Thread Ranjith
In the error messages below it points to a permissions related issue. Did you try changing the permissions as it was listed in the error message below. >> ERROR security.UserGroupInformation: PriviledgedActionException as:sbsuser >> cause:java.io.IOException: The ownership/permissions on the sta

problem setting up multi-user cluster using locally-mounted shared filesystem

2012-05-17 Thread Luca Pireddu
SorryI accidentally hit the send button on the last email. Hello all, we're trying to set up a multi-user MapReduce cluster that doesn't use HDFS. The idea is to use a central, shared JobTracker to which we add or remove task trackers as needed---a sort of in-house elastic MapReduce. Fo

problem setting up multi-user cluster using locally-mounted shared filesystem

2012-05-17 Thread Luca Pireddu
Hello all, we're trying to set up a multi-user MapReduce cluster that doesn't use HDFS. The idea is to use a central, shared JobTracker to which we add or remove task trackers as needed---a sort of in-house elastic MapReduce. Following the cluster setup documentation (https://hadoop.apache.