henrar / LambdaStackProject

LambdaStackProject
0 stars 0 forks source link

Java signature security exception #12

Closed henrar closed 9 years ago

henrar commented 9 years ago

Probably related to way to new versions of libs that maven downloads than what our spark installation supports

henrar commented 9 years ago

POM file has been modified. Testing today to see if it was issue with it.

henrar commented 9 years ago

Currently there is a problem with TwitterUtils class not found at runtime. It is, however, found at compile time which suggests it is not adding properly to JAR file

henrar commented 9 years ago

Fixed now.

henrar commented 9 years ago

For future reference, excluding files META-INF/.SF, META-INF/.DSA, META-INF/*.RSA in pom.xml fixed this issue