-
Type:
Sub-task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: spark-branch
-
Component/s: spark
-
Labels:None
Util.getLocalTestMode() currently only returns "tez_local" or "local".
I see that ~212 testcases do this check, and we are not running these tests against Spark at this point.
Currently all Spark tests run in local mode ("local" as a the Spark Cluster URL passed to JavaSparkContext), so we should enable these tests as well.
- links to