> On 28 Oct 2015, at 13:19, Bob Corsaro <[email protected]> wrote:
> 
> Has anyone successful built this? I'm trying to determine if there is a 
> defect in the source package or something strange about my environment. I get 
> a FileNotFound exception on MQTTUtils.class during the build of the MQTT 
> module. The only work around I've found is to remove the MQTT modules from 
> the pom.xml.

I saw this last week, and believe that the problem a race condition between the 
compiler and the maven-assembly-plugin  zip file for python tests; they can 
apparently start at the same time, and one fails because the files it's listed 
aren't quite there yet. SPARK-5155 would be the cause of this.

Fix: move the assembly code to its own profile and only invoke it if you want 
that feature

Com

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to