Viraj Jasani created HADOOP-16672: ------------------------------------- Summary: missing null check for UserGroupInformation while during IOSteam setup Key: HADOOP-16672 URL: https://issues.apache.org/jira/browse/HADOOP-16672 Project: Hadoop Common Issue Type: Bug Affects Versions: 3.3.0 Reporter: Viraj Jasani
While setting up IOStreams, we might end up with NPE if UserGroupInformation is null resulting from getTicket() call. Similar to other operations, we should add null check for ticket.doAs() call. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org