mirror of
https://github.com/datahub-project/datahub.git
synced 2025-06-27 05:03:31 +00:00
docs: misc fixes (#7603)
This commit is contained in:
parent
2ef26e8b74
commit
3eb8e616ca
@ -462,6 +462,7 @@ module.exports = {
|
||||
],
|
||||
},
|
||||
"docs/debugging",
|
||||
"docs/faq-using-datahub",
|
||||
"docs/plugins",
|
||||
|
||||
{
|
||||
|
@ -86,7 +86,7 @@ Running `datahub init` will allow you to customize the datahub instance you are
|
||||
|
||||
**_Note_**: Provide your GMS instance's host when the prompt asks you for the DataHub host.
|
||||
|
||||
#### Environment variables supported
|
||||
### Environment variables supported
|
||||
|
||||
The environment variables listed below take precedence over the DataHub CLI config created through the `init` command.
|
||||
|
||||
|
@ -1,4 +1,6 @@
|
||||
# Debugging Guide
|
||||
# Quickstart Debugging Guide
|
||||
|
||||
For when [Quickstart](./quickstart.md) did not work out smoothly.
|
||||
|
||||
## How can I confirm if all Docker containers are running as expected after a quickstart?
|
||||
|
||||
@ -146,7 +148,7 @@ docker exec -i mysql sh -c 'exec mysql datahub -udatahub -pdatahub' < docker/mys
|
||||
## I've messed up my docker setup. How do I start from scratch?
|
||||
Run the following script to remove all the containers and volumes created during the quickstart tutorial. Note that you'll also lose all the data as a result.
|
||||
```
|
||||
./docker/nuke.sh
|
||||
datahub docker nuke
|
||||
```
|
||||
## I'm seeing exceptions in DataHub GMS container like "Caused by: java.lang.IllegalStateException: Duplicate key com.linkedin.metadata.entity.ebean.EbeanAspectV2@dd26e011". What do I do?
|
||||
|
||||
|
7
docs/faq-using-datahub.md
Normal file
7
docs/faq-using-datahub.md
Normal file
@ -0,0 +1,7 @@
|
||||
# FAQ Using DataHub
|
||||
|
||||
## Logo for my platform is not appearing on the Home Page or search results
|
||||
|
||||
Please see if either of these guides help you
|
||||
- [Adding a custom Dataset Data Platform](./how/add-custom-data-platform.md)
|
||||
- [DataHub CLI put platform command](./cli.md#put-platform)
|
Loading…
x
Reference in New Issue
Block a user