RumbleDB/rumble

Is there any CLI parameter to set AppName

mrceyhun opened this issue · 4 comments

Dear @ghislainfourny and Rumble team,

I found that there is AppName[1] constant. Is there any cli parameter to change the default app name?

Best,
Ceyhun

[1]

private static final String APP_NAME = "jsoniq-on-spark";

Hi Ceyhun,

There is --conf spark.app.name=your_name

I wil check if Rumble overrides this. If it does, I will fix it so it doesn't.

Thanks and kind regards,
Ghislain

The fix is on the way.

@mrceyhun do you agree if we close this issue?

Yes @ghislainfourny please close. Thanks a lot!