当前位置:网站首页>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.
边栏推荐
- Implementation of dynamic timer for quartz
- Would like to ask, how to open a stock account? Is it safe to open an account online?
- Scrapy uses xlwt to implement the exporter that exports data in Excel format
- IO playback function of FIO
- stm32F407-------跑马灯、蜂鸣器
- Windows10 phpstudy installing redis extension
- PHP uses endroid/qrcode QR code to generate, and Gd library generates sharing posters
- Stm32f407----- capacitive touch button
- Baidu knows the crawler, and obtains the dialogue below the comment according to the question Id, clue ID and comment ID
- 【SSM】报错 Access denied for user ‘WYF‘@‘localhost‘ (using password: YES) 数据的用户名变成了电脑的用户名
猜你喜欢

ERROR 1067 (42000): Invalid default value for ‘end_ time‘ Mysql

The second session of question swiping and clock out activity -- solving the switching problem with recursion as the background (2)

Stm32f407 ------- GPIO input experiment

Implementation of dynamic timer for quartz

stm32F407-------LCD

Online yaml to JSON tool

一条update语句到底加了多少锁?带你深入理解底层原理
![[mathematical modeling] fmincon() function of MATLAB nonlinear programming](/img/fc/46949679859b1369fcc83d0d8b637c.png)
[mathematical modeling] fmincon() function of MATLAB nonlinear programming
![[machine learning] numerical analysis 02 -- finding roots of arbitrary equations](/img/fd/ec82a50017e692ac90f6e8739b28d3.jpg)
[machine learning] numerical analysis 02 -- finding roots of arbitrary equations

ERROR 1067 (42000): Invalid default value for ‘end_time‘ Mysql
随机推荐
【状态机设计】Moore、Mealy状态机、三段式、二段式、一段式状态机书写规范
Thinking about lever
Stm32f407 ------ serial (serial port) communication
Auto encoder
Stm32f407------- general timer
[SSM] an error is reported that the user name of the access denied for user 'WYF' @ 'localhost' (using password: yes) data becomes the user name of the computer
Mysql-5.7.30-winx64 installation free download and installation tutorial
frameworks/base/core/res/res/values/symbols. Xml:3915: error: no definition for declared symbol solution
Have you ever met a fake interview in a job interview? How to avoid?
Online yaml to JSON tool
[opencv] - linear filtering: box filtering, mean filtering, Gaussian filtering
PHP 使用endroid/qrcode 二维码生成, GD库生成分享海报
MATLAB 学习笔记(6)MATLAB 的 upsample 函数和 downsample 函数
Stm32f407------- external interrupt
Finally, someone explained the cloud native architecture
What is the lifecycle of automated testing?
urllib.parse 解析url连接中的参数
华为22级专家十年心血终成云原生服务网格进阶实战文档,是真的6
fio的IO重放功能
10. Standard i/o redirection and pipeline










