12004 Commits

Author SHA1 Message Date
Kerem Sahin
d8c98f4ca5 doc: Fix & modify architecture diagram 2020-04-25 17:23:23 -07:00
Chris Lee
2a59070d54
fix(metadata-ingestion): pass schema_record to mce-cli cosumer (#1646) 2020-04-24 14:34:16 -07:00
Liangjun Jiang
ec5fbbc496
Add openldap-etl script and instruction (#1647)
* add openldap-etl scripts, README.md and docker compose file

* remove a misleading comment

* fixed a typo in README.md

Co-authored-by: Liangjun <liajiang@expediagroup.com>
2020-04-24 14:28:39 -07:00
larluo
c7851b7df4
migrate hive generator (#1641)
* migrate hive generator
2020-04-21 20:29:19 -07:00
larluo
c97d3fc102
add postgresql support and force utf8 encode on non-utf8 locale (#1637) 2020-04-18 11:19:54 -07:00
geosmart
b0081de621
docs: update metadata-modelling.md (#1638)
* Update metadata-modelling.md

Pegasus schema blog url is not working ,so use rest.li wiki instead
2020-04-18 11:19:19 -07:00
Jyoti Wadhwani
04203981ca
Update README.md 2020-04-17 14:59:17 -07:00
Jyoti Wadhwani
6a8b9e7a48
Update townhalls.md
Add link to recording and Q&A doc from previous meeting
2020-04-17 14:56:26 -07:00
Jyoti Wadhwani
4e7786acaf
Update townhalls.md 2020-04-14 11:44:48 -07:00
Jyoti Wadhwani
1dbe23ed80
Update townhalls.md
Add agenda for the town hall meeting
2020-04-14 11:38:21 -07:00
Kerem Sahin
b8cab17249
Fix typos in entity.md 2020-04-12 20:41:39 -07:00
Mars Lan
d93afaebfa
docs: fix slack link 2020-04-12 16:30:34 -07:00
Mars Lan
18a6f94725
docs: fix slack link using never-expiring invitation 2020-04-12 16:29:34 -07:00
Mars Lan
47550f7ef8
Update README.md 2020-04-11 21:56:54 -07:00
Mars Lan
e834e7ae86
Update entity.md 2020-04-11 19:22:05 -07:00
Arun Vasudevan
8c9787c19c
feat: convert MAE application to springboot (#1635)
* Convert MAE to Spring boot
* Fix after testing
* Changes after testing
* Add file appender for gms and update doc type for ESv5.6
* Review comments
* Fix Review Comments
2020-04-10 10:23:24 -07:00
Arun Vasudevan
e56e4eafd2
feat: Converting MCE to a Spring boot Application (#1629) 2020-04-06 10:16:41 -07:00
larluo
ee791b7737
add field for ui and parser reference (#1633) 2020-04-06 07:29:28 -07:00
Mars Lan
468b66fde3
docs: update quickstart debug guide 2020-04-06 07:19:57 -07:00
Mars Lan
d0487239b2
docs: add instructions on how to nuke docker environment 2020-04-05 16:03:29 -07:00
Mars Lan
5d180b43f1
doc: update next town hall date 2020-04-05 11:56:07 -07:00
Bharat
e7feaf1fc0
fix: Reduce mae-consumer & mce-consumer docker image sizes (#1632) 2020-04-05 09:30:05 -07:00
Kerem Sahin
a28f4db5e0
fix(Docker): Fixing 'dockerize not found' issue while starting datahub-gms container using quickstart (#1631) 2020-04-04 13:34:28 -07:00
Bharat
51c0a5c6fe
fix: Reduce gms & frontend docker image sizes (#1630)
* fix: Reduce gms docker image size to 254MB from 1.15GB
* fix: Reduce frontend docker image size to 294MB from 2.68GB
2020-04-04 07:51:29 -07:00
Jyoti Wadhwani
5895ebb3ca
Update townhalls.md 2020-04-03 15:39:27 -07:00
Jyoti Wadhwani
1caad3b053
Update townhalls.md
Add link to BJ
2020-04-03 15:37:36 -07:00
Jyoti Wadhwani
7de7bf89b0
Update search-onboarding.md
Replace with the new path for CorpUsers resource
2020-04-03 08:26:30 -07:00
Jyoti Wadhwani
db8a939910
Update graph-onboarding.md
Replace with the new path for DownstreamLineageResource subresource
2020-04-03 08:24:57 -07:00
Mars Lan
980f39ae88
refactor(frontend): fails loudly to help debug gms issue (#1626)
This will print the full stacktrace in log to help identify various gms issues
2020-04-03 07:40:07 -07:00
Mars Lan
c3c6212d4e
Update debugging.md 2020-04-03 07:36:12 -07:00
Mars Lan
6370251bf0
fix(gms): unable to find registered resources (#1625)
Fix the unable to find registered resource error introduced by 6a309332f321fc6847a721629c276e62867bf52c
Also simplify the build script
2020-04-02 20:53:22 -07:00
Mars Lan
a063ec7297
build(gms): rename JettyRunWar task to run (#1624)
Also make sure the task depends on build so it'll rebuild if needed.
This make it more consistent with other modules such as mce-consumer-job.
2020-04-02 20:16:00 -07:00
Mars Lan
aa81e774fd
doc: fix example MCEs 2020-04-02 19:39:12 -07:00
Mars Lan
4a77576d31
build: pegasus plugin doesn't work well with gradle caching (#1622)
Snapshot & IDL will not be regenerated consistently when gradle caching is enabled.
2020-04-02 19:27:24 -07:00
Mars Lan
bd00b2b120
Update add-new-aspect.md 2020-04-02 19:09:24 -07:00
Jyoti Wadhwani
2555d0a152
Update debugging.md 2020-04-02 16:52:25 -07:00
Mars Lan
d150157d6f
Update developers.md 2020-04-02 07:48:37 -07:00
Mars Lan
6cb3f94b82
fix: elasticsearch not starting on Mac (#1621)
The `chown 1000:1000` trick mentioned in https://discuss.elastic.co/t/elastic-elasticsearch-docker-not-assigning-permissions-to-data-directory-on-run/65812/4 only works on Linux. Make the directory world writeable instead so that it works on both Mac & Linux.
2020-04-02 07:19:52 -07:00
Mars Lan
eb124f839d
Update debugging.md 2020-04-02 07:00:46 -07:00
Mars Lan
9773077fe2
Update README.md 2020-04-02 06:25:39 -07:00
Jyoti Wadhwani
6a309332f3
refactor(gms): move gms restli resources (#1619)
Move dataset and identity resources and subresources to gms/impl/src/main/java/com/linkedin/metadata/resources
Update docs to reflect the change
2020-04-01 16:30:59 -07:00
Mars Lan
7dba331f36
doc: update new entity onboarding instructions 2020-04-01 11:25:03 -07:00
Mars Lan
36beab7da6
refactor: move rest.li keys from metadata-models to gms where they belong (#1617) 2020-04-01 11:02:39 -07:00
Mars Lan
df325ec37e
refactor: remove unused legacy model & move DatasetSearchConfig (#1618) 2020-04-01 10:41:03 -07:00
Kerem Sahin
0ff6e14ff3
Update add-new-aspect.md 2020-04-01 08:42:27 -07:00
Mars Lan
0253f1f684
doc: add rest.li endpoint example 2020-04-01 07:16:20 -07:00
Mars Lan
a76a8f834c
Update add-new-aspect.md 2020-04-01 07:00:44 -07:00
Mars Lan
e69b83442d
doc: additional instruction on gms endpoitns 2020-04-01 07:00:05 -07:00
Mars Lan
72ef018070
doc: add how-to guide on adding a new aspect 2020-03-31 21:48:56 -07:00
Jyoti Wadhwani
2fed2e8147
metadata-models 58.0.1 -> 62.0.3 (#1616)
Expose EbeanServer from EbeanLocalDAO
Create test URNs and use those from entity models
Implement interface for browse

MP_VERSION=metadata-models:62.0.3
MP_VERSION=wherehows-samza:1.0.56
2020-03-31 16:24:52 -07:00