You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm creating a BeamSqlSeekableTable class, and want to access PipelineOptions.
For example, a HadoopDataSeekableTable needs loading data from Hadoop, and our Hadoop cluster needs keberos auth.
So, my question is that is it possible to access pipeline options to complete the auth?
I know that I can pass auth parameters to table properties, however, it will be convenient to get parameters from PipelineOptions.
Issue Priority
Priority: 3 (nice-to-have improvement)
Issue Components
Component: Python SDK
Component: Java SDK
Component: Go SDK
Component: Typescript SDK
Component: IO connector
Component: Beam examples
Component: Beam playground
Component: Beam katas
Component: Website
Component: Spark Runner
Component: Flink Runner
Component: Samza Runner
Component: Twister2 Runner
Component: Hazelcast Jet Runner
Component: Google Cloud Dataflow Runner
The text was updated successfully, but these errors were encountered:
gabrywu
changed the title
[Feature Request]: access PipelineOptions in BeamSqlSeekableTable
[Feature Request]: Access PipelineOptions in BeamSqlSeekableTable
Sep 1, 2023
What would you like to happen?
I'm creating a BeamSqlSeekableTable class, and want to access PipelineOptions.
For example, a HadoopDataSeekableTable needs loading data from Hadoop, and our Hadoop cluster needs keberos auth.
So, my question is that is it possible to access pipeline options to complete the auth?
I know that I can pass auth parameters to table properties, however, it will be convenient to get parameters from PipelineOptions.
Issue Priority
Priority: 3 (nice-to-have improvement)
Issue Components
The text was updated successfully, but these errors were encountered: