reference-apps icon indicating copy to clipboard operation
reference-apps copied to clipboard

Examples force a fixed cores number for Spark local master

Open tashoyan opened this issue 8 years ago • 0 comments

Guidelines to run examples force user to run Spark local master with 4 cores: --master local[4] Real number of logical cores may differ from user to user. It would be better to let Spark decide how many cores it needs: --master local[*]

tashoyan avatar Oct 20 '16 11:10 tashoyan