Re: Ignite ML withKeepBinary cache

2019-01-21 Thread otorreno
Thanks Ilya, I got the link to the JIRA ticket in the Ignite Devs mailing list. In fact I already included a comment in the ticket. I got a response from Alexey Zinoviev in the Dev list too, and I am now waiting to receive a further update from him on this matter. Regards, -- Sent from: http:

Ignite ML withKeepBinary cache

2019-01-01 Thread otorreno
rivate and cannot be accessed from the lines I modified) My example code is available at: https://gist.github.com/otorreno/ca6c5347c1bbde2d4fedd02b51d02cbb Any plans on making the machine learning algorithms work with caches with keepBinary set to true? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: S3AFileSystem as IGFS secondary file system

2018-07-02 Thread otorreno
I have been able to do it using the following lines: BasicHadoopFileSystemFactory f = new BasicHadoopFileSystemFactory(); f.setConfigPaths("cfg.xml"); IgniteHadoopIgfsSecondaryFileSystem sec = new IgniteHadoopIgfsSecondaryFileSystem(); sec.setFileSystemFactory(f);

S3AFileSystem as IGFS secondary file system

2018-07-02 Thread otorreno
Hi, I am struggling to get the S3AFileSystem configured as an IGFS secondary file system. I am using IGFS as my default file system, and do not want to have an HDFS cluster up and running besides the IGFS one. I have been able to reproduce the steps contained at https://apacheignite-fs.rea

S3AFileSystem as IGFS secondary file system

2018-07-02 Thread otorreno
Hi, I am struggling to get the S3AFileSystem configured as an IGFS secondary file system. I am using IGFS as my default file system, and do not want to have an HDFS cluster up and running besides the IGFS one. I have been able to reproduce the steps contained at https://apacheignite-fs.readme.io