USCDataScience/sparkler

Removing sparkler-app-0.2.0-SNAPSHOT.jar

misterpilou opened this issue · 8 comments

First i've got an issue with the sparkler-app-0.2.0-SNAPSHOT.jar so i deleted it, then i couldn't rebuild the project, Is there any particular reason to keep the sparkler-app-0.2.0-SNAPSHOT.jar.
Well fyi, removing the:

<dependency>
    <groupId>edu.usc.irds.sparkler</groupId>
    <artifactId>sparkler-api</artifactId>
    <version>0.2.0-SNAPSHOT</version>
</dependency>

from sparkler-app/pom.xml fix the issue, I'll do it myself if you confirm that it is not useful anymore & when i'll finish my work

Is there an utility with the sparkler-app/resources/log4j.properties file? As it is already in the conf directory

Mr. Pilou @misterpilou

  • the build works fine, I have tested it.
  • unless you know what you are doing with mxven, please do not edit pom.xml (not to remove sparkler-api dependency )
  • Looks like there is some setup issue in your environment.
  • make a fresh clone of this repository and and run mvn clean package
  • If maven reports failure, paste the maven build log to https://paste.apache.org/ and share the link here.

okay, and concerning sparkler-app/resources/log4j.properties?

oh do you mean sparkler-app/src/main/resources/log4j.properties?
That one is set to DEBUG, see log4j.logger.edu.usc.irds=DEBUG, meant for use during development time logs (my IntelliJ IDEA picks up this during development)

Then the one in conf directory, has log4j.logger.edu.usc.irds=INFO. It is meant for the final production deployment, and thus goes into final package.

Yes i mean that, okay i got it

I am interested in hearing if these log4j.properties files caused any trouble

No it didn't made any, i tried to use sparkler-app/src/main/resources dir before knowing that it was actually the conf dir to use as a resources

I hope this is resolved. If not please reopen it