指定された構成でAmazon EMRクラスタを作成します。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/emr/create-cluster.html
aws emr create-cluster --ami-version 3.3.1 \ |
AWS EMRでPrestoを動かしてshibからクエリ流してみる : http://akirachiku.com/post/2014-12-25-presto-hue-shib-on-awsemr/ |
aws emr create-cluster \ |
Installation: Amazon EMRFS | Axibase Time Series Database - ATSD : http://axibase.com/docs/atsd/installation/aws-emr-s3.html |
aws emr create-cluster --name ImpalaCluster --ami-version 3.1.0 --instance-groups InstanceGroupType=MASTER |
Using Impala, Amazon EMR, and Tableau to Analyze and Visualize Data - Cloudera Engineering Blog : http://blog.cloudera.com/blog/2014/10/using-impala-amazon-emr-and-tableau-to-analyze-and-visualize-data/ |
aws emr create-cluster \ |
A journey to Amazon EMR (and Spark) - Sqreen Blog | Modern Application Security : http://blog.sqreen.io/amazon-emr-spark/ |
aws emr create-cluster --region ap-northeast-1 --name SparkCluster --ami-version 3.3.1 --no-auto-terminate --service-role EMR_DefaultRole --instance-groups InstanceCount=1 |
Spark 1.2.0 を Amazon EMRで動かす。 - よしだのブログ : http://blog.yoslab.com/entry/2015/01/29/225938 |
aws emr create-cluster --no-auto-terminate --ec2-attributes KeyName=key-name |
Running Apache Spark on AWS : http://blueshift.com/running-apache-spark-1-0-on-aws/ |
aws emr create-cluster --release-label emr-5.2.1 \ |
Launch an AWS EMR cluster with Pyspark and Jupyter Notebook inside a VPC - Babbel.com : http://bytes.babbel.com/en/articles/2017-07-04-spark-with-jupyter-inside-vpc.html |
aws emr create-cluster --steps Type=STREAMING |
Sync Data to AWS S3: Leverage AWS EMR for Big Data Analytics : http://cloud.netapp.com/blog/synchronizing-data-to-s3-cloud-sync |
aws emr create-cluster --name "Eugene's Spark Cluster" --release-label \ |
Big Data: Amazon EMR, Apache Spark, and Apache Zeppelin - Part 1 of 2 : http://cloudacademy.com/blog/big-data-amazon-emr-apache-spark-and-apache-zeppelin-part-one-of-two/ |
aws emr create-cluster \ |
amazon web services - A bash script to submit an AWS EMR job and poll until the cluster terminates - Code Review Stack Exchange : http://codereview.stackexchange.com/questions/118916/a-bash-script-to-submit-an-aws-emr-job-and-poll-until-the-cluster-terminates |
aws emr create-cluster --applications Name=Hue Name=Hive Name=Pig Name=Oozie-Sandbox --bootstrap-actions '[ |
Elastic Map Reduce (EMR) - eBird Proof of Concept - Cloudification Services - Dashboard : http://confluence.cornell.edu/display/CLOUD/Elastic+Map+Reduce+(EMR)+-+eBird+Proof+of+Concept |
aws emr create-cluster --ami-version 3.8.0 --ec2-attributes KeyName=MyKeyPair \ |
Amazon Elastic MapReduce information - Cohen Courses : http://curtis.ml.cmu.edu/w/courses/index.php/Amazon_Elastic_MapReduce_information |
aws emr create-cluster --instance-type m1.large --instance-count 3 --emrfs Consistent=true \ |
AWS CLI から EMR 作成時に "InstanceProfile is required for creating cluster" と怒られる - ablog : http://d.hatena.ne.jp/yohei-a/20171022/1508692819 |
aws emr create-cluster --auto-scaling-role EMR_AutoScaling_DefaultRole \ |
EMRのHiveステップのオプションについて | Developers.IO : http://dev.classmethod.jp/cloud/aws/emr-hive-step-options/ |
aws emr create-cluster \ |
Amazon EMR上でAsakusa Frameworkを利用する — Asakusa Framework 0.10.1 documentation : http://docs.asakusafw.com/latest/release/ja/html/administration/asakusa-on-emr.html |
aws emr create-cluster --applications Name=Hadoop Name=Hive Name=Pig --release-label emr-5.9.0 --instance-groups InstanceGroupType=MASTER |
create-cluster — AWS CLI 1.16.6 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/emr/create-cluster.html |
aws emr create-cluster \ |
Data Processing on Amazon Web Services (AWS) : http://docs.cascading.org/tutorials/cascading-aws/part3.html |
aws emr create-cluster --applications Name=Hunk --ami-version 3.2.1 --instance-groups InstanceGroupType=MASTER |
Install Hunk on Amazon Web Services with hourly pricing - Splunk Documentation : http://docs.splunk.com/Documentation/Hunk/6.4.10/Hunk/InstallHunkAWSwithEMR |
aws emr create-cluster --applications Name=Hadoop Name=Hive Name=Pig --release-label emr-5.9.0 --instance-groups InstanceGroupType=MASTER |
.../examples/emr/create-cluster-examples.rst | Fossies : http://fossies.org/linux/aws-cli/awscli/examples/emr/create-cluster-examples.rst |
aws emr create-cluster --ami-version 3.4.0 --instance-groups file://./cluster.json --name "Test Cluster" --log-uri s3://mybucket/logs/ --enable-debugging --tags Name=emr |
data-science/README.md at master 揃 alexmilowski/data-science 揃 GitHub : http://github.com/alexmilowski/data-science/blob/master/activities/emr-cluster/README.md |
aws emr create-cluster --name "Papertrail log archives" --ami-version 3.3 --applications Name=Hue Name=Hive Name=Pig \ |
Log analytics with Hadoop and Hive · Papertrail log management : http://help.papertrailapp.com/kb/analytics/log-analytics-with-hadoop-and-hive/ |
aws emr create-cluster \\\n --name |
Run a Spark job within Amazon EMR in 15 minutes Big Data on Amazon Elastic MapReduce Medium : http://medium.com/big-data-on-amazon-elastic-mapreduce/run-a-spark-job-within-amazon-emr-in-15-minutes-68b02af1ae16 |
aws emr create-cluster --name |
Create Custom AMIs and Push Updates to a Running Amazon EMR Cluster Using Amazon EC2 Systems Manager | Noise : http://noise.getoto.net/2017/09/16/create-custom-amis-and-push-updates-to-a-running-amazon-emr-cluster-using-amazon-ec2-systems-manager/ |
aws emr create-cluster \u003cspan class=\ |
Amazon EMRのCLIスニペット集 : http://qiita.com/imaifactory/items/dafe14e504d224832eba |
aws emr create-cluster \ |
Creating a Spark Cluster on AWS EMR: a Tutorial : http://queirozf.com/entries/creating-a-spark-cluster-on-aws-emr-a-tutorial |
aws emr create-cluster --generate-cli-skeleton |
Amazon Web Services - rdata.work : http://rdata.work/datascience/2015/08/14/amazon-web-services.html |
aws emr create-cluster \ |
Analytics at Scale: h2o, Apache Spark and R on AWS EMR : http://redoakstrategic.com/h2oaws/ |
aws emr create-cluster \ |
GeoWave Quickstart Guide : http://s3.amazonaws.com/geowave/*.*.*.*/docs/quickstart.html |
aws emr create-cluster --name "Test cluster" -release-label --applications Name=Hive Name=Pig --use-default-roles --ec2-attributes KeyName=myKey --instance-type m3.xlarge --instance-count 3 --steps Type=CUSTOM_JAR |
amazon web services - Execute shell script as one of the steps on EMR AWS - Server Fault : http://serverfault.com/questions/758035/execute-shell-script-as-one-of-the-steps-on-emr-aws |
aws emr create-cluster --cli-input-json file://'pwd'/emr_cluster_up.json |
Is it possible to create cluster in EMR by giving all the configurations from json file - Stack Overflow : http://stackoverflow.com/questions/44945960/is-it-possible-to-create-cluster-in-emr-by-giving-all-the-configurations-from-js |
aws emr create-cluster \ |
Amazon EMR Performance Comparison dealing with Hadoops SmallFiles Problem : http://sysadmins.co.za/amazon-emr-performance-comparison-dealing-with-hadoops-smallfiles-problem/ |
aws emr create-cluster \ |
50-node Presto Cluster on Amazon EMR : http://tech.marksblogg.com/50-node-emr-cluster-presto.html |
aws emr create-cluster --release-label emr-5.3.1 |
Working with AWS from a Data Perspective : http://www.captechconsulting.com/blogs/working-with-aws-from-a-data-perspective |
aws emr create-cluster --auto-scaling-role EMR_AutoScaling_DefaultRole --termination-protected --applications Name=Hadoop Name=Hive Name=Pig Name=Hue --bootstrap-actions '[ |
Using Amazon EMR and RStudio – Collective Action and Social Media Lab : http://www.casmlab.org/amazon-emr-rstudio/ |
aws emr create-cluster \ |
Driving AWS from the Command Line : http://www.exegetic.biz/blog/2017/08/using-aws-cli/ |
aws emr create-cluster \ |
Bootstrapping GeoMesa HBase on AWS S3 — GeoMesa 2.1.0-SNAPSHOT Manuals : http://www.geomesa.org/documentation/current/tutorials/geomesa-hbase-s3-on-aws.html |
aws emr create-cluster \ |
Setting up an Apache Tajo Cluster on Amazon EMR | Gruter Blog : http://www.gruter.com/blog/setting-up-a-tajo-cluster-on-amazon-emr/ |
aws emr create-cluster --applications Name=Hadoop Name=Hive Name=Presto-Sandbox ... |
Querying S3 data using Hive and Presto : http://www.jiayul.me/tutorial/2016/07/19/querying-s3-data-using-hive-and-presto.html |
aws emr create-cluster \ |
ETL Offload with Spark and Amazon EMR - Part 3 - Running pySpark on EMR : http://www.rittmanmead.com/blog/2016/12/etl-offload-with-spark-and-amazon-emr-part-3-running-pyspark-on-emr/ |
aws emr create-cluster --name |
Masterclass Live: Amazon EMR : http://www.slideshare.net/AmazonWebServices/masterclass-live-amazon-emr |
aws emr create-cluster --name Accumulo --no-auto-terminate \ |
Accumulo速 on AWS’s Elastic MapReduce – Surevine : http://www.surevine.com/accumulo-on-awss-elastic-mapreduce/ |
aws emr create-cluster \ |
Upload your Spark app to an AWS cluster via a simple Python script : http://www.themarketingtechnologist.co/upload-your-local-spark-script-to-an-aws-emr-cluster-using-a-simply-python-script/ |