Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@ class ClientSuite extends SparkFunSuite with Matchers {
}

test("specify a more specific type for the application") {
// TODO (SPARK-31733) Make this test case pass with Hadoop-3.2
assume(!isYarnResourceTypesAvailable)
// When the type exceeds 20 characters will be truncated by yarn
val appTypes = Map(
1 -> ("", ""),
Expand Down