presto-admin | A tool to install , configure and manage Presto installations

 by   prestosql Python Version: 2.11 License: Apache-2.0

kandi X-RAY | presto-admin Summary

kandi X-RAY | presto-admin Summary

presto-admin is a Python library typically used in Big Data, Hadoop applications. presto-admin has no bugs, it has no vulnerabilities, it has build file available, it has a Permissive License and it has low support. You can install using 'pip install presto-admin' or download it from GitHub, PyPI.

A tool to install, configure and manage Presto installations
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              presto-admin has a low active ecosystem.
              It has 12 star(s) with 11 fork(s). There are 12 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 2 open issues and 0 have been closed. On average issues are closed in 251 days. There are 1 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of presto-admin is 2.11

            kandi-Quality Quality

              presto-admin has no bugs reported.

            kandi-Security Security

              presto-admin has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              presto-admin is licensed under the Apache-2.0 License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              presto-admin releases are available to install and integrate.
              Deployable package is available in PyPI.
              Build file is available. You can build the component from source.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of presto-admin
            Get all kandi verified functions for this library.

            presto-admin Key Features

            No Key Features are available at this moment for presto-admin.

            presto-admin Examples and Code Snippets

            No Code Snippets are available at this moment for presto-admin.

            Community Discussions

            QUESTION

            Presto + query.max-memory-per-node configuration
            Asked 2019-Sep-10 at 05:00

            We not configured in our presto workers the parameter - query.max-memory-per-node

            From the log seems that the value for query.max-memory-per-node is set automatically

            ...

            ANSWER

            Answered 2019-Aug-08 at 18:17

            The default for query.max-memory-per-node is 10% of the available heap memory. The default for this property is set here:

            https://github.com/prestosql/presto/blob/master/presto-main/src/main/java/io/prestosql/memory/NodeMemoryConfig.java#L35

            IIRC we set the default value so you could have a few large queries running in a cluster. The exact number isn't clear from this value alone. If you take a look at the configurations in the file linked above you will see that the system first reserves 30% of the heap for "unaccounted memory allocations", because Presto doesn't track all allocations. Then the query.max-memory-per-node is only a limit on "user" memory, which is memory controllable by the query author such as group by and join hash tables. This value does not include input and output buffers which are automatically managed by Presto.

            With all of that put together, I would expect with the default values you can run 3-5 large queries concurrently on the code.

            As for how you want to set these, it really depends on your workload. If you expect to have a large mixed workload, the defaults may work for you. If you want to be able to dedicate the entire cluster to a single worker, you can increase the values to near the heap size (make sure to leave head room for untracked allocations).

            Source https://stackoverflow.com/questions/57418276

            QUESTION

            How do I install presto-admin on Dataproc cluster on GCP?
            Asked 2019-Mar-15 at 20:12

            I started my cluster as follows:

            ...

            ANSWER

            Answered 2018-Sep-05 at 12:12

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install presto-admin

            You can install using 'pip install presto-admin' or download it from GitHub, PyPI.
            You can use presto-admin like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/prestosql/presto-admin.git

          • CLI

            gh repo clone prestosql/presto-admin

          • sshUrl

            git@github.com:prestosql/presto-admin.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link