Hello,
I'm using the latest version of Brisk and I'm having a problem when I'm trying to run an hadoop jar command. I'm trying to run a simple wordcount job and I'm getting the following exception...
Exception in thread "main" java.lang.IllegalArgumentException: java.net.URISyntaxException: Relative path in absolute URI: -Dbrisk.job.tracker=kc-desktop-2:8012
at org.apache.hadoop.fs.Path.initialize(Path.java:148)
at org.apache.hadoop.fs.Path.<init>(Path.java:126)
at com.level3.seceng.ard.WordCount.main(WordCount.java:69)
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:616)
at org.apache.hadoop.util.RunJar.main(RunJar.java:156)
Caused by: java.net.URISyntaxException: Relative path in absolute URI: -Dbrisk.job.tracker=kc-desktop-2:8012
at java.net.URI.checkPath(URI.java:1804)
at java.net.URI.<init>(URI.java:752)
at org.apache.hadoop.fs.Path.initialize(Path.java:145)
... 7 more
Everything about my cluster appears to be working as I've been using the hdfs file systems and Hive with out any issues. However I did have a number of job tracker url issues when setting up my cluster due to my lack of "real dns" but once I resolved this with /etc/hosts changes the cluster seems to be working. Using Hive I was able to see map/reduce jobs running across all the nodes of the cluster.
Any assistance would be appreciated.
Thanks
