Nilanjan Raychaudhuri created SPARK-10338:
---------------------------------------------

             Summary: network/yarn is missing from sbt build
                 Key: SPARK-10338
                 URL: https://issues.apache.org/jira/browse/SPARK-10338
             Project: Spark
          Issue Type: Bug
          Components: Build, YARN
    Affects Versions: 1.5.0
            Reporter: Nilanjan Raychaudhuri


The following command fails with missing LoggingFactory class compilation 
error. I am running this on current master version.

build/sbt -Pyarn -Phadoop-2.3 assembly

One fix is to add the following to the respective pom.xml file

  <dependency>
   <groupId>org.slf4j</groupId>
     <artifactId>slf4j-api</artifactId>
      <scope>provided</scope>
    </dependency> 

I am not sure whether this compilation error only specific to sbt or mvn also 
has this problem.

And for sbt to recognize the network/yarn project we might also have to add the 
module to the parent pom.xml file.

wdyt?




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to