Resolving Error while installing pinot using mvn clean install

33 Views Asked by At

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

0

There are 0 best solutions below