Skip to content

EC2 usage

Dénes Harmath edited this page Sep 24, 2015 · 9 revisions

Setup IncQuery-D cluster on AWS

  • Switch to root: sudo -i

  • Launch weave

    • In case of RM EC2 instance: weave launch
    • In case of all other EC2 instances: weave launch <FIRST EC2 INSTANCE IP>
  • Start main node (RM):./start_node.sh rm [-use_ssh]

  • Start worker nodes (NMs): ./start_node.sh <NODE_ID> [-use_ssh]

    • NODE_ID is a sequence from 1 to N
  • Copy runtime to HDFS: ./copy_runtime_to_hdfs.sh

Security group settings

  • Add rules for incoming connections from all IP addresses:
    • 4store
      • 6733
      • 6734
Clone this wiki locally