Github user andrewor14 commented on the pull request: https://github.com/apache/spark/pull/11888#issuecomment-203665311 <img width="547" alt="screen shot 2016-03-30 at 3 16 08 pm" src="https://cloud.githubusercontent.com/assets/2133137/14159586/68f1d598-f68b-11e5-9e1d-0aa4b34a3910.png"> <img width="684" alt="screen shot 2016-03-30 at 3 16 47 pm" src="https://cloud.githubusercontent.com/assets/2133137/14159589/6ca0057a-f68b-11e5-86b9-3dbf92aa713f.png"> ``` scala> df.count() 16/03/30 15:21:58 INFO SparkContext: Starting job: count at <console>:27 ... 16/03/30 15:21:58 INFO SparkDeploySchedulerBackend: Launching task 7 on executor id: 3 hostname: 192.168.0.209. 16/03/30 15:21:58 INFO SparkDeploySchedulerBackend: Launching task 8 on executor id: 0 hostname: 192.168.0.209. 16/03/30 15:21:58 INFO SparkDeploySchedulerBackend: Launching task 9 on executor id: 5 hostname: 192.168.0.209. 16/03/30 15:21:58 INFO SparkDeploySchedulerBackend: Launching task 10 on executor id: 1 hostname: 192.168.0.209. 16/03/30 15:21:58 INFO SparkDeploySchedulerBackend: Launching task 11 on executor id: 4 hostname: 192.168.0.209. 16/03/30 15:21:58 INFO SparkDeploySchedulerBackend: Launching task 12 on executor id: 2 hostname: 192.168.0.209. ```
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org