This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-spark-connector.git
The following commit(s) were added to refs/heads/master by this push: new a297b23 remove incubating (#35) a297b23 is described below commit a297b2321e9513c8c8ee78572908864045e56031 Author: jiafeng.zhang <zhang...@gmail.com> AuthorDate: Thu Jun 23 09:33:46 2022 +0800 remove incubating (#35) remove incubating --- README.md | 10 +++++----- spark-doris-connector/pom.xml | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index cc08808..10af1a4 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ specific language governing permissions and limitations under the License. --> -# Spark Connector for Apache Doris (incubating) +# Spark Connector for Apache Doris [](https://www.apache.org/licenses/LICENSE-2.0.html) [](https://join.slack.com/t/apachedoriscommunity/shared_invite/zt-11jb8gesh-7IukzSrdea6mqoG0HB4gZg) @@ -32,7 +32,7 @@ More information about compilation and usage, please visit [Spark Doris Connecto ### QuickStart -1. download and compile Spark Doris Connector from https://github.com/apache/incubator-doris-spark-connector, we suggest compile Spark Doris Connector by Doris offfcial image。 +1. download and compile Spark Doris Connector from https://github.com/apache/doris-spark-connector, we suggest compile Spark Doris Connector by Doris offfcial image。 ```bash $ docker pull apache/incubator-doris:build-env-ldb-toolchain-latest @@ -109,7 +109,7 @@ dorisSparkRDD.collect() spark.yarn.jars=hdfs:///spark-jars/doris-spark-connector-3.1.2-2.12-1.0.0.jar ``` -Link:https://github.com/apache/incubator-doris/discussions/9486 +Link:https://github.com/apache/doris/discussions/9486 9. in pyspark,input this code in pyspark shell command. @@ -126,7 +126,7 @@ dorisSparkDF.show(5) ## Report issues or submit pull request -If you find any bugs, feel free to file a [GitHub issue](https://github.com/apache/incubator-doris/issues) or fix it by submitting a [pull request](https://github.com/apache/incubator-doris/pulls). +If you find any bugs, feel free to file a [GitHub issue](https://github.com/apache/doris/issues) or fix it by submitting a [pull request](https://github.com/apache/doris/pulls). ## Contact Us @@ -138,6 +138,6 @@ Contact us through the following mailing list. ## Links -* Doris official site - <https://doris.incubator.apache.org> +* Doris official site - <https://doris.apache.org> * Developer Mailing list - <d...@doris.apache.org>. Mail to <dev-subscr...@doris.apache.org>, follow the reply to subscribe the mail list. * Slack channel - [Join the Slack](https://join.slack.com/t/apachedoriscommunity/shared_invite/zt-11jb8gesh-7IukzSrdea6mqoG0HB4gZg) diff --git a/spark-doris-connector/pom.xml b/spark-doris-connector/pom.xml index 8e728d8..db028de 100644 --- a/spark-doris-connector/pom.xml +++ b/spark-doris-connector/pom.xml @@ -38,14 +38,14 @@ </license> </licenses> <scm> - <connection>scm:git:https://g...@github.com/apache/incubator-doris-spark-connector.git</connection> - <developerConnection>scm:git:https://g...@github.com/apache/incubator-doris-spark-connector.git</developerConnection> - <url>scm:git:https://g...@github.com/apache/incubator-doris-spark-connector.git</url> + <connection>scm:git:https://g...@github.com/apache/doris-spark-connector.git</connection> + <developerConnection>scm:git:https://g...@github.com/apache/doris-spark-connector.git</developerConnection> + <url>scm:git:https://g...@github.com/apache/doris-spark-connector.git</url> <tag>HEAD</tag> </scm> <issueManagement> <system>GitHub</system> - <url>https://github.com/apache/incubator-doris/issues</url> + <url>https://github.com/apache/doris/issues</url> </issueManagement> <mailingLists> <mailingList> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org