Skip to content

Commit

Permalink
DRILL-7270 Changed URLs from HTTP to secure HTTPS links and added che…
Browse files Browse the repository at this point in the history
…cksums (apache#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 <49441223+dgrinchenko@users.noreply.github.com>

* Revert "DRILL-7888: query.json returns an incorrect error message when the query fails"

This reverts commit 40460be.

* Revert "Revert "DRILL-7888: query.json returns an incorrect error message when the query fails""

This reverts commit 492e2b6.

Co-authored-by: unknown <you@example.com>
Co-authored-by: Dmytriy Grinchenko <49441223+dgrinchenko@users.noreply.github.com>
  • Loading branch information
3 people committed Apr 11, 2021
1 parent f05e75a commit 7a308f2
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 21 deletions.
2 changes: 2 additions & 0 deletions contrib/data/tpch-sample-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions contrib/storage-kudu/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
15 changes: 0 additions & 15 deletions exec/jdbc-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
20 changes: 14 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -177,7 +177,7 @@
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
<checksumPolicy>warn</checksumPolicy>
<checksumPolicy>fail</checksumPolicy>
</releases>
<snapshots>
<enabled>false</enabled>
Expand All @@ -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>
Expand All @@ -203,6 +204,7 @@
</releases>
<snapshots>
<enabled>true</enabled>
<checksumPolicy>fail</checksumPolicy>
</snapshots>
</repository>

Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -3790,7 +3798,7 @@
<releases>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
<checksumPolicy>warn</checksumPolicy>
<checksumPolicy>fail</checksumPolicy>
</releases>
<snapshots>
<enabled>false</enabled>
Expand All @@ -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>
Expand Down

0 comments on commit 7a308f2

Please sign in to comment.