Return-Path: X-Original-To: apmail-incubator-oozie-users-archive@minotaur.apache.org Delivered-To: apmail-incubator-oozie-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 937CC936A for ; Thu, 20 Oct 2011 01:15:10 +0000 (UTC) Received: (qmail 98612 invoked by uid 500); 20 Oct 2011 01:15:10 -0000 Delivered-To: apmail-incubator-oozie-users-archive@incubator.apache.org Received: (qmail 98582 invoked by uid 500); 20 Oct 2011 01:15:10 -0000 Mailing-List: contact oozie-users-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: oozie-users@incubator.apache.org Delivered-To: mailing list oozie-users@incubator.apache.org Received: (qmail 98574 invoked by uid 99); 20 Oct 2011 01:15:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Oct 2011 01:15:10 +0000 X-ASF-Spam-Status: No, hits=-0.1 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of samuel@box.net designates 74.125.245.74 as permitted sender) Received: from [74.125.245.74] (HELO na3sys010aog103.obsmtp.com) (74.125.245.74) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 20 Oct 2011 01:15:02 +0000 Received: from mail-qw0-f53.google.com ([209.85.216.53]) (using TLSv1) by na3sys010aob103.postini.com ([74.125.244.12]) with SMTP; Wed, 19 Oct 2011 18:14:41 PDT Received: by qadc1 with SMTP id c1so2393081qad.26 for ; Wed, 19 Oct 2011 18:14:39 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.59.82 with SMTP id k18mr1899412qch.166.1319073279275; Wed, 19 Oct 2011 18:14:39 -0700 (PDT) Received: by 10.229.91.209 with HTTP; Wed, 19 Oct 2011 18:14:39 -0700 (PDT) In-Reply-To: <1319003917.58312.YahooMailNeo@web161305.mail.bf1.yahoo.com> References: <1319003917.58312.YahooMailNeo@web161305.mail.bf1.yahoo.com> Date: Wed, 19 Oct 2011 18:14:39 -0700 Message-ID: Subject: Re: Pb running hive, map-reduce examples From: Samuel Dehouck To: oozie-users@incubator.apache.org, Mohammad Islam Content-Type: multipart/alternative; boundary=001485ec072c3e75cc04afb0ae35 X-Virus-Checked: Checked by ClamAV on apache.org --001485ec072c3e75cc04afb0ae35 Content-Type: text/plain; charset=ISO-8859-1 Updated hadoop to the latest version and it fixed it. Thanks! On Tue, Oct 18, 2011 at 10:58 PM, Mohammad Islam wrote: > Hi Samuel, > Are you using CDH3U1 for *everything*? > Some related discussion: > https://groups.google.com/a/cloudera.org/group/cdh-user/browse_thread/thread/fb72aa87f2c5225d# > > Regards, > Mohammad > > > ________________________________ > From: Samuel Dehouck > To: oozie-users@incubator.apache.org > Sent: Tuesday, October 18, 2011 3:42 PM > Subject: Pb running hive, map-reduce examples > > Hi, > > I'm running into issues when I try to run the hive or map-reduce examples > of > Cloudera's oozie distribution. > > I'm getting: > > java.lang.RuntimeException: Error in configuring object > at > org.apache.hadoop.util.ReflectionUtils.setJobConf(ReflectionUtils.java:93) > at > org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:64) > at > org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:117) > at org.apache.hadoop.mapred.JobConf.getInputFormat(JobConf.java:596) > at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:370) > at org.apache.hadoop.mapred.MapTask.run(MapTask.java:324) > at org.apache.hadoop.mapred.Child$4.run(Child.java:268) > at java.security.AccessController.doPrivileged(Native Method) > at javax.security.auth.Subject.doAs(Subject.java:396) > at > org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1115) > at org.apache.hadoop.mapred.Child.main(Child.java:262) > Caused by: java.lang.reflect.InvocationTargetException > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at > org.apache.hadoop.util.ReflectionUtils.setJobConf(ReflectionUtils.java:88) > ... 10 more > Caused by: java.lang.IllegalArgumentException: Compression codec > org.apache.hadoop.io.compress.DeflateCodec not found. > at > org.apache.hadoop.io.compress.CompressionCodecFactory.getCodecClasses(CompressionCodecFactory.java:96) > at > org.apache.hadoop.io.compress.CompressionCodecFactory.(CompressionCodecFactory.java:134) > at > org.apache.hadoop.mapred.TextInputFormat.configure(TextInputFormat.java:38) > ... 15 more > Caused by: java.lang.ClassNotFoundException: > org.apache.hadoop.io.compress.DeflateCodec > at java.net.URLClassLoader$1.run(URLClassLoader.java:200) > at java.security.AccessController.doPrivileged(Native Method) > at java.net.URLClassLoader.findClass(URLClassLoader.java:188) > at java.lang.ClassLoader.loadClass(ClassLoader.java:307) > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) > at java.lang.ClassLoader.loadClass(ClassLoader.java:252) > at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320) > at java.lang.Class.forName0(Native Method) > at java.lang.Class.forName(Class.java:247) > at > org.apache.hadoop.conf.Configuration.getClassByName(Configuration.java:943) > at > org.apache.hadoop.io.compress.CompressionCodecFactory.getCodecClasses(CompressionCodecFactory.java:89) > ... 17 more > > > Any idea what would be causing this? > > Thanks, > > Samuel > --001485ec072c3e75cc04afb0ae35--