Commit Graph

28 Commits

Author SHA1 Message Date
ae680b4248 [UDF] support RPC udaf part 1: support create RPC udaf in fe (#8510) 2022-04-21 17:38:58 +08:00
81495b0ff1 [docs]correct spelling of the word 'LABEL' #3265 (#8956) 2022-04-12 08:44:33 +08:00
fd054ca2f6 [doc](java-udf) add docs for Java UDF (#8944) 2022-04-11 09:37:48 +08:00
ac9acc8e9d [fix](sample)(cpp) fix the condition of breaking for loop in function (#8497) 2022-03-18 09:37:48 +08:00
09bfb8b9d3 [fix] (rpc-udf) Fixed the problem that the query could not be interrupted (#8248)
if an error occurred in the rpc server during the execution of rpc-udf.
Add java,cpp,python demo of rpc-udf server
2022-03-03 09:30:03 +08:00
b27122df8b [Docs] add rpc function document (#7984)
* add rpc function document
2022-02-20 23:26:52 +08:00
6934534155 [fix](demo) scala.Function1 used in java about compiling error:apply$mcVJ$sp(long)
Fix MyForeachPartitionFunction.java:xxx:xxx
java: org.apache.doris.demo.spark.demo.hdfs.MyForeachPartitionFunction is not abstract and does not override abstract method apply$mcVJ$sp(long) in scala.Function1
2022-02-12 15:59:41 +08:00
c0e59e59aa [fix][refactor] fix bugs and refactor some code by lint (#7871)
1. Fix some `passedByValue` issues.
2. Fix some `dereferenceBeforeCheck` issues.
3. Fix some `uninitMemberVar` issues.
4. Fix some iterator `eraseDereference` issues.
5. Fix compile issue introduced from #7923 #7905 #7848
2022-02-01 14:31:14 +08:00
cacc29470b [demo] Add Flink oracle cdc demo (#7845) 2022-01-31 22:11:38 +08:00
4bdeef3b64 [chore][fix][doc](fe-plugin)(mysqldump) fix build auditlog plugin error (#7804)
1. fix problems when build fe_plugins
2. format
3. add docs about dump data using mysql dump
2022-01-26 09:11:23 +08:00
738d2d2e07 [refactor] update parent pom version and optimize build scripts (#7548) 2022-01-05 10:45:11 +08:00
2872dbfeb8 [refactor] Standardize the writing of pom files, prepare for deployment to maven (#7477) 2021-12-30 10:16:37 +08:00
6c6380969b [refactor] replace boost smart ptr with stl (#6856)
1. replace all boost::shared_ptr to std::shared_ptr
2. replace all boost::scopted_ptr to std::unique_ptr
3. replace all boost::scoped_array to std::unique<T[]>
4. replace all boost:thread to std::thread
2021-11-17 10:18:35 +08:00
dcad6ff5e5 [License] Add License header for missing files (#7130)
1. Add License header for missing files
2. Modify the spark pom.xml to correct the location of `thrift`
2021-11-16 18:37:54 +08:00
f49362b0d7 [Demo] Add Spark-Doris-Sink demo (#6570)
This demo includes reading hdfs files and writing doris through streaming load、 reading kafka message queues and writing doris through streaming load and reading doris tables through spark doris connector to build DataFrame dataset.
2021-09-24 21:35:08 +08:00
ace21ebf83 Doris-spark connector examples (#6485)
* doris spark connector examples

* add usage documentation and license

Co-authored-by: shengy <whyMy2017>
2021-08-27 10:57:11 +08:00
4cfebc35a7 Flink reads multiple data sources to doris (#6490)
* Flink reads multiple data sources to doris

Co-authored-by: caol <caol@shuhaisc.com>
2021-08-27 10:55:53 +08:00
de7376062a [Demo] Add flink mysql cdc to doris demo (#6352)
add flink mysql cdc to doris
2021-08-05 14:34:52 +08:00
b5d8ee35f5 [Demo] Add spring mybatis jdbc demo (#6349)
add spring mybatis jdbc demo
2021-08-05 14:34:34 +08:00
216295d1b8 [Demo] Add stream load demo (#6344)
add stream load demo
2021-08-05 14:33:39 +08:00
88a96d68cd [Sample] Doris developers quickly use the development sample code framework, (#6301)
The main purpose of this project is to let doris use development, which can get started quickly,
and give sample codes for the use of various new functions as a reference.
Submit the framework first, and the code will be submitted one after another

Doris developers quickly use the development sample code framework, and the code is submitted one after another
2021-07-26 10:16:48 +08:00
2e1a0030bc Add some connect samples (#3221)
Add connect samples for golang, java , nodejs, php, python.
2020-03-30 13:54:36 +08:00
47a7df17ec Add notes in java stream load sample to avoid wrong use of stream load (#2802) 2020-01-19 23:22:17 +08:00
87b266cd11 Add cpp connect sample (#2685) 2020-01-08 23:10:58 +08:00
23078a5cee Avoid Chinese garbled for streamLoad java sample (#2229) 2019-11-18 21:14:35 +08:00
6688fef158 Add more note for streamLoad java sample (#2198) 2019-11-14 21:27:56 +08:00
6528689205 Add samples about mini_load & insert (#997) 2019-05-20 12:26:49 +08:00
642b2a3604 Add a java sample for stream load (#1039) 2019-04-26 13:30:50 +08:00