Hi, there,

I got the hint to IOTDB from Chris Dutz of codencentric in Germany the head of 
Apache PCL4X (incubating)

I just have privat interest in time series databases. In my former job i have 
worked intensly with a commercial database called infoplus.21 of the american 
company aspentech. Being curious, if one could have got similar service with an 
open source solution, I discussed that with Chris telling him, that I had tried 
InfluxDB and he then told me about your project.

Being brave I started with building from source and ran in some small issues 
when starting the server but now fail to connect the client to the server.

I´ve built the  sources available from 
https://github.com/apache/incubator-iotdb.git on Windows 10 with Maven 3.5.4 
and OpenJDK 11+28

C:\>javac -fullversion
javac full version "11+28"

The version detection in start-server.bat can´t handle that fullversion yet. So 
for testing I hardcoded

IF "%MAJOR_VERSION%" == "11+28" (
  set JAVA_VERSION=11
REM set JAVA_VERSION=%MINOR_VERSION%
) else (
set JAVA_VERSION=%MAJOR_VERSION%
)

That´s just a hack that brought me to a running server. I could try to find a 
way to detect that in a more flexible way, e.g. checking the first to 
characters and if they form a "11" one can continue as Java 11. Actually I have 
not understood, what the construct

IF "%MAJOR_VERSION%" == "1" (
set JAVA_VERSION=%MINOR_VERSION%

should have done.

OK, anyhow, I would like to work on your project and I´d be happy if you let me 
take part and give me access to the mailing list.

Kind regards from Germany

Andreas



[https://ipmcdn.avast.com/images/icons/icon-envelope-tick-green-avg-v1.png]<http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
     Virenfrei. 
www.avg.com<http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>

Reply via email to