summaryrefslogtreecommitdiffstats
path: root/components/datalake-handler/feeder/src/main/resources
AgeCommit message (Collapse)AuthorFilesLines
2019-06-24portalDesign improveZhangZihao1-1/+4
Change-Id: I1fefccc3bc4fcc72a85a84b46b5cbcb205cf122c Issue-ID: DCAEGEN2-1625 Signed-off-by: ZhangZihao <zhangzihao@chinamobile.com>
2019-06-19Connect to secured KafkaGuobiao Mo1-4/+6
Issue-ID: DCAEGEN2-1632 Change-Id: I85767916fbf3b8f874ac367b7161b50a272d8595 Signed-off-by: Guobiao Mo <guobiaomo@chinamobile.com>
2019-06-10Druid Kafka Indexing Service Supervisor Spec for topicGuobiao Mo5-186/+1795
HW and EPC Issue-ID: DCAEGEN2-1598 Change-Id: Iee4a3a3efc2aa04afb1ab234070cd393ca110055 Signed-off-by: Guobiao Mo <guobiaomo@chinamobile.com>
2019-06-06Merge "Dashboard and esTemplate"Yan Yang1-0/+3
2019-06-06Dashboard and esTemplateZhangZihao1-0/+3
Change-Id: Id87cb7846ac50ab5e0deee9582479c41aa4e5484 Issue-ID: DCAEGEN2-1329 Signed-off-by: ZhangZihao <zhangzihao@chinamobile.com>
2019-06-04Flatten and Aggregate features in JSON array processingGuobiao Mo3-1/+36
Issue-ID: DCAEGEN2-1598 Change-Id: I9f563bcfa18285daf7b48878e8427bfdb1aff21f Signed-off-by: Guobiao Mo <guobiaomo@chinamobile.com>
2019-05-26Dynamically detect topic updates and new topicsGuobiao Mo1-8/+8
Issue-ID: DCAEGEN2-1195 Change-Id: I35d36a9aafe3a7681a9d4745bc509aded111b29d Signed-off-by: Guobiao Mo <guobiaomo@chinamobile.com>
2019-05-22Bug fixKate Hsuan1-0/+3
1. Fix feeder start/stop exceptions- "The Kafka consumer is NOT thread-safe" exception. 2. Modify REST format for feeder start/stop/status. Issue-ID: DCAEGEN2-1437 Change-Id: I7f79243a0098e6fa17b06866ef6dfc3f71b20dc8 Signed-off-by: Kate Hsuan <kate.hsuan@qct.io>
2019-05-13Support HDFS as a data storeGuobiao Mo2-27/+29
Issue-ID: DCAEGEN2-1498 Change-Id: Id203275bce01bd4a4d6ec131fb9696d78eda82f5 Signed-off-by: Guobiao Mo <guobiaomo@chinamobile.com>
2019-04-29Use TopicConfig in backend4.0.0-ONAP1.0.0Guobiao Mo1-0/+2
Issue-ID: DCAEGEN2-1200 Change-Id: Ia18993524c272c42ba48485a636f04f94af0cd0a Signed-off-by: Guobiao Mo <guobiaomo@chinamobile.com>
2019-04-26Merge "‘correlateClearedMessage’"Yan Yang1-0/+1
2019-04-25‘correlateClearedMessage’ZhangZihao1-0/+1
Change-Id: I32ea4043d32f29c920b370de3c84341c218ed5c2 Issue-ID: DCAEGEN2-1190 Signed-off-by: ZhangZihao <zhangzihao@chinamobile.com>
2019-04-24Remove explicit dependency on com.couchbase.client/core-ioGuobiao Mo1-3/+1
let org.springframework.data/spring-data-couchbase take care of Couchbase dependencies. Issue-ID: DCAEGEN2-1309 Change-Id: I0e6ba6198bb30a5cc69bdc6202f23df6c8c46e85 Signed-off-by: Guobiao Mo <guobiaomo@chinamobile.com>
2019-04-243 data mappings for ESGuobiao Mo4-5/+69
Issue-ID: DCAEGEN2-1329 Change-Id: I6100362ad58b6e0eae7f86decca4a4dfc9db6102 Signed-off-by: Guobiao Mo <guobiaomo@chinamobile.com>
2019-04-23Move hard-coded strings to app configurationGuobiao Mo1-0/+7
Issue-ID: DCAEGEN2-1452 Change-Id: I6577ba3b5a8f877bbaa13d0c590d6a2072331136 Signed-off-by: Guobiao Mo <guobiaomo@chinamobile.com>
2019-04-23Add REST API calls for DB manipulation.Kate Hsuan1-1/+1
1. Add the REST APIs for DB configuration. 2. Fix ORM relationship. Issue-ID: DCAEGEN2-1437 Change-Id: Iae842921aa671419e57f569093ecdd74dea4f8d2 Signed-off-by: Kate Hsuan <kate.hsuan@qct.io>
2019-04-16Unit test code for datalake seed codeRama-Huawei4-0/+994
Fixed the folder related path for generating and reading files from correct folder Issue-ID: DCAEGEN2-1309 Change-Id: I1ec3aae549f484e667eb4048c1ab59b6a60aaf87 Signed-off-by: Rama-Huawei <rama.subba.reddy.s@huawei.com>
2019-04-14Introduce global SSL flagGuobiao Mo1-2/+5
Issue-ID: DCAEGEN2-1411 Change-Id: Ic7723aeb2c5aa9012d969432c3cc3846a49f728f Signed-off-by: Guobiao Mo <guobiaomo@chinamobile.com>
2019-04-07Use MariaDB to store application configurationsGuobiao Mo9-25/+223
Issue-ID: DCAEGEN2-1400 Change-Id: I86b5bc25d84b98f7ac84b95f1690089dcebe7f0a Signed-off-by: Guobiao Mo <guobiaomo@chinamobile.com>
2019-03-29Unit test for seed codeGuobiao Mo1-0/+57
This project depends heavily on outside infrastructure, thus there are not much unit test cases. Issue-ID: DCAEGEN2-1309 Change-Id: I8893f4029014673139e67bf373fd77e9e5c42f83 Signed-off-by: Guobiao Mo <guobiaomo@chinamobile.com>
2019-03-26DataLake seed codeGuobiao Mo10-0/+1373
Issue-ID: DCAEGEN2-1189 Change-Id: Ib25b70197e3b162efadbce0f1b5235e3ba6635e9 Signed-off-by: Guobiao Mo <guobiaomo@chinamobile.com>