Skip to main content

Trino-admin installs, configures, and manages Trino/Presto installations.

Project description

https://img.shields.io/pypi/dm/trino-admin.svg https://img.shields.io/pypi/v/trino-admin.svg https://img.shields.io/pypi/pyversions/trino-admin.svg https://img.shields.io/pypi/implementation/trino-admin.svg Documentation Status

Trino-admin installs, configures, and manages Trino/Presto installations.

documentation can be found at https://trino-admin.readthedocs.io/en/latest/

Requirements

  1. Python 2.7

  2. Docker. (Only required for development, if you want to run the system tests)

    • If you DO NOT have Docker already installed, you can run the install-docker.sh script in the bin directory of this project. That script has only been tested on Ubuntu 14.04.

    • If you have Docker already installed, you need to make sure that your user has been added to the docker group. This will enable you to run commands without sudo, which is a requirement for some unit tests. To enable sudoless docker access run the following:

      $ sudo groupadd docker
      $ sudo gpasswd -a ${USER} docker
      $ sudo service docker restart

      If the user you added to the docker group is the same one you’re logged in as, you will need to log out and back in so that the changes can take effect.

  3. trino or presto command line (Optional)

Building

Trino-admin makes use of make as its build tool. make in turn calls out to various utilities (e.g. tox, flake8, sphinx-apidoc, python) in order to perform the requested actions.

In order to get started with trino-admin,

  1. Fork the trino-admin repo on GitHub,

    https://github.com/wgzhao/trino-admin.

  2. Clone your fork locally

    $ git clone git@github.com:your_name_here/trino-admin.git
  3. Install your local copy into a virtualenv. Assuming you have virtualenvwrapper installed, this is how you set up your fork for local development

    $ mkvirtualenv trinoadmin
    $ cd trinoadmin/
    $ python setup.py develop
  4. Create a branch for local development

    $ git checkout -b name-of-your-bugfix-or-feature

    Now you can make your changes locally.

  5. When you’re done making changes, check that your changes pass make clean lint test, which runs flake8 and the unit tests (which test both Python 2.6 and 2.7). To run the product tests (make test-all), you need docker installed. You may also need to run pip install wheel in your virtualenv. To install and start docker use

    $ wget -qO- https://get.docker.com/ | sh
    
    # Add current user to Docker group to run without sudo
    $ sudo gpasswd -a ${USER} docker
    $ sudo service docker restart

Building the installer

The two tasks used to build the trino-admin installer are dist and dist-offline. The dist task builds an installer that requires internet connectivity during installation. The dist-offline task builds an installer that does not require internet connectivity during installation. Instead the offline installer downloads all dependencies at build time and points pip to those dependencies during installation.

License

Free software: Apache License Version 2.0 (APLv2).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

trino-admin-2.16.linux-x86_64.tar.gz (137.3 kB view details)

Uploaded Source

Built Distribution

trino_admin-2.16-py2-none-any.whl (92.5 kB view details)

Uploaded Python 2

File details

Details for the file trino-admin-2.16.linux-x86_64.tar.gz.

File metadata

  • Download URL: trino-admin-2.16.linux-x86_64.tar.gz
  • Upload date:
  • Size: 137.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.7.1 requests/2.26.0 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/2.7.5

File hashes

Hashes for trino-admin-2.16.linux-x86_64.tar.gz
Algorithm Hash digest
SHA256 ce6a50f44d9ffb58a58cb75db7bf26ffe25da395ff138d11364017456f7c591b
MD5 0be96ba2729284983e19d241edd87491
BLAKE2b-256 ea001ef43c3b6acd16dc60ff19c602d497409da0eae1cadb8aa3df3aa57b086b

See more details on using hashes here.

File details

Details for the file trino_admin-2.16-py2-none-any.whl.

File metadata

  • Download URL: trino_admin-2.16-py2-none-any.whl
  • Upload date:
  • Size: 92.5 kB
  • Tags: Python 2
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.7.1 requests/2.26.0 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/2.7.5

File hashes

Hashes for trino_admin-2.16-py2-none-any.whl
Algorithm Hash digest
SHA256 db469c49cf4853d3c6b8ca5d759ab8e14882a38c0e48cc22662b0f221d03db64
MD5 77832ac7ca789c961e3492aa95b13896
BLAKE2b-256 ebe09c5ad02e8350b586c1f246133cdf306c5003daf2eeeb0303ecf46fc965a4

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page