Hi all,
I haven't used PDI before and I am giving it a try.
I downloaded PDI 4.4, unzipped it and ran spoon.sh.
I am running Ubuntu 11.10 on VirtualBox.
I can see the Spoon splash screen coming up, but then I've got the following error message and the splash screen also disappeared.
Can someone suggest me how to fix the problem?
Also, do I need to have hadoop installed separately in order to use PDI? I don't really need to process Big Data and I thought hadoop is optional.
Thanks a lot!
I haven't used PDI before and I am giving it a try.
I downloaded PDI 4.4, unzipped it and ran spoon.sh.
I am running Ubuntu 11.10 on VirtualBox.
I can see the Spoon splash screen coming up, but then I've got the following error message and the splash screen also disappeared.
Can someone suggest me how to fix the problem?
Also, do I need to have hadoop installed separately in order to use PDI? I don't really need to process Big Data and I thought hadoop is optional.
Thanks a lot!
Code:
WARN 18-04 11:39:15,347 - Unable to load Hadoop Configuration from "file:/// ... /data-integration-4.4/plugins/pentaho-big-data-plugin/hadoop-configurations/hadoop-20". For more information enable debug logging.
org.pentaho.di.core.exception.KettleException:
Error invoking lifecycle listener: org.pentaho.di.core.hadoop.HadoopConfigurationBootstrap@10e179a
Error initializing Hadoop configurations. Aborting initialization.
at org.pentaho.di.core.lifecycle.KettleLifecycleSupport.onEnvironmentInit(KettleLifecycleSupport.java:61)
at org.pentaho.di.core.KettleEnvironment.initLifecycleListeners(KettleEnvironment.java:141)
at org.pentaho.di.core.KettleEnvironment.init(KettleEnvironment.java:129)
at org.pentaho.di.core.KettleEnvironment.init(KettleEnvironment.java:68)
at org.pentaho.di.ui.spoon.Spoon.main(Spoon.java:549)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.pentaho.commons.launcher.Launcher.main(Launcher.java:134)
Caused by: org.pentaho.di.core.lifecycle.LifecycleException: Error initializing Hadoop configurations. Aborting initialization.
at org.pentaho.di.core.hadoop.HadoopConfigurationBootstrap.onEnvironmentInit(HadoopConfigurationBootstrap.java:109)
at org.pentaho.di.core.lifecycle.KettleLifecycleSupport.onEnvironmentInit(KettleLifecycleSupport.java:57)
... 9 more
Caused by: org.pentaho.hadoop.shim.ConfigurationException: Invalid active Hadoop configuration: "hadoop-20".
at org.pentaho.di.core.hadoop.HadoopConfigurationBootstrap.onEnvironmentInit(HadoopConfigurationBootstrap.java:97)
... 10 more
Caused by: org.pentaho.hadoop.shim.ConfigurationException: Unknown Hadoop Configuration: "hadoop-20"
at org.pentaho.hadoop.shim.HadoopConfigurationLocator.getConfiguration(HadoopConfigurationLocator.java:486)
at org.pentaho.hadoop.shim.HadoopConfigurationLocator.getActiveConfiguration(HadoopConfigurationLocator.java:494)
at org.pentaho.di.core.hadoop.HadoopConfigurationBootstrap.onEnvironmentInit(HadoopConfigurationBootstrap.java:95)
... 10 more