Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Having a hadoop cluster ready in 10 min. with o...

Having a hadoop cluster ready in 10 min. with one click

In this talk, I shared how Ansible works with a case study of getting Hadoop Cluster ready with one click. Recorded video: https://www.youtube.com/watch?v=vbHCB5oQT18

Busra Koken

May 24, 2018
Tweet

More Decks by Busra Koken

Other Decks in Technology

Transcript

  1. I am Büsra Köken Software Engineer You can find me

    on twitter by @busrakoken Hello!
  2. Outline ◉ Automation tools ◉ Ansible, how it works ◉

    Case study explanation ◉ Summary and Q&A
  3. Why Ansible? Written in Python Create your own module in

    any language YAML FILES EASY to get started and learn Batteries included Big Community
  4. ◉ Over ssh​ ◉ Inventory​ ◉ Playbooks ◉ ​Tasks​ ◉

    Modules​ ◉ Directory structure​ How Ansible Works​
  5. Case Study Explanation Create Servers Run a big data job

    Install Hadoop Destroy the Environment
  6. If you need to say “yes” at some point... you

    can do it with expect* module!
  7. Let’s Review What We Have Seen Easy to get started

    just like Python​ Clean architecture Makes complex tasks easy Straightforward configuration Extendable module structure
  8. Any questions ? You can contact me via; ◉ [email protected]

    ◉ linkedin.com/in/busrakoken ◉ Project Github link: github/busrakoken/cloudy-hadoop