You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2021/08/22 14:05:31 UTC

[GitHub] [incubator-doris] eyesmoons opened a new pull request #6485: Doris-spark connector examples

eyesmoons opened a new pull request #6485:
URL: https://github.com/apache/incubator-doris/pull/6485


   ## Proposed changes
   Provides some examples for doris spark connector using java and scala language.
   
   ## Types of changes
   
   What types of changes does your code introduce to Doris?
   _Put an `x` in the boxes that apply_
   
   - [ ] Bugfix (non-breaking change which fixes an issue)
   - [ ] New feature (non-breaking change which adds functionality)
   - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
   - [ ] Documentation Update (if none of the other choices apply)
   - [ ] Code refactor (Modify the code structure, format the code, etc...)
       i. Two code files has been added.DorisSparkConnectionExampleJava.java and DorisSparkConnectionExampleScala.scala
   - [ ] Optimization. Including functional usability improvements and performance improvements.
   - [ ] Dependency. Such as changes related to third-party components.
   - [ ] Other.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] hf200012 commented on pull request #6485: Doris-spark connector examples

Posted by GitBox <gi...@apache.org>.
hf200012 commented on pull request #6485:
URL: https://github.com/apache/incubator-doris/pull/6485#issuecomment-903453269


   Add a usage documentation


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] yangzhg merged pull request #6485: Doris-spark connector examples

Posted by GitBox <gi...@apache.org>.
yangzhg merged pull request #6485:
URL: https://github.com/apache/incubator-doris/pull/6485


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] eyesmoons commented on a change in pull request #6485: Doris-spark connector examples

Posted by GitBox <gi...@apache.org>.
eyesmoons commented on a change in pull request #6485:
URL: https://github.com/apache/incubator-doris/pull/6485#discussion_r693835287



##########
File path: samples/doris-demo/spark-demo/org/apache/doris/scala/DorisSparkConnectionExampleScala.scala
##########
@@ -0,0 +1,157 @@
+package org.apache.doris.scala

Review comment:
       Usage documentation and license has been added.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] github-actions[bot] commented on pull request #6485: Doris-spark connector examples

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #6485:
URL: https://github.com/apache/incubator-doris/pull/6485#issuecomment-904320489


   PR approved by anyone and no changes requested.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] github-actions[bot] commented on pull request #6485: Doris-spark connector examples

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #6485:
URL: https://github.com/apache/incubator-doris/pull/6485#issuecomment-904461867


   PR approved by at least one committer and no changes requested.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] hf200012 commented on a change in pull request #6485: Doris-spark connector examples

Posted by GitBox <gi...@apache.org>.
hf200012 commented on a change in pull request #6485:
URL: https://github.com/apache/incubator-doris/pull/6485#discussion_r693666496



##########
File path: samples/doris-demo/spark-demo/org/apache/doris/scala/DorisSparkConnectionExampleScala.scala
##########
@@ -0,0 +1,157 @@
+package org.apache.doris.scala

Review comment:
       add license head

##########
File path: samples/doris-demo/spark-demo/org/apache/doris/java/DorisSparkConnectionExampleJava.java
##########
@@ -0,0 +1,142 @@
+package org.apache.doris.java;

Review comment:
       add license head




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org