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

[Bug] [seatunnel-core] Failed to get APP_DIR path bug fixed #2165

Merged
merged 3 commits into from
Jul 12, 2022
Merged

[Bug] [seatunnel-core] Failed to get APP_DIR path bug fixed #2165

merged 3 commits into from
Jul 12, 2022

Conversation

youyangkou
Copy link
Contributor

Failed to get APP_DIR path when using Nested "$" in this shell scripts occasionally
The shell scripts are:
"start-seatunnel-flink.sh"
"start-seatunnel-flink-new-connector.sh"
"start-seatunnel-spark.sh"
"start-seatunnel-spark-new-connector.sh"
"start-seatunnel-sql.sh"

this line: "APP_DIR=(dirname ${0})/../;pwd) " causing Failed to get APP_DIR path has bug.

Feel free to ping committers for the review!

Contribution Checklist

  • Make sure that the pull request corresponds to a GITHUB issue.

  • Name the pull request in the form "[Feature] [component] Title of the pull request", where Feature can be replaced by Hotfix, Bug, etc.

  • Minor fixes should be named following this pattern: [hotfix] [docs] Fix typo in README.md doc.

-->

Purpose of this pull request

Check list

@CalvinKirs CalvinKirs added the core SeaTunnel core module label Jul 11, 2022
@wolfboys
Copy link
Member

LGTM

@CalvinKirs CalvinKirs requested a review from Hisoka-X July 12, 2022 01:57
Copy link
Member

@Hisoka-X Hisoka-X left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Hisoka-X Hisoka-X merged commit b5a8947 into apache:dev Jul 12, 2022
@CalvinKirs CalvinKirs added this to the 2.1.3 milestone Jul 21, 2022
Hisoka-X pushed a commit that referenced this pull request Jul 26, 2022
* [Bug] [seatunnel-core] Failed to get APP_DIR path bug fixed (#2165)
[Core][Starter] When use cluster mode, but starter app root dir also should same as client mode. (#2141)
[bug]fix commandArgs -t(--check) conflict with flink deployment t… (#2174)
[Core][Starter] Change jar connector load logic (#2193)
[Core]Add plugin discovery module (#1881)
Upgrade common-collecions4 to 4.4
Upgrade common-codec to 1.13

* add plugin discover module

* Add SeaTunnel API module

* fix license check error

* ignore 403 deadlink check

* move plugin-mapping.properties to root path

* Revert "move plugin-mapping.properties to root path"

This reverts commit 372968e.

* add fake-stream config

Co-authored-by: Wenjun Ruan <wenjun@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core SeaTunnel core module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants