Skip to content

How to config tokenurl in AWS glue #719

Answered by wajda
KeyonQu asked this question in Q&A
Discussion options

You must be logged in to vote

the authentication.tokenUrl property is used to fetch the token from a specified URL. It's not a combination of the API endpoint and the token. Instead, it should be a URL from which the Spline Agent can retrieve an OAuth authentication token. There is currently no way to pass an auth token directly to the Spline agent dispatcher. You can extend HTTP Dispatcher of write your own dispatcher that implements this kind of scenario.

Regarding the error you get, it's unrelated problem. The error message java.lang.IllegalArgumentException: Invalid input to --conf suggests that there might be an issue with the format of the command line argument you're passing to Spark. In Spark, configuration pr…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@KeyonQu
Comment options

Answer selected by KeyonQu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants