Thanks Ilya. The reason I used that address is because the value in the
example config provided with the ignite-hadoop package is:
mapreduce.jobtracker.address
localhost:11211
I tried changing it to just "local" which I know is the default, but I get
the following error
Hello!
You should not use curl to test 11211 port since it's not an HTTP port.
I don't think that Ignite binary client protocol supports whatever
mapreduce.jobtracker.address expects. Have you tried "local"?
Regards,
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/
Still looking for any suggestions on this. Anyone have any ideas for next
steps to troubleshoot?
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/
I can see messages in the ignite logs when I run my mapreduce job:
[2018-08-06 10:15:56,914][WARN ][pub-#23817][HadoopJobTracker]
ignite.job.shared.classloader job property is set to true; please disable it
if job tasks rely on mutable static state.
[2018-08-06 10:15:58,303][INFO
][Hadoop-task-e93
Hi,
Are you sure that these requests reach the server? Do you have anything
suspicious in Ignite logs? I'd recommend to check them at first.
Evgenii
2018-08-03 23:42 GMT+03:00 engrdean :
> I am successfully running mapreduce jobs using Ignite but I haven't been
> able
> to use the Ignite job tr
I am successfully running mapreduce jobs using Ignite but I haven't been able
to use the Ignite job tracker. I'm running my job like this:
$ /bin/hadoop --config ~/ignite/ignite_conf jar wc.jar WordCount
/user/ignite/ /tmp/output
2018-08-03 15:09:32,751 WARN [main] mapreduce.JobResourceUploader