Re: Using Calcite in .Net environment

2016-09-10 Thread F21
If you want to talk to Calcite from .NET, the best way would be to use the Avatica server. It is an HTTP server that allows you to talk to the calcite backend using protobufs or JSON. Here's a .NET client that talks to the Avatica server, but is currently targeted towards Apache Phoenix (which

Re: Import Calcite as a maven project in Eclipse

2016-09-10 Thread Josh Elser
Hi, Can you provide an example class name which could not be found? Hard to guess at what the issue is without knowing what it can't find. You could also try simply doing an "Import Maven Project" provided by m2e's integration instead of invoking `mvn eclipse:eclipse` to generate the configu

Re: Simple Streaming Senario

2016-09-10 Thread Γιώργος Θεοδωράκης
After many tries, in order to build a streaming query application on csv in Eclipse I used: As maven dependencies: - commons-io 2.4 , commons-logging 1.1.3 , commons-lang3 3.2 , janino 2.7.6 , eigenbase-properties 1.1.5 , avatica 1.8.0, opencsv 2.3 , json-simple 1.1 and as external jars : calcite-

Using Calcite in .Net environment

2016-09-10 Thread Rawat, Rishi
Hi Calcite team We are trying to create a data virtualization engine in our technology stack which is a .Net/C# layer. What is the best way in which we can achieve using Calcite from a .Net. Also we are Sql server heavy in our operations(also data operations expanding to other data source types

Re: Making Calcite release 1.9

2016-09-10 Thread Julian Hyde
I’ve not run Vagrant + Virtualbox on Windows (in fact my only Windows installation *is* a Virtualbox; but I develop on both OS X and Linux) but if it requires FAT, that sucks — I commiserate. > On Sep 10, 2016, at 3:15 PM, Atri Sharma wrote: > > Just to update, my laptop does not seem to be ab

Re: Making Calcite release 1.9

2016-09-10 Thread Atri Sharma
Just to update, my laptop does not seem to be able to mount a FAT system for Virtualbox to run in order for me to execute the tests. If there is an alternate way, please let me know. Regards, Atri On Wed, Aug 24, 2016 at 1:56 AM, Julian Hyde wrote: > Unfortunately, the release manager has to b

Import Calcite as a maven project in Eclipse

2016-09-10 Thread Γιώργος Θεοδωράκης
Hello, I am trying to import latest version of calcite in eclipse. I have downloaded the source code from github as zip, used these commands: $mvn install $mvn eclipse:eclipse and finally imported the project as an existing maven project. However, I get many errors (in core's pom.xml , classes miss