From dev-return-4703-apmail-tajo-dev-archive=tajo.apache.org@tajo.incubator.apache.org Fri Jan 17 02:22:53 2014 Return-Path: X-Original-To: apmail-tajo-dev-archive@minotaur.apache.org Delivered-To: apmail-tajo-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B43BA10FA1 for ; Fri, 17 Jan 2014 02:22:53 +0000 (UTC) Received: (qmail 41049 invoked by uid 500); 17 Jan 2014 02:22:52 -0000 Delivered-To: apmail-tajo-dev-archive@tajo.apache.org Received: (qmail 40966 invoked by uid 500); 17 Jan 2014 02:22:52 -0000 Mailing-List: contact dev-help@tajo.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tajo.incubator.apache.org Delivered-To: mailing list dev@tajo.incubator.apache.org Received: (qmail 40957 invoked by uid 99); 17 Jan 2014 02:22:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jan 2014 02:22:52 +0000 X-ASF-Spam-Status: No, hits=-2000.1 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 17 Jan 2014 02:22:51 +0000 Received: (qmail 39663 invoked by uid 99); 17 Jan 2014 02:22:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jan 2014 02:22:20 +0000 Date: Fri, 17 Jan 2014 02:22:20 +0000 (UTC) From: "Hudson (JIRA)" To: dev@tajo.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (TAJO-499) Shorten the length of classpath in shell command MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/TAJO-499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13874332#comment-13874332 ] Hudson commented on TAJO-499: ----------------------------- SUCCESS: Integrated in Tajo-master-build #15 (See [https://builds.apache.org/job/Tajo-master-build/15/]) TAJO-499: Shorten the length of classpath in shell command. (hyoungjunkim via hyunsik) (hyunsik: https://git-wip-us.apache.org/repos/asf?p=incubator-tajo.git&a=commit&h=35a710379d41f5d31f7c3928e33ed3ffed51cc7f) * CHANGES.txt * tajo-dist/src/main/bin/tajo > Shorten the length of classpath in shell command > ------------------------------------------------ > > Key: TAJO-499 > URL: https://issues.apache.org/jira/browse/TAJO-499 > Project: Tajo > Issue Type: Improvement > Reporter: hyoungjunkim > Assignee: hyoungjunkim > Priority: Trivial > Fix For: 0.8-incubating > > Attachments: TAJO-499.patch > > > Currently TAJO uses as a file-by-file in the classpath. When type ps command, Tajo's process command line is too long. > Hadoop uses wildcard in classpath like "lib/*". -- This message was sent by Atlassian JIRA (v6.1.5#6160)