Hi,
I am trying to execute the hadoop examples wordcount and weblogs-parser with the latest PDI distribution (4.4.1-GA). When I am executing the mapreduce job, the following error occurs at the end of the job.
Do you have any idea of the cause to this problem ?
Thanks
I am trying to execute the hadoop examples wordcount and weblogs-parser with the latest PDI distribution (4.4.1-GA). When I am executing the mapreduce job, the following error occurs at the end of the job.
Code:
2013/06/19 12:07:54 - Pentaho MapReduce (Web Log Parsing) - ERROR (version 4.4.1-GA, build 18329 from 2013-04-17 12.31.49 by buildguy) : Hadoop Output - Unexpected error
2013/06/19 12:07:54 - Pentaho MapReduce (Web Log Parsing) - ERROR (version 4.4.1-GA, build 18329 from 2013-04-17 12.31.49 by buildguy) : Hadoop Output - java.lang.NoClassDefFoundError: org/owasp/esapi/ESAPI
2013/06/19 12:07:54 - Pentaho MapReduce (Web Log Parsing) - ERROR (version 4.4.1-GA, build 18329 from 2013-04-17 12.31.49 by buildguy) : at org.pentaho.di.core.xml.XMLHandler.addTagValue(XMLHandler.java:715)
2013/06/19 12:07:54 - Pentaho MapReduce (Web Log Parsing) - ERROR (version 4.4.1-GA, build 18329 from 2013-04-17 12.31.49 by buildguy) : at org.pentaho.di.core.xml.XMLHandler.addTagValue(XMLHandler.java:772)
2013/06/19 12:07:54 - Pentaho MapReduce (Web Log Parsing) - ERROR (version 4.4.1-GA, build 18329 from 2013-04-17 12.31.49 by buildguy) : at org.pentaho.di.core.row.ValueMeta.getMetaXML(ValueMeta.java:2491)
2013/06/19 12:07:54 - Pentaho MapReduce (Web Log Parsing) - ERROR (version 4.4.1-GA, build 18329 from 2013-04-17 12.31.49 by buildguy) : at org.pentaho.di.core.row.RowMeta.getMetaXML(RowMeta.java:898)
2013/06/19 12:07:54 - Pentaho MapReduce (Web Log Parsing) - ERROR (version 4.4.1-GA, build 18329 from 2013-04-17 12.31.49 by buildguy) : at org.pentaho.hadoop.mapreduce.OutputCollectorRowListener.rowWrittenEvent(OutputCollectorRowListener.java:101)
2013/06/19 12:07:54 - Pentaho MapReduce (Web Log Parsing) - ERROR (version 4.4.1-GA, build 18329 from 2013-04-17 12.31.49 by buildguy) : at org.pentaho.di.trans.step.BaseStep.putRow(BaseStep.java:1133)
2013/06/19 12:07:54 - Pentaho MapReduce (Web Log Parsing) - ERROR (version 4.4.1-GA, build 18329 from 2013-04-17 12.31.49 by buildguy) : at org.pentaho.di.trans.steps.hadoopexit.HadoopExit.processRow(HadoopExit.java:69)
2013/06/19 12:07:54 - Pentaho MapReduce (Web Log Parsing) - ERROR (version 4.4.1-GA, build 18329 from 2013-04-17 12.31.49 by buildguy) : at org.pentaho.di.trans.step.RunThread.run(RunThread.java:50)
2013/06/19 12:07:54 - Pentaho MapReduce (Web Log Parsing) - ERROR (version 4.4.1-GA, build 18329 from 2013-04-17 12.31.49 by buildguy) : at java.lang.Thread.run(Thread.java:662)
2013/06/19 12:07:54 - Pentaho MapReduce (Web Log Parsing) - ERROR (version 4.4.1-GA, build 18329 from 2013-04-17 12.31.49 by buildguy) : Caused by: java.lang.ClassNotFoundException: org.owasp.esapi.ESAPI
2013/06/19 12:07:54 - Pentaho MapReduce (Web Log Parsing) - ERROR (version 4.4.1-GA, build 18329 from 2013-04-17 12.31.49 by buildguy) : at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
2013/06/19 12:07:54 - Pentaho MapReduce (Web Log Parsing) - ERROR (version 4.4.1-GA, build 18329 from 2013-04-17 12.31.49 by buildguy) : at java.security.AccessController.doPrivileged(Native Method)
2013/06/19 12:07:54 - Pentaho MapReduce (Web Log Parsing) - ERROR (version 4.4.1-GA, build 18329 from 2013-04-17 12.31.49 by buildguy) : at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
2013/06/19 12:07:54 - Pentaho MapReduce (Web Log Parsing) - ERROR (version 4.4.1-GA, build 18329 from 2013-04-17 12.31.49 by buildguy) : at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
2013/06/19 12:07:54 - Pentaho MapReduce (Web Log Parsing) - ERROR (version 4.4.1-GA, build 18329 from 2013-04-17 12.31.49 by buildguy) : at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
2013/06/19 12:07:54 - Pentaho MapReduce (Web Log Parsing) - ERROR (version 4.4.1-GA, build 18329 from 2013-04-17 12.31.49 by buildguy) : at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
2013/06/19 12:07:54 - Pentaho MapReduce (Web Log Parsing) - ERROR (version 4.4.1-GA, build 18329 from 2013-04-17 12.31.49 by buildguy) : ... 9 more
Thanks