mirror of
https://github.com/apache/druid.git
synced 2025-02-16 15:05:24 +00:00
Docs: Update Docker profile and fix method call in druidapi
tutorial (#14308)
This commit is contained in:
parent
c546df3866
commit
058eb99a8b
@ -673,7 +673,7 @@
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"sql_client.show_tables(consts.SYS_SCHEMA)"
|
||||
"sql_client.tables(consts.SYS_SCHEMA)"
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -711,7 +711,7 @@
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"sql_client.show_tables()"
|
||||
"sql_client.tables()"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -162,7 +162,7 @@ services:
|
||||
context: ..
|
||||
dockerfile: Dockerfile
|
||||
container_name: jupyter
|
||||
profiles: ["jupyter", "all-services"]
|
||||
profiles: ["jupyter", "druid-jupyter", "all-services"]
|
||||
environment:
|
||||
DOCKER_STACKS_JUPYTER_CMD: "notebook"
|
||||
NOTEBOOK_ARGS: "--NotebookApp.token=''"
|
||||
|
@ -160,7 +160,7 @@ services:
|
||||
jupyter:
|
||||
image: imply/druid-notebook:latest
|
||||
container_name: jupyter
|
||||
profiles: ["jupyter", "all-services"]
|
||||
profiles: ["jupyter", "druid-jupyter", "all-services"]
|
||||
environment:
|
||||
DOCKER_STACKS_JUPYTER_CMD: "notebook"
|
||||
NOTEBOOK_ARGS: "--NotebookApp.token=''"
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user