You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by cw...@apache.org on 2019/07/01 19:46:43 UTC

[incubator-druid] branch master updated: Rename io.druid to org.druid in tdigestsketch extension (#7996)

This is an automated email from the ASF dual-hosted git repository.

cwylie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/master by this push:
     new fb56f8d  Rename io.druid to org.druid in tdigestsketch extension (#7996)
fb56f8d is described below

commit fb56f8d53ccd0eada92b053d07e9e1b243753ad0
Author: Khwunchai Jaengsawang <kh...@ku.th>
AuthorDate: Tue Jul 2 02:46:35 2019 +0700

    Rename io.druid to org.druid in tdigestsketch extension (#7996)
    
    * Rename io.druid to org.druid in tdigestsketch extension
    
    * Fix typo
    
    Signed-off-by: Khwunchai Jaengsawang <kh...@ku.th>
    
    * Add packaging check for community extensions
    
    Signed-off-by: Khwunchai Jaengsawang <kh...@ku.th>
---
 .travis.yml                              | 2 +-
 distribution/pom.xml                     | 1 +
 extensions-contrib/tdigestsketch/pom.xml | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 8215525..2a2b08d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -51,7 +51,7 @@ matrix:
     - env:
         - NAME="packaging check"
       install: true
-      script: MAVEN_OPTS='-Xmx3000m' mvn -DskipTests -Dforbiddenapis.skip=true -Dcheckstyle.skip=true -Dpmd.skip=true -Dmaven.javadoc.skip=true -pl '!benchmarks' -B --fail-at-end clean install -Pdist
+      script: MAVEN_OPTS='-Xmx3000m' mvn -DskipTests -Dforbiddenapis.skip=true -Dcheckstyle.skip=true -Dpmd.skip=true -Dmaven.javadoc.skip=true -pl '!benchmarks' -B --fail-at-end clean install -Pdist -Pbundle-contrib-exts
 
       # processing module test
     - env:
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 3f2ae8b..d74d155 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -351,6 +351,7 @@
                                         <argument>org.apache.druid.extensions.contrib:druid-virtual-columns</argument>
                                         <argument>-c</argument>
                                         <argument>org.apache.druid.extensions.contrib:druid-moving-average-query</argument>
+                                        <argument>-c</argument>
                                         <argument>org.apache.druid.extensions.contrib:druid-tdigestsketch</argument>
                                     </arguments>
                                 </configuration>
diff --git a/extensions-contrib/tdigestsketch/pom.xml b/extensions-contrib/tdigestsketch/pom.xml
index b8b33c7..e6f25a7 100644
--- a/extensions-contrib/tdigestsketch/pom.xml
+++ b/extensions-contrib/tdigestsketch/pom.xml
@@ -29,7 +29,7 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
-  <groupId>io.druid.extensions.contrib</groupId>
+  <groupId>org.apache.druid.extensions.contrib</groupId>
   <artifactId>druid-tdigestsketch</artifactId>
   <name>tdigestsketch</name>
   <description>Druid extension for generating tdigest backed sketches</description>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org