[ 
https://issues.apache.org/jira/browse/FLINK-10691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16671645#comment-16671645
 ] 

ASF GitHub Bot commented on FLINK-10691:
----------------------------------------

hequn8128 opened a new pull request #6988: [FLINK-10691][e2e] Remove dependency 
on hadoop for StreamSQL E2E test
URL: https://github.com/apache/flink/pull/6988
 
 
   
   ## What is the purpose of the change
   
   The `flink-stream-sql-test` makes use of the `BucketingSink` and thus 
requires hadoop to be available. This means we can't run this test in 
hadoop-free environments, which is a bit unfortunate.
   
   This pull request replace `BucketingSink` with `StreamingFileSink `. 
   
   
   ## Brief change log
   
     - Replace `BucketingSink` with `StreamingFileSink `
     - Adapt related script: `test_streaming_sql.sh`
   
   
   ## Verifying this change
   
   This change is already covered by existing tests: `flink-stream-sql-test`. 
   Passed in local env.
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): (no)
     - The public API, i.e., is any changed class annotated with 
`@Public(Evolving)`: (no)
     - The serializers: (no)
     - The runtime per-record code paths (performance sensitive): (no )
     - Anything that affects deployment or recovery: JobManager (and its 
components), Checkpointing, Yarn/Mesos, ZooKeeper: (no)
     - The S3 file system connector: (no)
   
   ## Documentation
   
     - Does this pull request introduce a new feature? (no)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> StreamSQL E2E test relies on hadoop
> -----------------------------------
>
>                 Key: FLINK-10691
>                 URL: https://issues.apache.org/jira/browse/FLINK-10691
>             Project: Flink
>          Issue Type: Improvement
>          Components: E2E Tests, Table API & SQL
>    Affects Versions: 1.7.0
>            Reporter: Chesnay Schepler
>            Assignee: Hequn Cheng
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.7.0
>
>
> The {{flink-stream-sql-test}} makes use of the {{BucketingSink}} and thus 
> requires hadoop to be available. This means wecan't run this test in 
> hadoop-free environments, which is a bit unfortunate.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to