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: hugegraph-spark-loader shell string length limit #469

Merged
merged 1 commit into from May 22, 2023

Conversation

gaoyuan5251
Copy link
Contributor

@gaoyuan5251 gaoyuan5251 commented May 19, 2023

fix #460
I have read the CLA Document and I hereby sign the CLA

fix:apache#460
I have read the CLA Document and I hereby sign the CLA
@imbajin imbajin changed the title bug fix:bug fix:hugegraph-spark-loader shell string length limit fix: hugegraph-spark-loader shell string length limit May 19, 2023
@codecov
Copy link

codecov bot commented May 19, 2023

Codecov Report

Merging #469 (e8b7102) into master (9293b5c) will decrease coverage by 0.02%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##             master     #469      +/-   ##
============================================
- Coverage     62.52%   62.51%   -0.02%     
+ Complexity     1867      894     -973     
============================================
  Files           260       91     -169     
  Lines          9425     4396    -5029     
  Branches        873      516     -357     
============================================
- Hits           5893     2748    -3145     
+ Misses         3150     1445    -1705     
+ Partials        382      203     -179     

see 169 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@gaoyuan5251
Copy link
Contributor Author

@imbajin hi bro, Do I need to fix this error check?

@@ -35,4 +35,4 @@ CMD="${SPARK_HOME}/bin/spark-submit
--jars $(echo "${LIB_DIR}"/*.jar | tr ' ' ',') ${ASSEMBLY_JAR_NAME} ${HUGEGRAPH_PARAMS}"

echo "${CMD}"
exec "${CMD}"
exec ${CMD}
Copy link
Member

Choose a reason for hiding this comment

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

another SHELL TRAP @zyxxoo

@imbajin
Copy link
Member

imbajin commented May 19, 2023

@imbajin hi bro, Do I need to fix this error check?

Nope If u mean this
image

Copy link
Member

@liuxiaocs7 liuxiaocs7 left a comment

Choose a reason for hiding this comment

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

I've modified this before and it works

@liuxiaocs7
Copy link
Member

liuxiaocs7 commented May 19, 2023

Hi, @gaoyuan5251, you could refer this to link pr with associated issue, once the pr is merged the issue will be closed automatically.

Currently with a little syntax mistake: (should be fix #xx)
image

@gaoyuan5251
Copy link
Contributor Author

Do I need to repush it? Or just wait for pr to merge? @liuxiaocs7

@simon824 simon824 merged commit 55f4282 into apache:master May 22, 2023
10 of 11 checks passed
gaoyuan5251 added a commit to gaoyuan5251/incubator-hugegraph-toolchain that referenced this pull request May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[Bug] hugegraph-spark-loader脚本执行EXEC 命令时可能触发长度限制
4 participants