Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7646851
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T10:18:55+00:00 2026-05-31T10:18:55+00:00

When I create a streaming job with Amazon Elastic MapReduce (Amazon EMR), using the

  • 0

When I create a streaming job with Amazon Elastic MapReduce (Amazon EMR), using the Ruby command line interface, how can I specify to use only EC2 spot instances (except for master)? The command below is working, but it “forces” me to use at lease 1 core instance…

./elastic-mapreduce --create --stream          \
--name    n2_3                             \
--input   s3://mr/neuron/2              \
--output  s3://mr-out/neuron/2          \
--mapper  s3://mr/map.rb         \
--reducer s3://mr/noop_reduce.rb \
--instance-group master --instance-type m1.small --instance-count 1 \
--instance-group core   --instance-type m1.small --instance-count 1 \
--instance-group task   --instance-type m1.small --instance-count 18 --bid-price 0.028

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T10:18:56+00:00Added an answer on May 31, 2026 at 10:18 am

    Both CORE and TASKS nodes run TaskTrackers but only CORE nodes run DataNodes so, yes, you need at least one CORE node.

    So you could run spot core nodes?

    ./elastic-mapreduce --create --stream \
    ...
    --instance-group master --instance-type m1.small --instance-count 1 \
    --instance-group core   --instance-type m1.small --instance-count 19 --bid-price 0.028
    

    p.s. you also could run one CORE and many TASK nodes but, depending on how much reading/writing you’re doing, you’ll have pain since 18 nodes will be reading/writing to 1 node.

    # expect problems....
    ./elastic-mapreduce --create --stream \
    ...
    --instance-group master --instance-type m1.small --instance-count 1 \
    --instance-group core   --instance-type m1.small --instance-count 1  --bid-price 0.028
    --instance-group task   --instance-type m1.small --instance-count 18 --bid-price 0.028
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to create a mapper only job via AWS (a streaming job).
I'm using VideoView to display a rtsp streaming video. Below you can find a
I am trying to use Amazon Elastic Map Reduce to run a series of
I'm trying to create a RTMP Streaming application but I can't seem to get
I want to create application that can play a streaming music . When I
I am creating an Amazon CloudFront streaming distribution using C#. When I provide my
I am trying to create files for http live streaming. I am using Apple's
I have to create app that provides online radio streaming (icecast), preferably .ogg format.
I am running hadoop in Pseudo-Distributed mode and using hadoop streaming to do my
How would you go to create a streaming API with Node ? just like

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.