I wanted to know the most stable version of Hadoop 2.x until now.
I saw in some forums that Hadoop 2.2 and 2.4 are kind of stable, but I need more advice.
Added to this, Is it possible to install Hadoop 2.x, Eclipse Europa and Cygwin in Windows 7 and develop Hadoop applications with eclipse Europa? I've been searching for a tutorial but I found solutions only for Hadoop 1.x? Is it the same thing?
Thank you for helping me.
Related
I am using Hadoop-1.0.3 version clusters with hadoop subprojects installed in it currently for learning purpose .
I want to now ,is any hadoop-1.0.3 version clusters are currently used in any production systems or any companies still using this hadoop1.x versions in production systems,and can i use hadoop tools like hive,sqoop,pig in this 1.x versions in production systems or this tools are supported only above hadoop 2.x versions.Anyonce Please help on this.Thanks in Advance.
I recently installed hadoop v_2 with the YARN Configuration. I am planning to install Hadoop ecosystem stack such as Pig,Hive,Hbase,Oozie,Zookeeper etc. I would like to know if I should install the tools from the same link that I did for Hadoop 1.0 Configuration. If not, Could anyone please send me the link for the Hadoop 2 Configuration for these tools ?. I heard that Pig and Hive are more faster in Hadoop 2.0. Therefore would like to know if there are better versions.
Thanks,
Gautham
http://www.cloudera.com/content/cloudera/en/documentation/cdh4/v4-2-1/CDH4-Installation-Guide/cdh4ig_topic_16_2.html
this may be useful
also i think that the configuration isn't different from v 1
I was looking to migrate my EMR implementation from an older version to the latest versions because I am primarily facing a lot of issues.
My current implementation uses Hadoop 0.20.2.
I wanted to understand how much effort in terms of code change would be required for migrating from 0.20.2 to -
0.20.205
1.0.1
Are the APIs very different and require a lot of recoding? Any basic idea would be highly helpful.
0.20.205 was just renamed to 1.0 so it is esentially the same release. The APIs have hardly any difference. 1.0 is similar to 0.20.2 with append & security features which basically means it supports HBase integration and can be used in enterprises.
We ported our jobs running on EMR on 0.20.2 to directly run on 1.0. All our jobs, whether they were using the new or old API did not have a single issue but ran correctly without us having to change anything. So I believe you should not face any issues.
I am new to HBASE and HADOOP and would require available compatible versions of hbase and hadoop to run my experiments.
The current stable version of at "http://apache.techartifact.com/mirror/hbase/" is hbase-0.94.1 . Can anybody kindly tell which version of hadoop should I use so that there is no
compatibility issue and no future data loss.
Please suggest from the hadoop and hbase releases that are currently available online.
below are the sites I am using for downloading these releases
http://apache.techartifact.com/mirror/hadoop/common/ (hadoop)
http://apache.techartifact.com/mirror/hbase/ (hbase)
If you want to be sure about the compatibility of the Hadoop and HBase distribution you are using, you might consider using the Apache Bigtop project or the Cloudera CDH package.
BigTop :
The primary goal of Bigtop is to build a community around the
packaging and interoperability testing of Hadoop-related projects.
This includes testing at various levels (packaging, platform, runtime,
upgrade, etc...) developed by a community with a focus on the system
as a whole, rather than individual projects.
Cloudera :
CDH consists of 100% open source Apache Hadoop plus nine other open
source projects from the Hadoop ecosystem. CDH is thoroughly tested
and certified to integrate with the widest range of operating systems
and hardware, databases and data warehouses, and business intelligence
and ETL systems.
Download both from stable folder. I do not know if some version is not compatible with other.
i use hadoop-0.20.203.0 with hbase-0.94.1 with out any problems.
We are planning to learn and use Hadoop for small prototyping. Not in production for now.
Which distribution of Hadoop is good to start with?
We have already installed Hadoop 0.20.2 and practicing. But Apache distribution is not compatible with Sqoop and some other things. To learn security we have to go for Hadoop 1.0.0 which is currently in beta version.
Could you, please, tell us which distribution and version of Hadoop is good to learn and prototyping.
Download the code from trunk (or 0.23 branch) and do a build, it should have all the features. Or else download the 0.23 release, it should have all the features till date except MRv1.