RE: skip mode with yarn?

2014-04-17 Thread Nirmal Kumar
Yes, you are right. Skip mode is not supported in YARN. Thanks, -Nirmal From: Rob Golkosky Sent: Thursday, April 17, 2014 8:52 PM To: user@hadoop.apache.org Subject: skip mode with yarn? Howdy - I'm running 2.3.0 with yarn and was trying to experiment

RE: Streaming data access in HDFS: Design Feature

2014-03-05 Thread Nirmal Kumar
All, IMHO, Streaming data access is like reading data continuously rather than in packets\chunks in traditional FS involving seek time for small blocks. You can consider it as a Spout which emits water continuously. Since in HDFS the data blocks are very large compared to the traditional FS the

RE: Bigdata - MapR, Cloudera, Hortonworks, OracleBigdata appliances

2014-02-16 Thread Nirmal Kumar
information has caused concerns to anybody. Please also note that all information and opinions shared in this user list are my own and not a representation of my employers opinion or thought process in any way. Thanks, -Nirmal From: Nirmal Kumar Sent: Saturday, February 15, 2014 1:44 PM To

RE: Bigdata - MapR, Cloudera, Hortonworks, OracleBigdata appliances

2014-02-15 Thread Nirmal Kumar
All, Apologies for any inconvenience caused. Request kindly to *ignore* the below info provided by me. From: Nirmal Kumar Sent: Friday, February 14, 2014 6:01 PM To: Hadoop User Mailer List Cc: 'vjshal...@gmail.com' Subject: RE: Bigdata - MapR, Cloudera, Hortonworks, OracleBigdata

Recall: Bigdata - MapR, Cloudera, Hortonworks, OracleBigdata appliances

2014-02-15 Thread Nirmal Kumar
Nirmal Kumar would like to recall the message, "Bigdata - MapR, Cloudera, Hortonworks, OracleBigdata appliances". NOTE: This message may contain information that is confidential, proprietary, privileged or otherwise protected by law. The

RE: Bigdata - MapR, Cloudera, Hortonworks, OracleBigdata appliances

2014-02-15 Thread Nirmal Kumar
FYI From: VJ Shalish [mailto:vjshal...@gmail.com] Sent: Friday, February 14, 2014 5:20 PM To: Hadoop User Mailer List Subject: Bigdata - MapR, Cloudera, Hortonworks, OracleBigdata appliances Can anyone send me valid comparison points or links taking into consideration Bigdata - MapR, Cloudera, Ho

RE: HIVE+MAPREDUCE

2014-01-21 Thread Nirmal Kumar
You can load data into existing tables from the Hive CLI using the commands: 1. LOAD DATA LOCAL INPATH '/home/guest/input/test_order.dat' OVERWRITE INTO TABLE orders; If the data is in the local file system 2. LOAD DATA INPATH '/user/guestuser/lineitem.dat' INTO table line_item; I

RE: Hadoop migration downtime: Hadoop 1.x to 2.x

2014-01-20 Thread Nirmal Kumar
Hi All, Any thoughts to share? -Nirmal From: Nirmal Kumar Sent: Thursday, January 16, 2014 5:44 PM To: user@hadoop.apache.org Subject: Hadoop migration downtime: Hadoop 1.x to 2.x All, I want to know while upgrading\migrating from Apache Hadoop 1.x to 2.x(MRv2+YARN) in a production cluster of

RE: Doubts: Deployment and Configuration of YARN cluster

2014-01-17 Thread Nirmal Kumar
Thanks a lot for the help. -Nirmal From: Arun C Murthy [mailto:a...@hortonworks.com] Sent: Friday, January 17, 2014 9:09 PM To: user@hadoop.apache.org Subject: Re: Doubts: Deployment and Configuration of YARN cluster On Jan 16, 2014, at 9:14 PM, Nirmal Kumar mailto:nirmal.ku...@impetus.co.in

Building Hadoop 2.2.0 On Windows 7 64-bit

2014-01-17 Thread Nirmal Kumar
Hi All, I am trying to build Hadoop 2.2.0 On Windows 7 64-bit env. Can you let me know what else is needed for building Hadoop 2.2.0 On Windows platform? I am getting the following error building *hadoop-common* project: [INFO] --

RE: Doubts: Deployment and Configuration of YARN cluster

2014-01-16 Thread Nirmal Kumar
ainer size is 1G, the RM will allocate 10 containers to Node A and 12 containers to Node B. hth, Arun On Jan 15, 2014, at 11:03 PM, Nirmal Kumar mailto:nirmal.ku...@impetus.co.in>> wrote: Hi German, I went through the links for memory configuration settings/best-practices. It considers the

Hadoop migration downtime: Hadoop 1.x to 2.x

2014-01-16 Thread Nirmal Kumar
All, I want to know while upgrading\migrating from Apache Hadoop 1.x to 2.x(MRv2+YARN) in a production cluster of several nodes is there any *anticipated downtime* that one needs to be aware of? I am asking this since this will hamper the *HA (High Availability)*. IMHO as with any other upgrade

RE: Doubts: Deployment and Configuration of YARN cluster

2014-01-15 Thread Nirmal Kumar
cluster* with varying RAM, disks , cores? Thanks, -Nirmal From: Nirmal Kumar Sent: Wednesday, January 15, 2014 8:22 PM To: user@hadoop.apache.org Subject: RE: Doubts: Deployment and Configuration of YARN cluster Thanks a lot German. Will go through the links and see if that answers my questions

RE: Doubts: Deployment and Configuration of YARN cluster

2014-01-15 Thread Nirmal Kumar
/bk_installing_manually_book/content/rpm-chap1-11.html -A good intro to YARN configuration is this: http://www.thecloudavenue.com/2012/01/getting-started-with-nextgen-mapreduce_11.html Regards .g From: Nirmal Kumar [mailto:nirmal.ku...@impetus.co.in] Sent: Wednesday, January 15, 2014 7:22 AM To

RE: Distributing the code to multiple nodes

2014-01-15 Thread Nirmal Kumar
Surely you don't have to set *mapreduce.jobtracker.address* in mapred-site.xml In mapred-site.xml you just have to mention: mapreduce.framework.name yarn -Nirmal From: Ashish Jain [mailto:ashja...@gmail.com] Sent: Wednesday, January 15, 2014 6:44 PM To: user@hadoop.apache.org Subject: Re: Distr

Doubts: Deployment and Configuration of YARN cluster

2014-01-15 Thread Nirmal Kumar
All, I am new to YARN and have certain doubts regarding the deployment and configuration of YARN on a cluster. As per my understanding to deploy Hadoop 2.x using YARN on a cluster we need to distribute the below files to all the slave nodes in the cluster: * conf/core-site.xml *

Unable to run dfsadmin -upgradeProgress status in Apache Hadoop 2.1.0-beta

2013-12-10 Thread Nirmal Kumar
Hi All, hadoop dfsadmin -help DEPRECATED: Use of this script to execute hdfs command is deprecated. Instead use the hdfs command for it. hadoop dfsadmin is the command to execute DFS administrative commands. The full syntax is: hadoop dfsadmin [-report] [-safemode ] [-saveNamespace]

Upgrading HDFS Apache Hadoop 1.x to Apache Hadoop 2.x

2013-12-03 Thread Nirmal Kumar
Hi All, Apache Hadoop includes HDFS Federation. Does anyone know how to migrate Apache Hadoop 1.x HDFS to Apache Hadoop 2.x HDFS? I am getting the following error: [cloud@Impetus-942 hadoop-2.0.6-alpha]$ bin/hdfs start namenode --config $HADOOP_CONF_DIR -upgrade -clusterId Error: Could not fin

RE: Any reference for upgrade hadoop from 1.x to 2.2

2013-12-02 Thread Nirmal Kumar
: Nirmal Kumar Sent: Wednesday, November 27, 2013 2:56 PM To: user@hadoop.apache.org; rd...@iastate.edu Subject: RE: Any reference for upgrade hadoop from 1.x to 2.2 Hello Sandy, The post was useful and gave an insight of the migration. I am doing a test migration from Apache Hadoop-1.2.0 to Apache

RE: Any reference for upgrade hadoop from 1.x to 2.2

2013-11-27 Thread Nirmal Kumar
and YARN, we recently published a couple blog posts on migrating: http://blog.cloudera.com/blog/2013/11/migrating-to-mapreduce-2-on-yarn-for-users/ http://blog.cloudera.com/blog/2013/11/migrating-to-mapreduce-2-on-yarn-for-operators/ hope that helps, Sandy On Fri, Nov 22, 2013 at 3:03 AM, Nirmal Ku

RE: Any reference for upgrade hadoop from 1.x to 2.2

2013-11-22 Thread Nirmal Kumar
Hi All, I am also looking into migrating\upgrading from Apache Hadoop 1.x to Apache Hadoop 2.x. I didn’t find any doc\guide\blogs for the same. Although there are guides\docs for the CDH and HDP migration\upgradation from Hadoop 1.x to Hadoop 2.x Would referring those be of some use? I am looki

Re: How to run MIA Kmean Code.

2013-06-10 Thread Nirmal Kumar
http://stackoverflow.com/questions/11479600/how-do-i-build-run-this-simple-mahout-program-without-getting-exceptions From: Apurv Khare To: "mahout-u...@apache.org" ; "user@hadoop.apache.org" Sent: Sunday, 9 June 2013, 17:26 Subject: How to run MIA Kmean Code