Return-Path: X-Original-To: apmail-incubator-gora-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-gora-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 57EEA9717 for ; Sat, 21 Jan 2012 17:22:02 +0000 (UTC) Received: (qmail 4175 invoked by uid 500); 21 Jan 2012 17:22:02 -0000 Delivered-To: apmail-incubator-gora-dev-archive@incubator.apache.org Received: (qmail 4120 invoked by uid 500); 21 Jan 2012 17:22:01 -0000 Mailing-List: contact gora-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: gora-dev@incubator.apache.org Delivered-To: mailing list gora-dev@incubator.apache.org Received: (qmail 4112 invoked by uid 99); 21 Jan 2012 17:22:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Jan 2012 17:22:01 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Jan 2012 17:22:00 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 3170C15ABCC for ; Sat, 21 Jan 2012 17:21:40 +0000 (UTC) Date: Sat, 21 Jan 2012 17:21:40 +0000 (UTC) From: "Lewis John McGibbney (Created) (JIRA)" To: gora-dev@incubator.apache.org Message-ID: <119416834.63495.1327166500204.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (GORA-85) Implement "Usage" messages for SpecificCompiler and LogAnalytics MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Implement "Usage" messages for SpecificCompiler and LogAnalytics ---------------------------------------------------------------- Key: GORA-85 URL: https://issues.apache.org/jira/browse/GORA-85 Project: Gora Issue Type: Improvement Components: storage Affects Versions: 0.1.1-incubating, 0.2-incubating Reporter: Lewis John McGibbney Fix For: 0.2-incubating Currently when attempting to run both of the above classes respectively we get the following output {code} lewis@lewis-01:~/ASF/gora$ bin/gora specificcompiler Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 0 at org.apache.avro.specific.SpecificCompiler.main(SpecificCompiler.java:383) {code} {code} lewis@lewis-01:~/ASF/gora$ bin/gora loganalytics 12/01/21 17:16:18 ERROR conf.Configuration: Failed to set setXIncludeAware(true) for parser org.apache.xerces.jaxp.DocumentBuilderFactoryImpl@ca8327:java.lang.UnsupportedOperationException: This parser does not support specification "null" version "null" java.lang.UnsupportedOperationException: This parser does not support specification "null" version "null" at javax.xml.parsers.DocumentBuilderFactory.setXIncludeAware(DocumentBuilderFactory.java:590) at org.apache.hadoop.conf...... huge stack trace {code} These classes should implement a "Usage" message as it is currently unclear to people how these classes should be executed and which arguements should be provided as parameters. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira