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

Put the runId to the execution plan #857

Open
zacaydcloudera opened this issue Jan 29, 2025 · 9 comments
Open

Put the runId to the execution plan #857

zacaydcloudera opened this issue Jan 29, 2025 · 9 comments
Labels

Comments

@zacaydcloudera
Copy link

Hi @wajda @cerveada
can you change the spline code that it can put also the run id to the execution plan?
1.I mean that in the json of execution plan- need to put the JobID
or maybe write a seperate Scala job that can call a method of the agent and put the runID on the executionplan
2.Need to put to hdfs or local system centralize place where the filename will be the ID of the execution plan?
thanks alot

@wajda
Copy link
Contributor

wajda commented Jan 30, 2025

sorry for a slow response. I'm currently very busy with other things. I'll try to go through your messages over the weekend.

Regarding your questions:

  1. Assuming Run Id to be the same as Application Id, it's already captured, not in the plan but in the event object. See event.extra.appId
  2. Will address it in your another ticket.

@wajda wajda changed the title can you change the spline code that it can put also the run id to the execution plan? Put the run id to the execution plan Jan 30, 2025
@wajda wajda changed the title Put the run id to the execution plan Put the runId to the execution plan Jan 30, 2025
@wajda wajda transferred this issue from AbsaOSS/spline Jan 30, 2025
@wajda wajda added the feature label Jan 30, 2025
@zacaydcloudera
Copy link
Author

Can we change the name of the ArangoDB Database as a parameter on the yaml?
if yes- what is the effort for that?

@wajda
Copy link
Contributor

wajda commented Jan 31, 2025

The database name is set on the Spline server. You can make whatever, of course.

See https://absaoss.github.io/spline/#start-spline-server:~:text=SPLINE_DATABASE_CONNECTION_URL

@zacaydcloudera
Copy link
Author

zacaydcloudera commented Feb 2, 2025

1.What about the change of the HDFS to a centralized location? can It be done? and the name of the file to be the as the exectionid+datetime
2.About the name of arangoDB- What i want is the on the spark config... the question has moved here

@wajda
Copy link
Contributor

wajda commented Feb 3, 2025

  1. Will answer in the other ticket
  2. Not possible. Spline server is single-tenant. You have to have a separate Spline server per customer to achieve your use-case.

@zacaydcloudera
Copy link
Author

zacaydcloudera commented Feb 3, 2025

Thanks
please tell me when you answer No.1

@wajda
Copy link
Contributor

wajda commented Feb 3, 2025

I moved the multi-tenancy topic to the discussions (AbsaOSS/spline#1400) and I'm removing it from here respectively.

@zacaydcloudera
Copy link
Author

@wajda Can you answer regarding What about the change of the HDFS to a centralized location? can It be done? and the name of the file to be the as the exectionid+datetime

@wajda
Copy link
Contributor

wajda commented Feb 10, 2025

I will answer when I have time for it. Sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: New
Development

No branches or pull requests

2 participants