Hi Andrew,
Thanks for your explanation, I confirm that the entries show up in the history
server UI when I create empty APPLICATION_COMPLETE files for each of them.
Christophe.
On 03/07/2014 18:27, Andrew Or wrote:
Hi Christophe, another Andrew speaking.
Your configuration looks fine to me. Fr
Hi Christophe, another Andrew speaking.
Your configuration looks fine to me. From the stack trace it seems that we
are in fact closing the file system pre-maturely elsewhere in the system,
such that when it tries to write the APPLICATION_COMPLETE file it throws
the exception you see. This does loo
Hi Andrew,
This does not work (the application failed), I have the following error when I
put 3 slashes in the hdfs scheme:
(...)
Caused by: java.lang.IllegalArgumentException: Pathname
/dc1-ibd-corp-hadoop-01.corp.dc1.kelkoo.net:9000/user/kookel/spark-events/kelkoo.searchkeywordreport-140437468
Hi Christophe,
Make sure you have 3 slashes in the hdfs scheme.
e.g.
hdfs:///:9000/user//spark-events
and in the spark-defaults.conf as
well.spark.eventLog.dir=hdfs:///:9000/user//spark-events
> Date: Thu, 19 Jun 2014 11:18:51 +0200
> From: christophe.pre...@kelkoo.com
> To: user@spark.apache.org