BytesWritable implicit conversion is correct | 2 ms | Passed |
Can still construct a new SparkContext after failing to construct a previous one | 47 ms | Passed |
Cancelling job group should not cause SparkContext to shutdown (SPARK-6414) | 1.1 sec | Passed |
Cancelling stages/jobs with custom reasons | 79 ms | Passed |
Check for multiple SparkContexts can be disabled via undocumented debug option | 94 ms | Passed |
Comma separated paths for newAPIHadoopFile/wholeTextFiles/binaryFiles (SPARK-7155) | 0.53 sec | Passed |
Default path for file based RDDs is properly set (SPARK-12517) | 0.13 sec | Passed |
Killing tasks that raise interrupted exception on cancel | 70 ms | Passed |
Killing tasks that raise runtime exception on cancel | 68 ms | Passed |
No exception when both num-executors and dynamic allocation set | 48 ms | Passed |
Only one SparkContext may be active at a time | 0.13 sec | Passed |
SPARK-17650: malformed url's throw exceptions before bricking Executors | 66 ms | Passed |
SPARK-22585 addJar argument without scheme is interpreted literally without url decoding | 74 ms | Passed |
Test getOrCreate | 0.1 sec | Passed |
add and list jar files | 59 ms | Passed |
add jar with invalid path | 0.13 sec | Passed |
addFile can be called twice with same file in local-mode (SPARK-16787) | 75 ms | Passed |
addFile can be called twice with same file in non-local-mode (SPARK-16787) | 0.19 sec | Passed |
addFile recursive can't add directories by default | 0.15 sec | Passed |
addFile recursive works | 0.11 sec | Passed |
addJar can be called twice with same file in local-mode (SPARK-16787) | 66 ms | Passed |
addJar can be called twice with same file in non-local-mode (SPARK-16787) | 0.23 sec | Passed |
assertNoOpenStreams should report open streams to help debugging | 22 ms | Passed |
basic case for addFile and listFiles | 0.12 sec | Passed |
cannot call addFile with different paths that have the same filename | 2.9 sec | Passed |
client mode with a k8s master url | 72 ms | Passed |
localProperties are inherited by spawned threads | 61 ms | Passed |
localProperties do not cross-talk between threads | 56 ms | Passed |
log level case-insensitive and reset log level | 59 ms | Passed |
register and deregister Spark listener from SparkContext | 46 ms | Passed |
stop() must not throw any exception | 70 ms | Passed |
support barrier execution mode under local mode | 74 ms | Passed |
support barrier execution mode under local-cluster mode | 15 sec | Passed |