Thanks for the suggestions Ivan. The "defaultMode" property goes under the FileSystemConfiguration bean, correct?

I don't see an entry for a secondary fs in my config, does not having it default to it being on?

I think I am using TCP to communicate to Igfs (That is the IgfsIpcEndpointConfiguration.type correct?)

I double checked the config I posted, the one (I think) I'm currently running and the one I send with the logs and they all seem to be the same (I thought maybe I pasted the wrong xml at some point). Where did you see the settings, I would be embarrassed if ignite wasn't even using my config ;-)

Thanks again for the help
Joe

Quoting Ivan Veselovsky <[email protected]>:

Hi, Joe, from the config you have sent to Denis it is seen that (1) you use
shmem to communicate to IGFS; (2) you have secondary file system enabled
(hdfs://localhost:9000).
So, the suggestions to investigate the problem are:
1) try to perform the same experiment with primary IGFS filesyetem only
(<property name="defaultMode" value="PRIMARY"/>, + comment out the secondary
file system section).
2) try to communicate with IGFS with TCP protocol (<property name="type"
value="TCP" />). Shmem requires shmem library (ignite-shmem-1.0.0.jar) to be
present in hadoop client classpath. Also it requires the client to be run on
the machine where at least one cluster node is running.
Is the same problem also observed with these changes?



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Help-with-tuning-for-larger-clusters-tp1692p1781.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.



Reply via email to