-
- Downloads
Do not copy local jars given to SparkContext in yarn mode since the Context is...
Do not copy local jars given to SparkContext in yarn mode since the Context is not running on local. This bug causes failure when jars can not be found. Example codes (such as spark.examples.SparkPi) can not work without this fix under yarn mode.
Please register or sign in to comment