You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/src/main/java/org/apache/hadoop/yarn/server/timeline/TimelineDataManager.java
+11-27Lines changed: 11 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -361,53 +361,37 @@ public void putDomain(TimelineDomain domain,
361
361
362
362
/**
363
363
* Get a single domain of the particular ID. If callerUGI is not the owner
364
-
* or the admin of the domain, we need to hide the details from him, and
365
-
* only allow him to see the ID.
364
+
* or the admin of the domain, null will be returned.
Copy file name to clipboardExpand all lines: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/src/test/java/org/apache/hadoop/yarn/server/timeline/webapp/TestTimelineWebServices.java
+14-25Lines changed: 14 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -807,7 +807,7 @@ public void testGetDomain() throws Exception {
0 commit comments