Anton P
Anton P
@rschlussel updated version that addresses your comments. I also added a commit that fixed the `Connection reset` errors I was seeing while building the offline installer.
@rschlussel I put this on pause since we were seeing all those `UnixPoolConnectionError` I thought I would wait until we fixed the intermittent errors before going forward with this. I...
I don't think we should push out a new docker image for every build. It makes more sense to push something for every release.
@avalenti just to add to what @akshatnair said: you could build `presto-admin` yourself, get it from [the Teradata Presto website](www.teradata.com/presto) or you could get it from the [releases section of...
@Chaho12 you can actually hack around this by using the `plugin add_jar` command. See https://prestosql.github.io/presto-admin/docs/current/presto-admin-commands.html?highlight=properties#plugin-add-jar. For example if you want to deploy a local file called `my-file.txt` then you can...
@icanfly Teradata no longer actively maintains this project but we gladly accept pull requests from the community so many thanks for your pull request! I will review it sometime in...
@ebuildy no official documentation. I've never done this myself but *theoretically* this should work. You should log into every node in your cluster that has the Presto RPM installed and...
> Any support for Debian coming up? Unfortunately, I don't think anyone is actively working on this. You could make the plugin work with an installation of Presto from `tar.gz`...
Given that Presto runs on Ubuntu it shouldn't be too difficult to add that support. However, I'm afraid that work isn't on our current roadmap.
@jakovm -- if you're new to programming then this may not be a good place for you to start. Even though the programming needed to complete this task is trivial,...