Closed tongyifan closed 8 months ago
+1,mvnw 脚本格式为windows,非unix格式,即便使用dos2unix转换格式也无法使用。
@tongyifan @dzygoon
find <seatunnel_home 路径> -type f -print0 | xargs -0 dos2unix --
,然后再执行插件安装就好了@tongyifan @dzygoon
- Linux 我试了一下用这个命令:
find <seatunnel_home 路径> -type f -print0 | xargs -0 dos2unix --
,然后再执行插件安装就好了- 肯定不知道谁提交配置或者脚本的时候给了 windows 的换行符上去。。。
确实可以了,我完全没想到转换整个目录的文件格式,估计不止是mvnw 这个脚本的问题。
@tongyifan @dzygoon
- Linux 我试了一下用这个命令:
find <seatunnel_home 路径> -type f -print0 | xargs -0 dos2unix --
,然后再执行插件安装就好了- 肯定不知道谁提交配置或者脚本的时候给了 windows 的换行符上去。。。
确实可以了,我完全没想到转换整个目录的文件格式,估计不止是mvnw 这个脚本的问题。
如果用仓库分支那里构建是没问题的,就是 apache 上的 bin 包有问题~
@tongyifan @dzygoon
- Linux 我试了一下用这个命令:
find <seatunnel_home 路径> -type f -print0 | xargs -0 dos2unix --
,然后再执行插件安装就好了- 肯定不知道谁提交配置或者脚本的时候给了 windows 的换行符上去。。。
确实可以了,我完全没想到转换整个目录的文件格式,估计不止是mvnw 这个脚本的问题。
如果用仓库分支那里构建是没问题的,就是 apache 上的 bin 包有问题~
我用最新分支windows maven构建也是有这个问题的
@tongyifan @dzygoon
- Linux 我试了一下用这个命令:
find <seatunnel_home 路径> -type f -print0 | xargs -0 dos2unix --
,然后再执行插件安装就好了- 肯定不知道谁提交配置或者脚本的时候给了 windows 的换行符上去。。。
确实可以了,我完全没想到转换整个目录的文件格式,估计不止是mvnw 这个脚本的问题。
如果用仓库分支那里构建是没问题的,就是 apache 上的 bin 包有问题~
我用最新分支windows maven构建也是有这个问题的
修改下./.mvn/wrapper/maven-wrapper.properties的换行符,有人提交代码的时候把win换行符换上了。
Mac上遇到了同样的问题, 换成v2.3.3就正常了
May be used temporarily, https://dist.apache.org/repos/dist/dev/seatunnel/2.3.4/ But he's temporary, waiting for a new release
@tongyifan @dzygoon @sunhailin-Leo @qxhy123 hi ,the issue has been resolved, please re-download the distribution
@tongyifan @dzygoon @sunhailin-Leo @qxhy123 hi ,the issue has been resolved, please re-download the distribution
good job :D
Search before asking
What happened
Deployment from binary distribution not working in Linux due to CRLF
SeaTunnel Version
2.3.4
SeaTunnel Config
Running Command
Error Exception
Zeta or Flink or Spark Version
No response
Java or Scala Version
No response
Screenshots
No response
Are you willing to submit PR?
Code of Conduct