Skip to content

Commit

Permalink
Specify this change as twitter specific in comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcfocus committed Jan 26, 2019
1 parent 77bcade commit c87e185
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,10 @@ public int executeInChildVM(DriverContext driverContext) {
// }

//Clear system property HADOOP_USER_NAME for child process, to avoid exception
// raised for HADOOP_USER_NAME_UNSUPPORTED
// raised for HADOOP_USER_NAME_UNSUPPORTED. This is to adapt to a specific change on Hadoop
// cluster at Twitter, where login method of using HADOOP_USER_NAME through environment
// variable or system property is disabled. Non-null values of HADOOP_USER_NAME would raise
// exception.
// This will be used by hadoop only in unsecure(/non kerberos) mode
System.clearProperty("HADOOP_USER_NAME");

Expand Down

0 comments on commit c87e185

Please sign in to comment.