presto-admin
A tool to install, configure and manage Presto installations
파일 탐색기
최종 버전 다운로드 (.zip)- build-artifacts-in-docker.sh
- ci-basic.sh
- ci-product.sh
- install-docker.sh
- advanced-installation-options.rst
- java-installation.rst
- presto-admin-configuration.rst
- presto-admin-installation.rst
- presto-admin-upgrade.rst
- presto-catalog-installation.rst
- presto-cli-installation.rst
- presto-configuration.rst
- presto-port-configuration.rst
- presto-server-installation.rst
- troubleshooting-installation.rst
- release-0.1.0.rst
- release-1.1.rst
- release-1.2.rst
- release-1.3.rst
- release-1.4.rst
- release-1.5.rst
- release-2.0.rst
- release-2.1.rst
- release-2.2.rst
- release-2.3.rst
- conf.py
- contributing.rst
- emr.rst
- index.rst
- Makefile
- presto-admin-cli-options.rst
- presto-admin-commands.rst
- quick-start-guide.rst
- release.rst
- software-requirements.rst
- ssh-configuration.rst
- user-guide.rst
- __init__.py
- bdist_prestoadmin.py
- install-prestoadmin.template
- __init__.py
- config.py
- __init__.py
- all_write_handler.py
- application.py
- base_config.py
- constants.py
- exception.py
- fabric_application.py
- fabricapi.py
- filesystem.py
- hiddenoptgroup.py
- httpscacertconnection.py
- local_config_util.py
- parser.py
- presto_config.py
- remote_config_util.py
- validators.py
- version_util.py
- __init__.py
- config.py
- server.py
- slider.py
- __init__.py
- _version.py
- catalog.py
- collect.py
- config.py
- configure_cmds.py
- coordinator.py
- deploy.py
- fabric_patches.py
- file.py
- main.py
- mode.py
- node.py
- package.py
- plugin.py
- presto-admin-logging.ini
- presto_conf.py
- prestoclient.py
- server.py
- topology.py
- workers.py
- presto-admin-logging.ini
- __init__.py
- test_application.py
- __init__.py
- configuration_show_config.txt
- configuration_show_default.txt
- configuration_show_default_master_slave1.txt
- configuration_show_default_slave2_slave3.txt
- configuration_show_down_node.txt
- configuration_show_jvm.txt
- configuration_show_log.txt
- configuration_show_log_none.txt
- configuration_show_node.txt
- configuration_show_none.txt
- dummy-rpm.rpm
- install-admin.sh
- install_twice.txt
- invalid_json.json
- non_root_sudo_warning_text.txt
- non_sudo_uninstall.txt
- parallel_password_failure.txt
- slider-assembly-0.80.0-incubating-all.tar.gz
- uninstall_twice.txt
- __init__.py
- presto_installer.py
- test_installation.py
- __init__.py
- base_product_case.py
- base_test_installer.py
- cluster_types.py
- config_dir_utils.py
- constants.py
- image_builder.py
- mode_installers.py
- prestoadmin_installer.py
- test_authentication.py
- test_catalog.py
- test_collect.py
- test_configuration.py
- test_control.py
- test_error_handling.py
- test_file.py
- test_offline_installer.py
- test_online_installer.py
- test_package_install.py
- test_plugin.py
- test_server_install.py
- test_server_uninstall.py
- test_server_upgrade.py
- test_status.py
- test_topology.py
- timing_test_decorator.py
- topology_installer.py
- __init__.py
- test_rpm.py
- empty.txt
- invalid.properties
- invalid_json_conf.json
- server_status_out.txt
- slider-extended-help.txt
- slider-help.txt
- standalone-extended-help.txt
- standalone-help.txt
- valid.config
- valid.properties
- valid_rest_response_level1.txt
- valid_rest_response_level2.txt
- __init__.py
- test_help.py
- __init__.py
- test_application.py
- test_base_config.py
- test_exception.py
- test_fabric_application.py
- test_fabricapi.py
- test_filesystem.py
- test_local_config_util.py
- test_parser.py
- test_remote_config_util.py
- test_validators.py
- test_version_util.py
- __init__.py
- test_help.py
- __init__.py
- base_unit_case.py
- test_base_test_case.py
- test_bdist_prestoadmin.py
- test_catalog.py
- test_collect.py
- test_config.py
- test_configure_cmds.py
- test_coordinator.py
- test_deploy.py
- test_expand.py
- test_fabric_patches.py
- test_file.py
- test_main.py
- test_package.py
- test_plugin.py
- test_presto_conf.py
- test_presto_config.py
- test_prestoclient.py
- test_server.py
- test_topology.py
- test_workers.py
- __init__.py
- bare_image_provider.py
- base_cluster.py
- base_installer.py
- base_test_case.py
- configurable_cluster.py
- docker_cluster.py
- no_hadoop_bare_image_provider.py
- __init__.py
- http.py
- semantic_version.py
- .gitignore
- .travis.yml
- base-images-tag.json
- CONTRIBUTING.rst
- LICENSE
- Makefile
- MANIFEST.in
- README.md
- release.py
- requirements.txt
- setup.cfg
- setup.py
- tox.ini
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/prestodb/presto-admin
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd presto-admin
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Python
쉬움 추천사전 준비물
pip install -r requirements.txt
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
python <실행할 파일명>.py # README에서 정확한 실행 파일명을 확인하세요
파이썬 스크립트(또는 모듈)를 실행합니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
3. Make
보통사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Make Linux/macOS는 보통 기본 설치되어 있습니다. Windows는 별도 설치(예: MSYS2, WSL)가 필요합니다.
make
생성된 빌드 설정을 바탕으로 실제 컴파일을 진행해 실행 파일을 만듭니다.
에러 없이 끝나면 성공입니다. 생성된 실행 파일을 직접 실행해보세요.
// repository documentation
Was this content helpful?
(0 ratings)
