当前位置:网站首页>LinkedIn datahub - experience sharing
LinkedIn datahub - experience sharing
2022-06-28 23:47:00 【A small stall of shark pepper】
LinkedIn DataHub --- Experience sharing
Passion begets persistence


datahub Official website address : https://datahubproject.io/docs/.
github Address : https://github.com/datahub-project/datahub.
On-line Demo: https://demo.datahubproject.io.
1. docker command
1.1 docker quickstart
- github Address : https://github.com/datahub-project/datahub.
- docker Not loaded neo4j, So look at this yml.
- Write data to mysql
- Get into mysql,docker exec -it containerId /bin/bash
1.2 python3 -m datahub docker nuke --keep-data

1.3 docker data volumes

2. error
2.1 DPI-147:Cannot locate a 64-bit Oracle Client library
- First, make sure oracle client installation is complete , as well as cx_oracle
Official website installation : https://blog.csdn.net/weixin_43916074/article/details/124827554.
Look at the alarm records , Ensure current databub and python Same version as the server , At that time, I just executed the following command, resulting in inconsistent versions . So we can't find it cx_oracle.
python3 -m datahub docker nuke --keep-data
python3 -m datahub docker quickstart --version v0.8.38To upgrade , Save the data , And then go straight up
python3 -m datahub docker nuke --keep-data
Official website reference : https://datahubproject.io/docs/cli.
2.2 UI The interface cannot cancle
- ingest It's done ,UI Still going round and round
There is no solution for the moment .
3. delete metadata
- Delete qa Medium oracle
python3 -m datahub delete --env QA --entity_type dataset --platform oracle
4. oracle permission
- Set up oracle Account secret permission , Only one can be seen schema Under the table/view
- stay datahub config Configure regular in
- Read more official documents , Be familiar with the configuration
Official website reference : https://datahubproject.io/docs/generated/ingestion/sources/oracle.
边栏推荐
- IDC: Alibaba cloud ranks first in the market share of China's data governance platform in 2021
- I can't sleep
- 随笔记:定义setter和getter的三种方式
- Interviewer: what is the internal implementation of strings in redis?
- [conception de la machine d'état] Moore, Mealy State Machine, Three - stage, Two - stage, one - stage State Machine Writing Specification
- TypeScript -- 第二节:变量声明
- 自动化测试的生命周期是什么?
- Chapter III processor scheduling exercise
- Association line exploration, how to connect the two nodes of the flow chart
- PHP uses endroid/qrcode QR code to generate, and Gd library generates sharing posters
猜你喜欢

Stm32f407 ------ clock system (systeminit clock initialization, systick tick timer)

stm32F407-------RTC实时时钟

Finally, someone explained the cloud native architecture

stm32F407-------NVIC中断优先级管理

随笔记:定义setter和getter的三种方式

Association line exploration, how to connect the two nodes of the flow chart

Stm32f407------- external interrupt

TypeScript--第四节:函数

Mysql-5.7.30-winx64 installation free download and installation tutorial

Stm32f407 ------ running lamp and buzzer
随机推荐
Association line exploration, how to connect the two nodes of the flow chart
表单校验问题——el-select(初始化页面自动触发校验解决办法)
What are some tips to improve your interview success rate?
Scrapy uses xlwt to implement the exporter that exports data in Excel format
是使用local_setup.bash 还是 setup.bash
Class extension and optional type extension of dart
Stm32f407 ------- IO pin multiplexing mapping
随笔记:模拟类数组(array-like)的方法
TypeScript -- 第二节:变量声明
urllib. Parse parses the parameters in the URL connection
Flutter obtains the coordinate size of any element in the interface through globalkey
Rongyun communication solution solves the pain points of enterprise communication
SQL note 2 [MySQL]
The secondary market is full of bad news. How should the market go next? One article will show you the general trend
stm32F407-------串行(串口)通信
Use conditional breakpoints in vscode (based on GDB)
Stm32f407------- external interrupt
Is it safe to open a stock account on the Internet?
解决ConfigParser解析中文问题
[conception de la machine d'état] Moore, Mealy State Machine, Three - stage, Two - stage, one - stage State Machine Writing Specification










