Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix] Fix spark/flink starter script error on windows #6435

Closed
wants to merge 21 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
8e08b31
New code commit
GangLiCN Feb 1, 2024
5ac6f7e
Add more comments
GangLiCN Feb 1, 2024
7334d51
fix issue6386
GangLiCN Mar 2, 2024
8216b25
Merge branch 'apache:dev' into dev
GangLiCN Mar 2, 2024
2c084e3
fix issue6386 bases on review comments
GangLiCN Mar 6, 2024
fb1dead
fix issue6386 again: resync SparkStarter.java from base repo's dev br…
GangLiCN Mar 6, 2024
283f37d
Merge pull request #1 from GangLiCN/issue6386-fix
GangLiCN Mar 6, 2024
4a76471
New code commit
GangLiCN Feb 1, 2024
394f2fd
Add more comments
GangLiCN Feb 1, 2024
951028a
fix issue6386
GangLiCN Mar 2, 2024
655ae6b
fix issue6386 bases on review comments
GangLiCN Mar 6, 2024
c5fd966
fix issue6386 again: resync SparkStarter.java from base repo's dev br…
GangLiCN Mar 6, 2024
9e1a42c
Merge branch 'dev' of https://github.com/GangLiCN/seatunnel-win-port …
hailin0 Mar 11, 2024
7bad23d
Revert "Merge branch 'dev' of https://github.com/GangLiCN/seatunnel-w…
hailin0 Mar 11, 2024
ca4c88f
fix issue6386 and windows specific launch cmd script error
GangLiCN Mar 11, 2024
37994c9
Merge branch 'dev' into issue6386_fix_with_unit_test
GangLiCN Mar 11, 2024
b1d904c
Merge pull request #2 from GangLiCN/issue6386_fix_with_unit_test
GangLiCN Mar 11, 2024
88eaa44
fix incorrect version issue from [pom.xml]
GangLiCN Mar 12, 2024
6b5429e
Merge pull request #3 from GangLiCN/fix_pom_xml_version_issue
GangLiCN Mar 12, 2024
d1199de
Merge remote-tracking branch 'upstream/dev' into dev
GangLiCN Mar 13, 2024
f364600
merge dev branch doc fix
GangLiCN Mar 13, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,6 @@ jobs:
java-version: ${{ matrix.java }}
distribution: 'temurin'
cache: 'maven'
- name: free disk space
run: tools/github/free_disk_space.sh
- name: run updated modules integration test (part-3)
if: needs.changes.outputs.api == 'false' && needs.changes.outputs.it-modules != ''
run: |
Expand Down
1 change: 0 additions & 1 deletion config/plugin_config
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,4 @@ connector-tablestore
connector-selectdb-cloud
connector-hbase
connector-amazonsqs
connector-easysearch
--end--
18 changes: 1 addition & 17 deletions docs/en/connector-v2/sink/CosFile.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ By default, we use 2PC commit to ensure `exactly-once`
- [x] orc
- [x] json
- [x] excel
- [x] xml

## Options

Expand Down Expand Up @@ -58,9 +57,6 @@ By default, we use 2PC commit to ensure `exactly-once`
| common-options | object | no | - | |
| max_rows_in_memory | int | no | - | Only used when file_format is excel. |
| sheet_name | string | no | Sheet${Random number} | Only used when file_format is excel. |
| xml_root_tag | string | no | RECORDS | Only used when file_format is xml. |
| xml_row_tag | string | no | RECORD | Only used when file_format is xml. |
| xml_use_attr_format | boolean | no | - | Only used when file_format is xml. |

### path [string]

Expand Down Expand Up @@ -114,7 +110,7 @@ When the format in the `file_name_expression` parameter is `xxxx-${now}` , `file

We supported as the following file types:

`text` `json` `csv` `orc` `parquet` `excel` `xml`
`text` `json` `csv` `orc` `parquet` `excel`

Please note that, The final file name will end with the file_format's suffix, the suffix of the text file is `txt`.

Expand Down Expand Up @@ -193,18 +189,6 @@ When File Format is Excel,The maximum number of data items that can be cached in

Writer the sheet of the workbook

### xml_root_tag [string]

Specifies the tag name of the root element within the XML file.

### xml_row_tag [string]

Specifies the tag name of the data rows within the XML file.

### xml_use_attr_format [boolean]

Specifies Whether to process data using the tag attribute format.

## Example

For text file format with `have_partition` and `custom_filename` and `sink_columns`
Expand Down
202 changes: 0 additions & 202 deletions docs/en/connector-v2/sink/Easysearch.md

This file was deleted.

18 changes: 1 addition & 17 deletions docs/en/connector-v2/sink/FtpFile.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ By default, we use 2PC commit to ensure `exactly-once`
- [x] orc
- [x] json
- [x] excel
- [x] xml

## Options

Expand Down Expand Up @@ -57,9 +56,6 @@ By default, we use 2PC commit to ensure `exactly-once`
| common-options | object | no | - | |
| max_rows_in_memory | int | no | - | Only used when file_format_type is excel. |
| sheet_name | string | no | Sheet${Random number} | Only used when file_format_type is excel. |
| xml_root_tag | string | no | RECORDS | Only used when file_format is xml. |
| xml_row_tag | string | no | RECORD | Only used when file_format is xml. |
| xml_use_attr_format | boolean | no | - | Only used when file_format is xml. |

### host [string]

Expand Down Expand Up @@ -119,7 +115,7 @@ When the format in the `file_name_expression` parameter is `xxxx-${now}` , `file

We supported as the following file types:

`text` `json` `csv` `orc` `parquet` `excel` `xml`
`text` `json` `csv` `orc` `parquet` `excel`

Please note that, The final file name will end with the file_format_type's suffix, the suffix of the text file is `txt`.

Expand Down Expand Up @@ -198,18 +194,6 @@ When File Format is Excel,The maximum number of data items that can be cached in

Writer the sheet of the workbook

### xml_root_tag [string]

Specifies the tag name of the root element within the XML file.

### xml_row_tag [string]

Specifies the tag name of the data rows within the XML file.

### xml_use_attr_format [boolean]

Specifies Whether to process data using the tag attribute format.

## Example

For text file format simple config
Expand Down
6 changes: 1 addition & 5 deletions docs/en/connector-v2/sink/HdfsFile.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ By default, we use 2PC commit to ensure `exactly-once`
- [x] orc
- [x] json
- [x] excel
- [x] xml
- [x] compress codec
- [x] lzo

Expand All @@ -46,7 +45,7 @@ Output data to hdfs file
| custom_filename | boolean | no | false | Whether you need custom the filename |
| file_name_expression | string | no | "${transactionId}" | Only used when `custom_filename` is `true`.`file_name_expression` describes the file expression which will be created into the `path`. We can add the variable `${now}` or `${uuid}` in the `file_name_expression`, like `test_${uuid}_${now}`,`${now}` represents the current time, and its format can be defined by specifying the option `filename_time_format`.Please note that, If `is_enable_transaction` is `true`, we will auto add `${transactionId}_` in the head of the file. |
| filename_time_format | string | no | "yyyy.MM.dd" | Only used when `custom_filename` is `true`.When the format in the `file_name_expression` parameter is `xxxx-${now}` , `filename_time_format` can specify the time format of the path, and the default value is `yyyy.MM.dd` . The commonly used time formats are listed as follows:[y:Year,M:Month,d:Day of month,H:Hour in day (0-23),m:Minute in hour,s:Second in minute] |
| file_format_type | string | no | "csv" | We supported as the following file types:`text` `json` `csv` `orc` `parquet` `excel` `xml`.Please note that, The final file name will end with the file_format's suffix, the suffix of the text file is `txt`. |
| file_format_type | string | no | "csv" | We supported as the following file types:`text` `json` `csv` `orc` `parquet` `excel`.Please note that, The final file name will end with the file_format's suffix, the suffix of the text file is `txt`. |
| field_delimiter | string | no | '\001' | Only used when file_format is text,The separator between columns in a row of data. Only needed by `text` file format. |
| row_delimiter | string | no | "\n" | Only used when file_format is text,The separator between rows in a file. Only needed by `text` file format. |
| have_partition | boolean | no | false | Whether you need processing partitions. |
Expand All @@ -64,9 +63,6 @@ Output data to hdfs file
| common-options | object | no | - | Sink plugin common parameters, please refer to [Sink Common Options](common-options.md) for details |
| max_rows_in_memory | int | no | - | Only used when file_format is excel.When File Format is Excel,The maximum number of data items that can be cached in the memory. |
| sheet_name | string | no | Sheet${Random number} | Only used when file_format is excel.Writer the sheet of the workbook |
| xml_root_tag | string | no | RECORDS | Only used when file_format is xml, specifies the tag name of the root element within the XML file. |
| xml_row_tag | string | no | RECORD | Only used when file_format is xml, specifies the tag name of the data rows within the XML file |
| xml_use_attr_format | boolean | no | - | Only used when file_format is xml, specifies Whether to process data using the tag attribute format. |

### Tips

Expand Down
Loading
Loading