Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-1052

Spark on Mesos with CDH4.5.0 cannot start the Tasks properly

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.9.0
    • 0.9.1, 1.0.0
    • None
    • None

    Description

      Steps :
      Start the mesos cluster with the deb 0.15 from mesosphere.
      Install cdh 4.5.0.
      Start the spark-shell with this code :

      val data = 1 to 10000
      val distData = sc.parallelize(data)
      distData.filter(_< 10).collect()

      The tasks die because of an exception.

      It used to work with Spark 0.8.0

      Attachments

        Activity

          People

            bijaybisht Bijay Singh Bisht
            amiorin Alberto Miorin
            Votes:
            2 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: