Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MINOR-UPDATE]: Drop conjars repo and revert ci.yml runner image to ubuntu-latest #2782

Merged
merged 6 commits into from
Apr 3, 2023

Conversation

jnturton
Copy link
Contributor

@jnturton jnturton commented Mar 30, 2023

  • Set drill.version in drill-udf/pom.xml to 1.22.0-SNAPSHOT.
  • Drop conjars repository.
  • Upgrade parquet to 1.12.3 and parquet-format to 2.9.0.
  • Move Splunk Maven repository declaration to contrib/storage-splunk/pom.xml.
  • Revert ci.yml to ubuntu-latest.
  • Add RPC and HTTP bind address lines to drill-override-example.conf.

GtiHub have updated the Ubuntu 22.04 (latest) runner image again
and suggested that we test for the regression found in the 20220305
image.
@jnturton jnturton requested a review from cgivre March 30, 2023 08:46
@jnturton jnturton added minor-update backport-to-stable This bug fix is applicable to the latest stable release and should be considered for inclusion there labels Mar 30, 2023
@Lceeba
Copy link

Lceeba commented Mar 30, 2023 via email

@jnturton
Copy link
Contributor Author

It looks like the CI runs failed because conjars is unable to serve all the requests it's getting at the moment. I'm not sure whether to wait before trying again...

Copy link
Contributor

@cgivre cgivre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM +1

@jnturton
Copy link
Contributor Author

I guess we'll just have to try kicking the CI off again tomorrow to get confirmation that the ubuntu-latest works and should be merged.

@jnturton jnturton changed the title [MINOR-UPDATE]: Add bind address examples to drill-override-example.conf [MINOR-UPDATE]: Drop conjars repo and revert ci.yml runner image to ubuntu-latest Apr 3, 2023
@jnturton jnturton requested a review from cgivre April 3, 2023 16:10
@jnturton
Copy link
Contributor Author

jnturton commented Apr 3, 2023

@cgivre this can subsume #2785 .

Copy link
Contributor

@cgivre cgivre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM +1 Let's hope this fixes all the recent CI issues.

@rymarm
Copy link
Member

rymarm commented Apr 3, 2023

@jnturton I've checked my local maven repository and found that there are only 2 dependencies that were downloaded from conjars repository:

$ for file in `find ~/.m2/repository/ -name "_remote.repositories"`; do grep $file -e "conjars"; done
pentaho-aggdesigner-5.1.5-jhyde.pom>conjars=
pentaho-aggdesigner-algorithm-5.1.5-jhyde.pom>conjars=
pentaho-aggdesigner-algorithm-5.1.5-jhyde.jar>conjars=

But neither is used in Drill now. So yea, we can just remove redundant conjars repo.

@jnturton
Copy link
Contributor Author

jnturton commented Apr 3, 2023

Thanks for checking @rymarm .

@jnturton jnturton merged commit 339d458 into apache:master Apr 3, 2023
kingswanwho pushed a commit to kingswanwho/drill that referenced this pull request Apr 4, 2023
…buntu-latest (apache#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.
jnturton added a commit that referenced this pull request Apr 18, 2023
…buntu-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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-to-stable This bug fix is applicable to the latest stable release and should be considered for inclusion there minor-update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants