elasticity
Ruby-based programmatic access to Amazon's Elastic MapReduce service.
파일 탐색기
최종 버전 다운로드 (.zip)- application.rb
- aws_request_v4.rb
- aws_session.rb
- aws_utils.rb
- bootstrap_action.rb
- cluster_status.rb
- cluster_step_status.rb
- custom_jar_step.rb
- emr.rb
- ganglia_bootstrap_action.rb
- hadoop_bootstrap_action.rb
- hadoop_file_bootstrap_action.rb
- hive_step.rb
- instance_group.rb
- job_flow.rb
- job_flow_step.rb
- looper.rb
- pig_step.rb
- s3distcp_step.rb
- scalding_step.rb
- script_step.rb
- setup_hadoop_debugging_step.rb
- spark_step.rb
- streaming_step.rb
- sync_to_s3.rb
- version.rb
- elasticity.rb
- cluster_status_factory.rb
- cluster_step_status_factory.rb
- application_spec.rb
- aws_request_v4_spec.rb
- aws_session_spec.rb
- aws_utils_spec.rb
- bootstrap_action_spec.rb
- cluster_status_spec.rb
- cluster_step_status_spec.rb
- custom_jar_step_spec.rb
- emr_spec.rb
- ganglia_bootstrap_action_spec.rb
- hadoop_bootstrap_action_spec.rb
- hadoop_file_bootstrap_action_spec.rb
- hive_step_spec.rb
- instance_group_spec.rb
- job_flow_integration_spec.rb
- job_flow_spec.rb
- job_flow_step_spec.rb
- looper_spec.rb
- pig_step_spec.rb
- s3distcp_step_spec.rb
- scalding_step_spec.rb
- script_step_spec.rb
- setup_hadoop_debugging_step_spec.rb
- spark_step_spec.rb
- streaming_step_spec.rb
- sync_to_s3_spec.rb
- be_a_hash_including_matcher.rb
- factory_girl.rb
- spec_helper.rb
- .gitignore
- .rspec
- .ruby-gemset
- .ruby-version
- .travis.yml
- elasticity.gemspec
- Gemfile
- Guardfile
- HISTORY.md
- LICENSE
- Rakefile
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/rslifka/elasticity
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd elasticity
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Ruby gem 명령어를 쓰려면 Ruby가 필요합니다.
gem install elasticity
RubyGems에 배포된 패키지를 바로 설치합니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
