Skip to content

Commit 11aaa69

Browse files
author
Szilard Nemeth
committed
SPARK-20327. style fixes
1 parent 7c3f186 commit 11aaa69

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/ResourceTypeHelper.scala

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,10 @@ object ResourceTypeHelper extends Logging {
111111
}
112112

113113
/**
114-
* Checks whether Hadoop 2.x or 3 is used as a dependency.
115-
* In case of Hadoop 3 and later,
116-
* the ResourceInformation class should be available on the classpath.
117-
*/
114+
* Checks whether Hadoop 2.x or 3 is used as a dependency.
115+
* In case of Hadoop 3 and later,
116+
* the ResourceInformation class should be available on the classpath.
117+
*/
118118
def isYarnResourceTypesAvailable(): Boolean = {
119119
try {
120120
Utils.classForName("org.apache.hadoop.yarn.api.records.ResourceInformation")

0 commit comments

Comments
 (0)