Return-Path: X-Original-To: apmail-hadoop-common-user-archive@www.apache.org Delivered-To: apmail-hadoop-common-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0014C7E2B for ; Wed, 28 Sep 2011 03:19:48 +0000 (UTC) Received: (qmail 17157 invoked by uid 500); 28 Sep 2011 03:19:46 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 17077 invoked by uid 500); 28 Sep 2011 03:19:45 -0000 Mailing-List: contact common-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-user@hadoop.apache.org Delivered-To: mailing list common-user@hadoop.apache.org Received: (qmail 17062 invoked by uid 99); 28 Sep 2011 03:19:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Sep 2011 03:19:45 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [74.125.82.176] (HELO mail-wy0-f176.google.com) (74.125.82.176) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Sep 2011 03:19:39 +0000 Received: by wyg10 with SMTP id 10so11218446wyg.35 for ; Tue, 27 Sep 2011 20:19:17 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.6.211 with SMTP id 61mr9342658wen.94.1317179957475; Tue, 27 Sep 2011 20:19:17 -0700 (PDT) Received: by 10.216.48.202 with HTTP; Tue, 27 Sep 2011 20:19:17 -0700 (PDT) In-Reply-To: References: Date: Wed, 28 Sep 2011 12:19:17 +0900 Message-ID: Subject: Re: difference between development and production platform??? From: "Hamedani, Masoud" To: common-user@hadoop.apache.org Content-Type: multipart/alternative; boundary=0016364c77657878ee04adf7dbea --0016364c77657878ee04adf7dbea Content-Type: text/plain; charset=ISO-8859-1 Special Thanks for your help Arko, You mean in Hadoop, NameNode, DataNodes, JobTracker, TaskTrackers and all the clusters should deployed on Linux machines??? We have lots of data (on windows OS) and code (written in C#) for data mining, we wana to use Hadoop and make connection between our existing systems and programs with it. as you mentioned we should move all of our data to Linux systems, and execute existing C# codes in Linux and only use windows for development same as before. Am I right? Thanks, B.S Masoud. 2011/9/28 Arko Provo Mukherjee > Hi, > > A development platform is the system (s) which are used mainly for the > developers to write / unit test code for the project. > > There are generally NO end users in the Development system. > > Production platform is where the end users actually work and the > project is generally moved here only after it is tested in one / more > test platforms. > > Typically, if the developer is the end user, which it is in some > cases, (even more likely for University projects) there's generally no > need to make your project run on separate production or test > system(s). > > The documentation means that you can use Hadoop in WIn32 for > developing your code, but finally if you use that code and then run > production boxes on Win32 (i.e end users are using a Win32 Hadoop > system), then that is not supported. > > Correct me guys if I am wrong. > > Thanks & regards > Arko > > On Tue, Sep 27, 2011 at 9:32 PM, Hamedani, Masoud > wrote: > > Dear Friends, > > > > Im new in hadoop for an important data mining university research, i saw > > these sentences in different hadoop related docs: > > > > { Win32 is supported as a *development platform* not as a *production > > platform*, but Linux supported both. } > > > > whats difference between *development platform and * *production platform > > ??? > > *it means dataNode and nameNode?? > > > > Thanks, > > B.S > > > --0016364c77657878ee04adf7dbea--