We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c3f186 commit 11aaa69Copy full SHA for 11aaa69
resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/ResourceTypeHelper.scala
@@ -111,10 +111,10 @@ object ResourceTypeHelper extends Logging {
111
}
112
113
/**
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
- */
+ * Checks whether Hadoop 2.x or 3 is used as a dependency.
+ * In case of Hadoop 3 and later,
+ * the ResourceInformation class should be available on the classpath.
+ */
118
def isYarnResourceTypesAvailable(): Boolean = {
119
try {
120
Utils.classForName("org.apache.hadoop.yarn.api.records.ResourceInformation")
0 commit comments