You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/09/20 13:32:08 UTC

[GitHub] [incubator-seatunnel] Hisoka-X opened a new issue, #2819: [Feature][ElasticSearch] Add Connector-V2 ElasticSearch sink e2e Test

Hisoka-X opened a new issue, #2819:
URL: https://github.com/apache/incubator-seatunnel/issues/2819

   ### Search before asking
   
   - [X] I had searched in the [feature](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement.
   
   
   ### Description
   
   Add Connector-V2 ElasticSearch sink e2e Test
   
   ### Usage Scenario
   
   _No response_
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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@seatunnel.apache.org.apache.org

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


[GitHub] [incubator-seatunnel] Hisoka-X commented on issue #2819: [Feature][ElasticSearch] Add Connector-V2 ElasticSearch sink e2e Test

Posted by GitBox <gi...@apache.org>.
Hisoka-X commented on issue #2819:
URL: https://github.com/apache/incubator-seatunnel/issues/2819#issuecomment-1253354774

   > please let me try this
   
   Great! I already assigned to you


-- 
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@seatunnel.apache.org

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


[GitHub] [incubator-seatunnel] Hisoka-X commented on issue #2819: [Feature][ElasticSearch] Add Connector-V2 ElasticSearch sink e2e Test

Posted by GitBox <gi...@apache.org>.
Hisoka-X commented on issue #2819:
URL: https://github.com/apache/incubator-seatunnel/issues/2819#issuecomment-1254865728

   > Is there some special configuration in idea? In dev branch I run FakeSourceToConsoleIT and get error . Just run "mvn clean package -pl seatunnel-dist -am -Dmaven.test.skip=true" work fine
   > 
   > `/Users/maruko/opensource/incubator-seatunnel/seatunnel-e2e/seatunnel-e2e-common/src/test/java/org/apache/seatunnel/e2e/common/container/spark/AbstractTestSparkContainer.java:55:13 java: 无法访问com.github.dockerjava.api.command.CreateContainerCmd 找不到com.github.dockerjava.api.command.CreateContainerCmd的类文件`
   
   Did you start your docker env in local?


-- 
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@seatunnel.apache.org

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


[GitHub] [incubator-seatunnel] maruko-code commented on issue #2819: [Feature][ElasticSearch] Add Connector-V2 ElasticSearch sink e2e Test

Posted by GitBox <gi...@apache.org>.
maruko-code commented on issue #2819:
URL: https://github.com/apache/incubator-seatunnel/issues/2819#issuecomment-1312759391

   I'm back


-- 
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@seatunnel.apache.org

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


[GitHub] [incubator-seatunnel] maruko-code commented on issue #2819: [Feature][ElasticSearch] Add Connector-V2 ElasticSearch sink e2e Test

Posted by GitBox <gi...@apache.org>.
maruko-code commented on issue #2819:
URL: https://github.com/apache/incubator-seatunnel/issues/2819#issuecomment-1257385802

   > > Is there some special configuration in idea? In dev branch I run FakeSourceToConsoleIT and get error . Just run "mvn clean package -pl seatunnel-dist -am -Dmaven.test.skip=true" work fine
   > > `/Users/maruko/opensource/incubator-seatunnel/seatunnel-e2e/seatunnel-e2e-common/src/test/java/org/apache/seatunnel/e2e/common/container/spark/AbstractTestSparkContainer.java:55:13 java: 无法访问com.github.dockerjava.api.command.CreateContainerCmd 找不到com.github.dockerjava.api.command.CreateContainerCmd的类文件`
   > 
   > Did you start your docker env in local?
   
   already sloved, the local maven plugins not download completely


-- 
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@seatunnel.apache.org

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


[GitHub] [incubator-seatunnel] Hisoka-X closed issue #2819: [Feature][ElasticSearch] Add Connector-V2 ElasticSearch sink e2e Test

Posted by GitBox <gi...@apache.org>.
Hisoka-X closed issue #2819: [Feature][ElasticSearch] Add Connector-V2 ElasticSearch sink e2e Test
URL: https://github.com/apache/incubator-seatunnel/issues/2819


-- 
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@seatunnel.apache.org

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


[GitHub] [incubator-seatunnel] maruko-code commented on issue #2819: [Feature][ElasticSearch] Add Connector-V2 ElasticSearch sink e2e Test

Posted by GitBox <gi...@apache.org>.
maruko-code commented on issue #2819:
URL: https://github.com/apache/incubator-seatunnel/issues/2819#issuecomment-1254864332

   Is there some special configuration in idea? In dev branch I run FakeSourceToConsoleIT and get error . Just run "mvn clean package -pl seatunnel-dist -am -Dmaven.test.skip=true"  work fine 
   
   `/Users/maruko/opensource/incubator-seatunnel/seatunnel-e2e/seatunnel-e2e-common/src/test/java/org/apache/seatunnel/e2e/common/container/spark/AbstractTestSparkContainer.java:55:13
   java: 无法访问com.github.dockerjava.api.command.CreateContainerCmd
     找不到com.github.dockerjava.api.command.CreateContainerCmd的类文件`


-- 
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@seatunnel.apache.org

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


[GitHub] [incubator-seatunnel] maruko-code commented on issue #2819: [Feature][ElasticSearch] Add Connector-V2 ElasticSearch sink e2e Test

Posted by GitBox <gi...@apache.org>.
maruko-code commented on issue #2819:
URL: https://github.com/apache/incubator-seatunnel/issues/2819#issuecomment-1253344852

   please let me try this


-- 
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@seatunnel.apache.org

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


[GitHub] [incubator-seatunnel] github-actions[bot] commented on issue #2819: [Feature][ElasticSearch] Add Connector-V2 ElasticSearch sink e2e Test

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #2819:
URL: https://github.com/apache/incubator-seatunnel/issues/2819#issuecomment-1312284930

   This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.


-- 
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@seatunnel.apache.org

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