Quansight / omnisci

Explorations on using MapD and Jupyter together.
4 stars 1 forks source link

[omnisci-examples] Change default ports to match the same configuration used by Mac Preview #149

Closed xmnlab closed 3 years ago

xmnlab commented 3 years ago

Justification

Currently, the ports used by omnisci-examples docker-compose and notebooks are not the same used by Mac Preview.

Request (General goal)

  1. Change the docker-compose configuration to use the same ports used by Mac Preview
  2. Change the notebooks that connects to the local OmniSciDB server.
For omnisci.conf:
  port = 16274
  http-port = 16278
  calcite-port = 16279
For docker compose:
    image: omnisci/core-os-cpu:v5.5.0
    ports:
      - 16274:16274
      - 16278:16278

Stakeholders

@israelvicars @andrewseidl

xmnlab commented 3 years ago

This issue was resolved in the last version on omnisci-examples (https://github.com/Quansight/omnisci-examples/blob/master/docker-compose.yml)

PS: Changing the ports on omnisci.conf didn't work for me, so I just changed the port for the host in the docker-compose recipe (e.g. 16274:6274).

@israelvicars could you confirm that this issue can be closed as resolved? thanks!

israelvicars commented 3 years ago

Confirmed @xmnlab ! Thanks!