Uploaded image for project: 'Mahout'
  1. Mahout
  2. MAHOUT-1911

Fix Create Mahout Context after VCL Merge

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • None
    • 0.13.0
    • None
    • None

    Description

      While the VCL bindings were under development I commented out a large section of getMahoutContext() in SparkBindings/package.scala

      This code has been changed slightly so need to make sure it is replaced and working after rebasing and merging VCL.

      I.e.:

         // context specific jars
              val mcjars = findMahoutContextJars(closeables)
      
              if (log.isDebugEnabled) {
                log.debug("Mahout jars:")
                mcjars.foreach(j => log.debug(j))
              }
      
              sparkConf.setJars(jars = mcjars.toSeq ++ customJars)
              if (!(customJars.size > 0)) sparkConf.setJars(customJars.toSeq)
      
            } else {
              // In local mode we don't care about jars, do we?
              sparkConf.setJars(customJars.toSeq
      
      

      Attachments

        Issue Links

          Activity

            People

              Andrew_Palumbo Andrew Palumbo
              Andrew_Palumbo Andrew Palumbo
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: