Hi,
I installed crateDB via “apt-get” on Ubuntu and crash to access it. It was working fine in the beginning.
I was able to connect via crash and started setting everything up. After I ran the init script of my application (adding dummy data), I wanted to check with crash again and got this:
crate.client.exceptions.ProgrammingError: SQLActionException[ColumnUnknownException: Column settings['license']['enterprise'] unknown]
I am running crateDB on one node, so should not need a license. Crate works fine when I run queries from my application, but crash throws the error above. Can someone point me to a fix?
thanks