Do i need to learn Java for running hadoop in Amazon EC2?
I am a PHP/C++ developer and no experience in Java.
Just planning to setup hadoop cluster in Amazon cloud. Is hive/pig is sufficient or i need java?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
Given Hadoop itself is written in Java it helps to know Java but if you are simply setting it up and you can get by by using HIVE or PIG, you don’t really need to know Java programming.
If this is only to get familiar with Hadoop that strategy may work but if you want to run into production then you will need some amount of familiarity with how JVM works and such. You may not need to code in Java though.