[
https://issues.apache.org/jira/browse/TINKERPOP-3082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17851886#comment-17851886
]
ASF GitHub Bot commented on TINKERPOP-3082:
-------------------------------------------
codecov-commenter commented on PR #2634:
URL: https://github.com/apache/tinkerpop/pull/2634#issuecomment-2146577876
##
[Codecov](https://app.codecov.io/gh/apache/tinkerpop/pull/2634?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
Report
All modified and coverable lines are covered by tests :white_check_mark:
> Project coverage is 80.44%. Comparing base
[(`9b46b67`)](https://app.codecov.io/gh/apache/tinkerpop/commit/9b46b6777d2fa250e41daacf2fa4554605aff53a?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
to head
[(`819da69`)](https://app.codecov.io/gh/apache/tinkerpop/commit/819da69efd7d7e710f167cba62a18b9345a5715f?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache).
> Report is 112 commits behind head on 3.7-dev.
<details><summary>Additional details and impacted files</summary>
```diff
@@ Coverage Diff @@
## 3.7-dev #2634 +/- ##
=============================================
+ Coverage 76.14% 80.44% +4.30%
=============================================
Files 1084 27 -1057
Lines 65160 5002 -60158
Branches 7285 0 -7285
=============================================
- Hits 49616 4024 -45592
+ Misses 12839 776 -12063
+ Partials 2705 202 -2503
```
</details>
[:umbrella: View full report in Codecov by
Sentry](https://app.codecov.io/gh/apache/tinkerpop/pull/2634?dropdown=coverage&src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache).
:loudspeaker: Have feedback on the report? [Share it
here](https://about.codecov.io/codecov-pr-comment-feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache).
> Tinkerpop hardcoded the Spark AppName
> -------------------------------------
>
> Key: TINKERPOP-3082
> URL: https://issues.apache.org/jira/browse/TINKERPOP-3082
> Project: TinkerPop
> Issue Type: Improvement
> Affects Versions: 3.7.2
> Reporter: Redriver
> Priority: Major
> Attachments: Screenshot 2024-06-03 at 16.14.17.png
>
>
> When I run gremlin through SparkGraphComputer, the SparkUI always displays
> the Spark App as "[Apache TinkerPop's
> Spark-Gremlin|http://hdc49-mcc10-01-0510-3405-002-tess0097.stratus.rno.ebay.com:4040/]"
> (see
> https://github.com/apache/tinkerpop/blob/master/spark-gremlin/src/main/java/org/apache/tinkerpop/gremlin/spark/structure/Spark.java#L51)
> which confused users if I run multiple gremlin with SparkGraphComputer.
> It should allow override the Spark App name if user wants to. If user does
> not specify the Spark app name, we can provide the default one.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)