MLnick / hive-udf

Approximate cardinality estimation with HyperLogLog, as a Hive function
Apache License 2.0
42 stars 16 forks source link

maven-shade-plugin version issue #5

Open nicoPhil opened 10 years ago

nicoPhil commented 10 years ago

You have to edit the pom.xml and change the maven-shade-plugin version to 2.1:

org.apache.maven.plugins
            <artifactId>maven-shade-plugin</artifactId>
            <version>2.1</version>
MLnick commented 10 years ago

Hi

I'm afraid I'm not able to really actively maintain this at the moment. But any PR would be welcome :)

Nick — Sent from Mailbox

On Fri, Jun 27, 2014 at 10:14 AM, Nicolas Philippe notifications@github.com wrote:

You have to edit the pom.xml and change the maven-shade-plugin version to 2.1:

org.apache.maven.plugins
            <artifactId>maven-shade-plugin</artifactId>

2.1

Reply to this email directly or view it on GitHub: https://github.com/MLnick/hive-udf/issues/5