Hi Sean,
This is from build log.  I made a master branch build earlier on this 
machine.Do you think, it needs a clean up of .m2 folder, that you suggested in 
onetime earlier ?Giving it another try, while you take a look at this.

[INFO] --- scala-maven-plugin:3.2.0:compile (scala-compile-first) @ 
spark-streaming-flume_2.10 ---
[WARNING] Zinc server is not available at port 3030 - reverting to normal 
incremental compile
[INFO] Using incremental compilation
[INFO] compiler plugin: 
BasicArtifact(org.scalamacros,paradise_2.10.4,2.0.1,null)
[INFO] Compiling 6 Scala sources and 1 Java source to 
/root/sources/github/spark/external/flume/target/scala-2
.10/classes...
[ERROR] 
/root/sources/github/spark/external/flume/src/main/scala/org/apache/spark/streaming/flume/FlumeBatchFe
tcher.scala:22: object Throwables is not a member of package 
com.google.common.base
[ERROR] import com.google.common.base.Throwables
[ERROR]        ^
[ERROR] 
/root/sources/github/spark/external/flume/src/main/scala/org/apache/spark/streaming/flume/FlumeBatchFe
tcher.scala:59: not found: value Throwables
[ERROR]           Throwables.getRootCause(e) match {
[ERROR]           ^
[ERROR] 
/root/sources/github/spark/external/flume/src/main/scala/org/apache/spark/streaming/flume/FlumePolling
InputDStream.scala:26: object util is not a member of package com.google.common
[ERROR] import com.google.common.util.concurrent.ThreadFactoryBuilder
[ERROR]                          ^
[ERROR] 
/root/sources/github/spark/external/flume/src/main/scala/org/apache/spark/streaming/flume/FlumePolling
InputDStream.scala:69: not found: type ThreadFactoryBuilder
[ERROR]     Executors.newCachedThreadPool(new 
ThreadFactoryBuilder().setDaemon(true).
[ERROR]                                       ^
[ERROR] 
/root/sources/github/spark/external/flume/src/main/scala/org/apache/spark/streaming/flume/FlumePolling
InputDStream.scala:76: not found: type ThreadFactoryBuilder
[ERROR]     new ThreadFactoryBuilder().setDaemon(true).setNameFormat("Flume 
Receiver Thread - %d").build())
[ERROR]         ^
[ERROR] 5 errors found
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Spark Project Parent POM ........................... SUCCESS [ 15.894 s]
[INFO] Spark Project Networking ........................... SUCCESS [ 20.801 s]
[INFO] Spark Project Shuffle Streaming Service ............ SUCCESS [ 18.111 s]
[INFO] Spark Project Core ................................. SUCCESS [08:09 min]
[INFO] Spark Project Bagel ................................ SUCCESS [ 43.592 s]
[INFO] Spark Project GraphX ............................... SUCCESS [01:55 min]
[INFO] Spark Project Streaming ............................ SUCCESS [03:02 min]
[INFO] Spark Project Catalyst ............................. SUCCESS [02:59 min]
[INFO] Spark Project SQL .................................. SUCCESS [03:09 min]
[INFO] Spark Project ML Library ........................... SUCCESS [03:24 min]
[INFO] Spark Project Tools ................................ SUCCESS [ 24.816 s]
[INFO] Spark Project Hive ................................. SUCCESS [02:14 min]
[INFO] Spark Project REPL ................................. SUCCESS [01:12 min]
[INFO] Spark Project YARN Parent POM ...................... SUCCESS [  6.080 s]
[INFO] Spark Project YARN Stable API ...................... SUCCESS [01:27 min]
[INFO] Spark Project Assembly ............................. SUCCESS [01:22 min]
[INFO] Spark Project External Twitter ..................... SUCCESS [ 35.881 s]
[INFO] Spark Project External Flume Sink .................. SUCCESS [ 39.561 s]
[INFO] Spark Project External Flume ....................... FAILURE [ 11.212 s]
[INFO] Spark Project External MQTT ........................ SKIPPED
[INFO] Spark Project External ZeroMQ ...................... SKIPPED
[INFO] Spark Project External Kafka ....................... SKIPPED
[INFO] Spark Project Examples ............................. SKIPPED
[INFO] Spark Project YARN Shuffle Service ................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 32:36 min
[INFO] Finished at: 2015-04-16T23:02:18-07:00
[INFO] Final Memory: 91M/2043M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
net.alchim31.maven:scala-maven-plugin:3.2.0:compile (scala-compile-first) on pr
oject spark-streaming-flume_2.10: Execution scala-compile-first of goal 
net.alchim31.maven:scala-maven-plugin:
3.2.0:compile failed. CompileFailed -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :spark-streaming-flume_2.10 

Thanking you.

With Regards
Sree 


     On Friday, April 17, 2015 1:08 AM, Sean Owen <so...@cloudera.com> wrote:
   

 Sree that doesn't show any error, so it doesn't help. I built with the
same flags when I tested and it succeeded.

On Fri, Apr 17, 2015 at 8:53 AM, Sree V <sree_at_ch...@yahoo.com.invalid> wrote:
> Sorry, I couldn't catch up before closing the voting.If it still counts, mvn 
> package fails (1).  And didn't run test (2).  So, -1.1.mvn -Phadoop-2.4 
> -Pyarn -Phive -Phive-0.13.1 -Dhadoop.version=2.6.0 -DskipTests clean package
> 2. mvn -Phadoop-2.4 -Pyarn -Phive -Phive-0.13.1 -Dhadoop.version=2.6.0 test
> Error:
> [INFO] Spark Project External Flume Sink .................. SUCCESS [ 39.561 
> s]
> [INFO] Spark Project External Flume ....................... FAILURE [ 11.212 
> s]
> [INFO] Spark Project External MQTT ........................ SKIPPED
> [INFO] Spark Project External ZeroMQ ...................... SKIPPED
> [INFO] Spark Project External Kafka ....................... SKIPPED
> [INFO] Spark Project Examples ............................. SKIPPED
> [INFO] Spark Project YARN Shuffle Service ................. SKIPPED
>
>
> Thanking you.
>
> With Regards
> Sree
>


  

Reply via email to