Rafal Kluszczynski
457b0c0a2e
refactor: apply code review remarks
2016-05-24 22:39:59 +02:00
Rafal Kluszczynski
ee1e36219a
fix: generate tree also when elastic is not configured
2016-05-24 16:04:31 +02:00
jerrybai2009
8a9eeb1bb8
Merge pull request #126 from jerrybai2009/master
...
support the elasticsearch as search engine
2016-05-23 18:12:55 -07:00
jbai
4059af29ba
change the routes name from company to party
2016-05-23 17:59:36 -07:00
jbai
a2e42d60f3
add the elasticsearch index build and update file
2016-05-23 17:58:37 -07:00
Eric Sun
85ba090da9
Merge pull request #121 from rkluszczynski/usingGradleWrapper
...
Using gradle wrapper instead of manually downloaded gradle distribution
2016-05-23 12:28:29 -07:00
Eric Sun
7fb1b00b62
Merge pull request #127 from rkluszczynski/ddlFixForMySQL-5.7.x
...
update DDL for job_execution_ext_reference tables for mysql 5.7.x
2016-05-23 09:24:42 -07:00
Rafal Kluszczynski
8501b1d7b8
fix: update DDL for job_execution_ext_reference tables to work with mysql 5.7.x
2016-05-23 10:37:30 +02:00
Rafal Kluszczynski
8d43d3699f
Merge branch 'master' into usingGradleWrapper
2016-05-23 10:08:59 +02:00
Eric Sun
2074329441
Merge pull request #125 from SunZhaonan/master
...
Fix hive field ETL bug
2016-05-22 18:40:00 -07:00
jbai
3fbcbfd2e1
get the owner types from db
2016-05-20 18:27:05 -07:00
jbai
fba2c90c33
support the elasticsearch as search engine
2016-05-20 17:59:28 -07:00
SunZhaonan
fb1198e4ae
Fix hive field ETL bug
2016-05-20 17:52:45 -07:00
Zhaonan Sun
198ee5f4ad
Merge pull request #123 from SunZhaonan/master
...
Fix Hive column parser parent path bug
2016-05-20 10:29:15 -07:00
SunZhaonan
0b5c421311
Fix Hive column parser parent path bug
2016-05-19 16:36:30 -07:00
Eric Sun
5ff4d35f51
add cfg_object_name_map and job_execution_ext_reference
2016-05-19 12:39:06 -07:00
Rafal Kluszczynski
856849abd1
updating documentation
2016-05-16 14:58:49 +02:00
Rafal Kluszczynski
b28f7d924f
adding gradle wrapper instead of manually downloded gradle distribution
2016-05-16 14:58:28 +02:00
Eric Sun
19c4705a66
Merge pull request #120 from SunZhaonan/master
...
Add optional config of ETL job white list so that it is possible to start multiple backend services on different hosts, and let some jobs execute from one host and others execute from another.
2016-05-12 22:22:50 -07:00
SunZhaonan
9d6a1b2649
Add optional config of ETL job white list
2016-05-12 16:28:23 -07:00
Zhaonan Sun
a4734ab406
Merge pull request #118 from SunZhaonan/master
...
Pass parameter through file.
2016-05-10 13:48:29 -07:00
SunZhaonan
22fcc7ebcb
pagination the LDAP fetch process
2016-05-04 17:15:45 -07:00
SunZhaonan
31de21ddcf
pass parameter through file.
2016-05-03 16:25:56 -07:00
jerrybai2009
702b90a2d9
Merge pull request #115 from jerrybai2009/master
...
fix the search keyword special characters and comments word break issue
2016-04-25 10:37:26 -07:00
jbai
d06d732e1f
remove word break style for metric
2016-04-21 18:11:52 -07:00
jbai
7017db4406
fix the search keyword special characters and comments word break issue
2016-04-21 16:25:08 -07:00
jerrybai2009
c779f33ad8
Merge pull request #112 from jerrybai2009/master
...
update the tract pathinfo method since db content changed
2016-04-21 13:53:30 -07:00
jbai
b254856a76
refactor the lineage render method
2016-04-21 11:43:37 -07:00
jbai
10fe986d71
update lineage render method
2016-04-18 18:08:27 -07:00
Zhaonan Sun
63e2482a36
Merge pull request #113 from jcdcodes/master
...
To avoid requiring the user to be logged into github, use https:
2016-04-13 11:41:40 -07:00
Josh Daghlian
c60a49b116
To avoid requiring the user to be logged into github, use https: rather than git:
2016-04-13 09:11:57 -04:00
jbai
c56cc6a420
update the tract pathinfo method since db content changed
2016-04-11 16:42:47 -07:00
jerrybai2009
026311b862
Merge pull request #111 from jerrybai2009/master
...
fix the impact analysis query slow issue
2016-04-07 13:50:19 -07:00
jbai
97ebef4980
fix the impact analysis query slow issue
2016-04-07 11:34:14 -07:00
Zhaonan Sun
a7187a42bf
Merge pull request #108 from SunZhaonan/master
...
Innodb engine DDL. Add config for timeout and load sample.
2016-04-06 15:07:44 -07:00
Zhaonan Sun
821e40468c
Merge pull request #109 from arekosinski/master
...
missing letter in property name hive.metastore.username
2016-04-06 10:45:43 -07:00
Arkadiusz Osinski
4d9f1681f0
missing letter in property name hive.metastore.username
2016-04-06 08:46:33 +02:00
SunZhaonan
b202832741
Innodb engine DDL. Add config for timeout and load sample.
2016-04-05 12:43:02 -07:00
Zhaonan Sun
90a0690318
Merge pull request #105 from SunZhaonan/master
...
Fix DDL db_type_id default to 0
2016-04-04 17:05:00 -07:00
SunZhaonan
6077f6565b
Fix DDL db_type_id default to 0
2016-04-04 13:40:03 -07:00
Zhaonan Sun
6658815a17
Merge pull request #98 from SunZhaonan/master
...
Fix dataset insert API bug. Fix load sql bug.
2016-03-30 15:32:35 -07:00
jerrybai2009
7b35800fdd
Merge pull request #100 from jerrybai2009/master
...
update the ranking method since mysql table engine changed to innoDB
2016-03-30 10:34:55 -07:00
jbai
839caf766b
update the ranking method since mysql table engine changed to innoDB
2016-03-30 09:52:45 -07:00
SunZhaonan
c66b00e2f6
Fix dataset insert API bug. Fix load sql bug.
2016-03-28 16:27:43 -07:00
jerrybai2009
6afc9b0063
Merge pull request #96 from jerrybai2009/master
...
DSS-4080 and DSS-3941, fix the schema comment issues
2016-03-24 19:16:29 -07:00
jbai
a39762076b
DSS-4080 and DSS-3941, fix the schema comment issues
2016-03-24 18:55:04 -07:00
jerrybai2009
cb42808cf0
Merge pull request #93 from jerrybai2009/master
...
update the constant name to HDFS_URN_PREFIX_LEN and put comment
2016-03-24 11:11:06 -07:00
jbai
9552aae34b
update the constant name to HDFS_URN_PREFIX_LEN and put comment
2016-03-18 18:02:03 -07:00
Zhaonan Sun
7bf733fe02
Merge pull request #92 from SunZhaonan/master
...
Fix dataset insert API bug
2016-03-18 15:40:42 -07:00
SunZhaonan
2431d29432
Fix dataset insert API bug
2016-03-18 15:27:43 -07:00