exasol / virtual-schemas

Entry point repository for the EXASOL Virtual Schemas
http://www.exasol.com
MIT License
24 stars 23 forks source link

User guide: checking Java version in language container #338

Closed redcatbear closed 3 years ago

redcatbear commented 4 years ago

Situation

Before they install Virtual Schemas, users must know, which Java version is installed in their cluster's language container.

Acceptance Criteria

  1. User guide states how to find out, which Java version the LC contains.
  2. Link that section in the user guide from the compatibility list in the README.
redcatbear commented 4 years ago

As a starting point:

ls  /usr/opt/EXASuite-*/EXASolution-*/tests/default_bucket/EXAClusterOS/*/usr/lib/jvm/

Should be wrapped in a grep command though, to display only the important information.

UPDATE: At least on an EXAsolo this trick does not work.