You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by cg...@apache.org on 2021/04/11 12:40:47 UTC

[drill] branch master updated: DRILL-7270 Changed URLs from HTTP to secure HTTPS links and added checksums (#2195)

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

cgivre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git


The following commit(s) were added to refs/heads/master by this push:
     new 7a308f2  DRILL-7270 Changed URLs from HTTP to secure HTTPS links and added checksums (#2195)
7a308f2 is described below

commit 7a308f28deaee0f4654a0e811a31b60164903fef
Author: DanielT504 <62...@users.noreply.github.com>
AuthorDate: Sun Apr 11 05:40:33 2021 -0700

    DRILL-7270 Changed URLs from HTTP to secure HTTPS links and added checksums (#2195)
    
    * DRILL-7878 Fix LGTM errors
    
    * DRILL-7878 Fix LGTM errors
    
    * DRILL-7878 Fix LGTM errors
    
    * Update pom.xml
    
    * DRILL-7878 Fix LGTM errors
    
    # [DRILL-7878](https://issues.apache.org/jira/browse/DRILL-7878): Changed URLs from HTTP to secure HTTPS links and added checksums
    
    ## Description
    Changed links from HTTP to HTTPS to fix LGTM errors, and added checksums in cooperation with DRILL-7270
    
    ## Documentation
    none
    
    ## Testing
    Made sure updated URLs were still supported.
    
    Co-Authored-By: Dmytriy Grinchenko <49...@users.noreply.github.com>
    
    * Revert "DRILL-7888: query.json returns an incorrect error message when the query fails"
    
    This reverts commit 40460be6b958585982c3c7d2b7a35e89ccbfe34a.
    
    * Revert "Revert "DRILL-7888: query.json returns an incorrect error message when the query fails""
    
    This reverts commit 492e2b61111b692d1729a414193951ef37df0f8c.
    
    Co-authored-by: unknown <yo...@example.com>
    Co-authored-by: Dmytriy Grinchenko <49...@users.noreply.github.com>
---
 contrib/data/tpch-sample-data/pom.xml |  2 ++
 contrib/storage-kudu/pom.xml          |  1 +
 exec/jdbc-all/pom.xml                 | 15 ---------------
 pom.xml                               | 20 ++++++++++++++------
 4 files changed, 17 insertions(+), 21 deletions(-)

diff --git a/contrib/data/tpch-sample-data/pom.xml b/contrib/data/tpch-sample-data/pom.xml
index 4f6ef12..e1abbb7 100644
--- a/contrib/data/tpch-sample-data/pom.xml
+++ b/contrib/data/tpch-sample-data/pom.xml
@@ -64,9 +64,11 @@
       <url>https://oss.sonatype.org/content/groups/public</url>
       <snapshots>
         <enabled>true</enabled>
+        <checksumPolicy>fail</checksumPolicy>
       </snapshots>
       <releases>
         <enabled>true</enabled>
+        <checksumPolicy>fail</checksumPolicy>
       </releases>
     </pluginRepository>
   </pluginRepositories>
diff --git a/contrib/storage-kudu/pom.xml b/contrib/storage-kudu/pom.xml
index cef8989..98752f2 100644
--- a/contrib/storage-kudu/pom.xml
+++ b/contrib/storage-kudu/pom.xml
@@ -79,6 +79,7 @@
       <url>https://repository.apache.org/content/groups/snapshots/</url>
       <snapshots>
         <enabled>true</enabled>
+        <checksumPolicy>fail</checksumPolicy>
       </snapshots>
       <releases>
         <enabled>false</enabled>
diff --git a/exec/jdbc-all/pom.xml b/exec/jdbc-all/pom.xml
index 1d9e0a0..246bc29 100644
--- a/exec/jdbc-all/pom.xml
+++ b/exec/jdbc-all/pom.xml
@@ -551,21 +551,6 @@
     </plugins>
   </build>
 
-  <pluginRepositories>
-    <pluginRepository>
-      <id>onejar-maven-plugin.googlecode.com</id>
-      <url>http://onejar-maven-plugin.googlecode.com/svn/mavenrepo</url>
-    </pluginRepository>
-    <pluginRepository>
-      <id>scala-tools.org</id>
-      <name>Scala-tools Maven2 Repository</name>
-      <url>http://scala-tools.org/repo-releases</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </pluginRepository>
-  </pluginRepositories>
-
   <profiles>
       <profile>
         <id>mapr</id>
diff --git a/pom.xml b/pom.xml
index 28dd9d9..977b1fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,7 +35,7 @@
 
   <name>Drill : </name>
   <description>Apache Drill is an open source, low latency SQL query engine for Hadoop and NoSQL.</description>
-  <url>http://drill.apache.org/</url>
+  <url>https://drill.apache.org/</url>
 
   <properties>
     <maven.compiler.source>1.8</maven.compiler.source>
@@ -177,7 +177,7 @@
       <releases>
         <enabled>true</enabled>
         <updatePolicy>never</updatePolicy>
-        <checksumPolicy>warn</checksumPolicy>
+        <checksumPolicy>fail</checksumPolicy>
       </releases>
       <snapshots>
         <enabled>false</enabled>
@@ -186,9 +186,10 @@
 
     <repository>
       <id>mapr-releases</id>
-      <url>http://repository.mapr.com/maven/</url>
+      <url>https://repository.mapr.com/maven/</url>
       <releases>
         <enabled>true</enabled>
+        <checksumPolicy>fail</checksumPolicy>
       </releases>
       <snapshots>
         <enabled>false</enabled>
@@ -203,6 +204,7 @@
       </releases>
       <snapshots>
         <enabled>true</enabled>
+        <checksumPolicy>fail</checksumPolicy>
       </snapshots>
     </repository>
 
@@ -513,7 +515,7 @@
             <manifestEntries>
               <Extension-Name>org.apache.drill</Extension-Name>
               <Built-By>${user.name}</Built-By>
-              <url>http://drill.apache.org/</url>
+              <url>https://drill.apache.org/</url>
             </manifestEntries>
           </archive>
         </configuration>
@@ -3659,6 +3661,12 @@
         <repository>
           <id>cloudera</id>
           <url>https://repository.cloudera.com/artifactory/cloudera-repos/</url>
+          <releases>
+            <checksumPolicy>fail</checksumPolicy>
+          </releases>
+          <snapshots>
+            <checksumPolicy>fail</checksumPolicy>
+          </snapshots>
         </repository>
       </repositories>
     </profile>
@@ -3790,7 +3798,7 @@
           <releases>
             <enabled>true</enabled>
             <updatePolicy>always</updatePolicy>
-            <checksumPolicy>warn</checksumPolicy>
+            <checksumPolicy>fail</checksumPolicy>
           </releases>
           <snapshots>
             <enabled>false</enabled>
@@ -3799,7 +3807,7 @@
           </snapshots>
           <id>HDPReleases</id>
           <name>HDP Releases</name>
-          <url>http://repo.hortonworks.com/content/repositories/releases</url>
+          <url>https://repo.hortonworks.com/content/repositories/releases</url>
           <layout>default</layout>
         </repository>
       </repositories>