On Wed, Jul 29, 2015 at 8:15 AM, Sergi Vladykin <[email protected]> wrote:
> I don't think this will work in distributed environment correctly now. If > you want CSV export it must be implemented outside of SQL layer. > Would it be possible to add a CSVWRITE command to Visor to enable saving results to a CSV file? This would be a good newbie ticket in my view. Thoughts? > > Sergi > > 2015-07-29 14:13 GMT+03:00 Alexey Kuznetsov <[email protected]>: > > > Sergi Vladykin, > > > > I remember that we have same issue with "explain" queries. > > I think fix should be pretty simple. > > > > If it is so, let us know and Vasiliy will create issue for it. > > > > On Wed, Jul 29, 2015 at 5:47 PM, Vasiliy Sisko <[email protected]> > > wrote: > > > > > Hello Igniters. > > > > > > I try to execute SqlFieldsQuery with following statement: > > > CALL CSVWRITE('/tmp/test.csv', 'SELECT * FROM WorkedHours') > > > and receive next exception: > > > class org.apache.ignite.IgniteException: Unknown query type: CALL > > > CSVWRITE('/tmp/test.csv', 'SELECT * FROM WorkedHours') > > > > > > That query worked on GridGain 6.x > > > > > > Could we support such queries in Ignite? > > > > > > -- > > > Vasiliy Sisko > > > GridGain Systems > > > www.gridgain.com > > > > > > > > > > > -- > > Alexey Kuznetsov > > GridGain Systems > > www.gridgain.com > > >
