Nakul Sharma
Nakul Sharma

Reputation: 1

Resolving Error while installing pinot using mvn clean install

I am trying to install pinot after downloading the code from this repository.

I am executing via admin mode on win 7 64 bit the following command

mvn clean install -DskipTests -Pbin-dist

On github it was suggested to add following additional parameters to the above command

-Dcheckstyle.skip -Drat.numUnapprovedLicenses=1000

However, the above completed command read as

mvn clean install -DskipTests -Pbin-dist -Dcheckstyle.skip -Drat.numUnapprovedLicenses=1000

creates infinite loop of recompiling the files

The output is placed at github with the url text

Upvotes: 0

Views: 43

Answers (0)

Related Questions