Skip to content

Commit

Permalink
I'm a bozo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jghoman committed Mar 19, 2012
1 parent 2be9072 commit 559db4a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -28,7 +28,7 @@
public class SecurePigWrapper { public class SecurePigWrapper {
public static void main(final String[] args) throws IOException, InterruptedException { public static void main(final String[] args) throws IOException, InterruptedException {
Logger logger = Logger.getRootLogger(); Logger logger = Logger.getRootLogger();
Properties p = new Properties(); Properties p = System.getProperties();
Configuration conf = new Configuration(); Configuration conf = new Configuration();


getProxiedUser(p, logger, conf).doAs(new PrivilegedExceptionAction<Void>() { getProxiedUser(p, logger, conf).doAs(new PrivilegedExceptionAction<Void>() {
Expand Down

0 comments on commit 559db4a

Please sign in to comment.