Return-Path: X-Original-To: apmail-hadoop-hdfs-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 29F0F108A1 for ; Fri, 18 Apr 2014 01:36:27 +0000 (UTC) Received: (qmail 54500 invoked by uid 500); 18 Apr 2014 01:36:19 -0000 Delivered-To: apmail-hadoop-hdfs-user-archive@hadoop.apache.org Received: (qmail 54250 invoked by uid 500); 18 Apr 2014 01:36:19 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hadoop.apache.org Delivered-To: mailing list user@hadoop.apache.org Received: (qmail 54243 invoked by uid 99); 18 Apr 2014 01:36:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Apr 2014 01:36:19 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of andy.srine@gmail.com designates 209.85.217.171 as permitted sender) Received: from [209.85.217.171] (HELO mail-lb0-f171.google.com) (209.85.217.171) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Apr 2014 01:36:14 +0000 Received: by mail-lb0-f171.google.com with SMTP id w7so967207lbi.30 for ; Thu, 17 Apr 2014 18:35:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=klCItKbB4CcqVLtuXrf0dV1TsRWiuEZ33yhNbDuyYwk=; b=xmL1NE6aihxXO/DzHYkhMwb747+UT/U2pY8bqFD9S+0hx3o2TPI+BKCp2sedscfoxS EWvuo0Zn2gQYhjS02KgZ3O4pJtkBa5qfWgcAQGZTzvx9mDtfS/umjPLccM03QOvs9LNF yNgDczHs0OByVtdiGerhTLK1t/G0ix7ssaDCODREYeR2qA1jFt0MxLHauZZGPE6k1L+y FGBs6UyNzouaVI2jWsjWYH7I2rlqekadC56hX0OKTa2BMNLlSC+bwffek7eVnzCCtkOE WARurLoRczOGBbGgbGGTkDF3ia/Vs+h4fpArcp7nPxt/h2ZR4b5wIyKlX1/I/Dlf3ZiG mkcQ== MIME-Version: 1.0 X-Received: by 10.112.200.130 with SMTP id js2mr8980677lbc.28.1397784952209; Thu, 17 Apr 2014 18:35:52 -0700 (PDT) Received: by 10.112.29.71 with HTTP; Thu, 17 Apr 2014 18:35:52 -0700 (PDT) Date: Thu, 17 Apr 2014 18:35:52 -0700 Message-ID: Subject: JVM option From: Andy Srine To: user@hadoop.apache.org Content-Type: multipart/alternative; boundary=001a11c331b68c860e04f7472b40 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c331b68c860e04f7472b40 Content-Type: text/plain; charset=UTF-8 Quick question. How would I pass the following JVM option to the Hadoop command line? "-Xmx4G" hadoop jar Thanks, Andy --001a11c331b68c860e04f7472b40 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Quick question. How would I pass the following JVM option = to the Hadoop command line?

"-Xmx4G"

hadoop jar <jar file> <class_name> <args>


Thanks,
Andy

--001a11c331b68c860e04f7472b40--