9 Commits

Author SHA1 Message Date
Mars Lan
0637578aa6 Remove deprecated code (#666) 2017-08-11 16:45:50 -07:00
Mars Lan
4b4cae2148 Add base class for all pure jython ETLs (#663) 2017-08-10 17:40:19 -07:00
Yi (Alan) Wang
3138185068 Remove some LinkedIn specific ETL jobs (#601) 2017-07-18 16:39:45 -07:00
Mars Lan
86b815eadf Fix broken Travis build. 2017-07-10 13:44:35 -07:00
Mars Lan
8058734917 Fix the last few instances whewre username & password are specified via manual construction of url. (#584) 2017-07-10 13:44:35 -07:00
Mars Lan
33f49c5f55 Fix more places where connection URLs are manually constructed. (#579) 2017-07-10 13:44:35 -07:00
Mars Lan
75f57c6ac0 Remove some of the LI-speicifc ETLs. (#559) 2017-07-10 13:44:33 -07:00
Mars Lan
53a30d5a77 Major refactoring of ETL scheduling & configuration (#542)
* Major refactoring
- Move job-spcific properties from wh_etl_job_property table to .job files
- Use the job file name instead of numeric IDs to identify ETL jobs
- Use reflection to create ETL job class at run time instead of relying hard-coded enums
- Drop ETL job-related APIs as they're no longer needed
- Drop wh_etl_job, wh_etl_job_property, wh_etl_job_execution tables
- Add wh_etl_schedule & wh_etl_history tables
2017-07-10 13:44:33 -07:00
Mars Lan
5f5c0937d1 Rename web, backend-service (#490)
* Rename web to wherehows-api and update README.

* Rename backend-service to wherehows-backend

* Rename metadata-etl to wherehows-etl

* Rename hadoop-dataset-extractor-standalone to wherehows-hadoop
2017-07-10 13:42:56 -07:00