shipping tar files using -archives and permissions of exploded dir

2014-11-05 Thread Eugene Koifman
Hi, When I specify a tar file using -archives option, it is localized and exploded in current dir of the MR job. The permissions of this dir are drwxr-xr-x and the owner is not the user submitting the job. Is there a way to control what these permission look like? -- Thanks, Eugene --

PseudoAuthenticationHandler (HADOOP-10193)

2014-03-05 Thread Eugene Koifman
Hi, it used to be possible to submit a request to a sevlet using org.apache.hadoop.hdfs.web.AuthFilter as POST specifying user.name(simple authentication) as a form parameter. For example, curl -X POST -d 'user.name=foo' 'http://' after https://issues.apache.org/jira/browse/HADOOP-10193,

setting mapred.task.timeout programmatically from client

2013-07-22 Thread Eugene Koifman
Hello, is there a way to set mapred.task.timeout programmatically from client? Thank you

Re: setting mapred.task.timeout programmatically from client

2013-07-22 Thread Eugene Koifman
org.apache.hadoop.conf.Configuration.setLong(String name, long value) API from conf or JobConf. Thanks Devaraj k -Original Message- From: Eugene Koifman [mailto:ekoif...@hortonworks.com] Sent: 23 July 2013 04:24 To: user@hadoop.apache.org Subject: setting mapred.task.timeout programmatically from client