[PR] Update quickstart with new solr command [incubator-sdap-nexus]

2024-02-15 Thread via GitHub
skorper opened a new pull request, #298: URL: https://github.com/apache/incubator-sdap-nexus/pull/298 I was running through the quickstart and found the `ZK_HOST` environment variable wasn't being used by the solr container, resulting in failure. By updating to `SDAP_ZK_SERVICE_HOST` the

Re: [PR] Update quickstart with new solr command [incubator-sdap-nexus]

2024-02-15 Thread via GitHub
RKuttruff commented on PR #298: URL: https://github.com/apache/incubator-sdap-nexus/pull/298#issuecomment-1947524926 This is odd, my existing deployment with Docker uses `ZK_HOST` without issue. What kind of error were you seeing? -- This is an automated message from the Apache Git

[PR] SDAP-505: Support DOMS insitu API [incubator-sdap-nexus]

2024-02-15 Thread via GitHub
skorper opened a new pull request, #299: URL: https://github.com/apache/incubator-sdap-nexus/pull/299 - Cast platform to string. SDAP requires platform to be a string (db col is str) but the DOMS insitu API seems to return an integer. - Add mechanism for not supporting insitu schema. As

Re: [PR] Update quickstart with new solr command [incubator-sdap-nexus]

2024-02-15 Thread via GitHub
skorper commented on PR #298: URL: https://github.com/apache/incubator-sdap-nexus/pull/298#issuecomment-1947579156 I can try to recreate the issue a bit later. But in summary, the solr container failed to launch because it could not find the zookeeper host. It seemed like `ZK_HOST` was