This is an automated email from the ASF dual-hosted git repository.
dzamo 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 339d4584db [MINOR-UPDATE]: Drop conjars repo and revert ci.yml runner
image to ubuntu-latest (#2782)
339d4584db is described below
commit 339d4584db18c4c5f561eef9b56ff11c14cf871b
Author: James Turton <[email protected]>
AuthorDate: Tue Apr 4 00:40:15 2023 +0200
[MINOR-UPDATE]: Drop conjars repo and revert ci.yml runner image to
ubuntu-latest (#2782)
* Add RPC and HTTP bind address lines to drill-override-example.conf.
* Revert ci.yml to ubuntu-latest.
* Move Splunk Maven repository declaration to
contrib/storage-splunk/pom.xml.
* Upgrade parquet to 1.12.3 and parquet-format to 2.9.0.
* Drop conjars repository.
* Set drill.version in drill-udf/pom.xml to 1.21.0.
---
.github/workflows/ci.yml | 2 +-
contrib/storage-splunk/pom.xml | 8 ++++++++
.../src/main/resources/drill-override-example.conf | 4 +++-
.../java-exec/src/test/resources/drill-udf/pom.xml | 2 +-
pom.xml | 24 ++--------------------
5 files changed, 15 insertions(+), 25 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b341fb6e3a..e83615ec90 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -28,7 +28,7 @@ on: [push, pull_request]
jobs:
build:
name: Main Build
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
timeout-minutes: 150
strategy:
matrix:
diff --git a/contrib/storage-splunk/pom.xml b/contrib/storage-splunk/pom.xml
index ac78467145..1286c97b12 100644
--- a/contrib/storage-splunk/pom.xml
+++ b/contrib/storage-splunk/pom.xml
@@ -33,6 +33,14 @@
<okhttp.version>4.5.0</okhttp.version>
</properties>
+ <repositories>
+ <repository>
+ <id>splunk-artifactory</id>
+ <name>Splunk Releases</name>
+ <url>https://splunk.jfrog.io/artifactory/ext-releases-local</url>
+ </repository>
+ </repositories>
+
<dependencies>
<dependency>
<groupId>org.apache.drill.exec</groupId>
diff --git a/distribution/src/main/resources/drill-override-example.conf
b/distribution/src/main/resources/drill-override-example.conf
index 35fcb1ccb7..e9dde901e7 100644
--- a/distribution/src/main/resources/drill-override-example.conf
+++ b/distribution/src/main/resources/drill-override-example.conf
@@ -44,7 +44,8 @@ drill.exec: {
threads: 1
}
},
- use.ip : false
+ use.ip : false,
+ bind_addr: 0.0.0.0
},
operator: {
packages += "org.apache.drill.exec.physical.config"
@@ -95,6 +96,7 @@ drill.exec: {
http: {
enabled: true,
ssl_enabled: false,
+ bind_addr: 0.0.0.0,
port: 8047
session_max_idle_secs: 3600, # Default value 1hr
cors: {
diff --git a/exec/java-exec/src/test/resources/drill-udf/pom.xml
b/exec/java-exec/src/test/resources/drill-udf/pom.xml
index 6b79425d5f..0d6372e25c 100644
--- a/exec/java-exec/src/test/resources/drill-udf/pom.xml
+++ b/exec/java-exec/src/test/resources/drill-udf/pom.xml
@@ -32,7 +32,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<jar.finalName>${project.name}</jar.finalName>
<custom.buildDirectory>${project.basedir}/target</custom.buildDirectory>
- <drill.version>1.17.0</drill.version>
+ <drill.version>1.21.0</drill.version>
<include.files>**/*.java</include.files>
<include.resources>**/*.conf</include.resources>
</properties>
diff --git a/pom.xml b/pom.xml
index 4d2075e23b..3b74b6f0cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,8 +51,8 @@
<shaded.guava.version>28.2-jre</shaded.guava.version>
<guava.version>30.1.1-jre</guava.version>
<forkCount>1</forkCount>
- <parquet.version>1.12.2</parquet.version>
- <parquet.format.version>2.8.0</parquet.format.version>
+ <parquet.version>1.12.3</parquet.version>
+ <parquet.format.version>2.9.0</parquet.format.version>
<calcite.groupId>org.apache.calcite</calcite.groupId>
<calcite.version>1.34.0</calcite.version>
<avatica.version>1.23.0</avatica.version>
@@ -175,21 +175,6 @@
</mailingLists>
<repositories>
- <repository>
- <id>conjars</id>
- <name>Conjars</name>
- <url>https://conjars.org/repo</url>
- <layout>default</layout>
- <releases>
- <enabled>true</enabled>
- <updatePolicy>never</updatePolicy>
- <checksumPolicy>fail</checksumPolicy>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
-
<repository>
<id>mapr-releases</id>
<url>https://repository.mapr.com/maven/</url>
@@ -218,11 +203,6 @@
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
- <repository>
- <id>splunk-artifactory</id>
- <name>Splunk Releases</name>
- <url>https://splunk.jfrog.io/artifactory/ext-releases-local</url>
- </repository>
</repositories>
<issueManagement>