Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BdsClient

This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.

Hierarchy

  • BdsClient

Constructors

Properties

Accessors

Methods

Constructors

constructor

  • new BdsClient(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration): BdsClient

Properties

Protected _bodyDuplexMode

_bodyDuplexMode: any = undefined

Protected _circuitBreaker

_circuitBreaker: typeof Breaker | null = null

Protected _clientConfiguration

_clientConfiguration: ClientConfiguration

Protected _defaultHeaders

_defaultHeaders: any

Protected _endpoint

_endpoint: string = ""

Protected _httpClient

_httpClient: HttpClient

Protected _httpOptions

_httpOptions: any = undefined

Protected _lastSetRegionOrRegionId

_lastSetRegionOrRegionId: string = ""

Protected _realmSpecificEndpointTemplateEnabled

_realmSpecificEndpointTemplateEnabled: boolean | undefined = undefined

Protected _region

_region: Region

Protected _regionId

_regionId: string = ""

Protected _waiters

_waiters: BdsWaiter

targetService

targetService: string = "Bds"

Static Protected endpointServiceName

endpointServiceName: string = ""

Static Protected serviceEndpointTemplate

serviceEndpointTemplate: string = "https://bigdataservice.{region}.oci.{secondLevelDomain}"

Accessors

endpoint

  • get endpoint(): string
  • set endpoint(endpoint: string): void

logger

region

  • set region(region: Region): void
  • Sets the region to call (ex, Region.US_PHOENIX_1). Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.

    Parameters

    • region: Region

      The region of the service.

    Returns void

regionId

  • set regionId(regionId: string): void
  • Sets the regionId to call (ex, 'us-phoenix-1').

    Note, this will first try to map the region ID to a known Region and call {@link #region(Region) region}. If no known Region could be determined, it will create an endpoint assuming its in default Realm OC1 and then call {@link #endpoint(String) endpoint}.

    Parameters

    • regionId: string

      The public region ID.

    Returns void

useRealmSpecificEndpointTemplate

  • set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean): void
  • Determines whether realm specific endpoint should be used or not. Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"

    Parameters

    • realmSpecificEndpointTemplateEnabled: boolean

      flag to enable the use of realm specific endpoint template

    Returns void

Methods

activateBdsMetastoreConfiguration

addAutoScalingConfiguration

addBlockStorage

  • Adds block storage to existing worker/compute only worker nodes. The same amount of storage will be added to all worker/compute only worker nodes. No change will be made to storage that is already attached. Block storage cannot be removed.

    This operation does not retry by default if the user has not defined a retry configuration.

    throws

    OciError when an error occurs

    example

    Click here to see how to use AddBlockStorage API.

    Parameters

    Returns Promise<AddBlockStorageResponse>

    AddBlockStorageResponse

addCloudSql

  • Adds Cloud SQL to your cluster. You can use Cloud SQL to query against non-relational data stored in multiple big data sources, including Apache Hive, HDFS, Oracle NoSQL Database, and Apache HBase. Adding Cloud SQL adds a query server node to the cluster and creates cell servers on all the worker nodes in the cluster.

    This operation does not retry by default if the user has not defined a retry configuration.

    throws

    OciError when an error occurs

    example

    Click here to see how to use AddCloudSql API.

    Parameters

    Returns Promise<AddCloudSqlResponse>

    AddCloudSqlResponse

addKafka

  • Adds Kafka to a cluster.

    This operation does not retry by default if the user has not defined a retry configuration.

    throws

    OciError when an error occurs

    example

    Click here to see how to use AddKafka API.

    Parameters

    Returns Promise<AddKafkaResponse>

    AddKafkaResponse

addMasterNodes

  • Increases the size (scales out) of a cluster by adding master nodes. The added master nodes will have the same shape and will have the same amount of attached block storage as other master nodes in the cluster.

    This operation does not retry by default if the user has not defined a retry configuration.

    throws

    OciError when an error occurs

    example

    Click here to see how to use AddMasterNodes API.

    Parameters

    Returns Promise<AddMasterNodesResponse>

    AddMasterNodesResponse

addUtilityNodes

  • Increases the size (scales out) of a cluster by adding utility nodes. The added utility nodes will have the same shape and will have the same amount of attached block storage as other utility nodes in the cluster.

    This operation does not retry by default if the user has not defined a retry configuration.

    throws

    OciError when an error occurs

    example

    Click here to see how to use AddUtilityNodes API.

    Parameters

    Returns Promise<AddUtilityNodesResponse>

    AddUtilityNodesResponse

addWorkerNodes

  • Increases the size (scales out) a cluster by adding worker nodes(data/compute). The added worker nodes will have the same shape and will have the same amount of attached block storage as other worker nodes in the cluster.

    This operation does not retry by default if the user has not defined a retry configuration.

    throws

    OciError when an error occurs

    example

    Click here to see how to use AddWorkerNodes API.

    Parameters

    Returns Promise<AddWorkerNodesResponse>

    AddWorkerNodesResponse

certificateServiceInfo

changeBdsInstanceCompartment

changeShape

  • Changes the size of a cluster by scaling up or scaling down the nodes. Nodes are scaled up or down by changing the shapes of all the nodes of the same type to the next larger or smaller shape. The node types are master, utility, worker, and Cloud SQL. Only nodes with VM-STANDARD shapes can be scaled.

    This operation does not retry by default if the user has not defined a retry configuration.

    throws

    OciError when an error occurs

    example

    Click here to see how to use ChangeShape API.

    Parameters

    Returns Promise<ChangeShapeResponse>

    ChangeShapeResponse

close

  • close(): void

createBdsApiKey

  • Create an API key on behalf of the specified user.

    This operation does not retry by default if the user has not defined a retry configuration.

    throws

    OciError when an error occurs

    example

    Click here to see how to use CreateBdsApiKey API.

    Parameters

    Returns Promise<CreateBdsApiKeyResponse>

    CreateBdsApiKeyResponse

createBdsInstance

createBdsMetastoreConfiguration

createWaiters

  • createWaiters(config?: common.WaiterConfiguration): BdsWaiter
  • Creates a new BdsWaiter for resources for this service.

    Parameters

    • Optional config: common.WaiterConfiguration

      The waiter configuration for termination and delay strategy

    Returns BdsWaiter

    The service waiters.

deleteBdsApiKey

  • Deletes the user's API key represented by the provided ID. This operation does not retry by default if the user has not defined a retry configuration.

    throws

    OciError when an error occurs

    example

    Click here to see how to use DeleteBdsApiKey API.

    Parameters

    Returns Promise<DeleteBdsApiKeyResponse>

    DeleteBdsApiKeyResponse

deleteBdsInstance

  • Deletes the cluster identified by the given ID. This operation does not retry by default if the user has not defined a retry configuration.

    throws

    OciError when an error occurs

    example

    Click here to see how to use DeleteBdsInstance API.

    Parameters

    Returns Promise<DeleteBdsInstanceResponse>

    DeleteBdsInstanceResponse

deleteBdsMetastoreConfiguration

disableCertificate

  • Disabling TLS/SSL for various ODH services running on the BDS cluster.

    This operation does not retry by default if the user has not defined a retry configuration.

    throws

    OciError when an error occurs

    example

    Click here to see how to use DisableCertificate API.

    Parameters

    Returns Promise<DisableCertificateResponse>

    DisableCertificateResponse

enableCertificate

  • Configuring TLS/SSL for various ODH services running on the BDS cluster.

    This operation does not retry by default if the user has not defined a retry configuration.

    throws

    OciError when an error occurs

    example

    Click here to see how to use EnableCertificate API.

    Parameters

    Returns Promise<EnableCertificateResponse>

    EnableCertificateResponse

executeBootstrapScript

getAutoScalingConfiguration

getBdsApiKey

  • Returns the user's API key information for the given ID. This operation does not retry by default if the user has not defined a retry configuration.

    throws

    OciError when an error occurs

    example

    Click here to see how to use GetBdsApiKey API.

    Parameters

    Returns Promise<GetBdsApiKeyResponse>

    GetBdsApiKeyResponse

getBdsInstance

  • Returns information about the Big Data Service cluster identified by the given ID. This operation does not retry by default if the user has not defined a retry configuration.

    throws

    OciError when an error occurs

    example

    Click here to see how to use GetBdsInstance API.

    Parameters

    Returns Promise<GetBdsInstanceResponse>

    GetBdsInstanceResponse

getBdsMetastoreConfiguration

getOsPatchDetails

getWaiters

getWorkRequest

  • Returns the status of the work request identified by the given ID. This operation does not retry by default if the user has not defined a retry configuration.

    throws

    OciError when an error occurs

    example

    Click here to see how to use GetWorkRequest API.

    Parameters

    Returns Promise<GetWorkRequestResponse>

    GetWorkRequestResponse

installOsPatch

  • Install an os patch on a cluster

    This operation does not retry by default if the user has not defined a retry configuration.

    throws

    OciError when an error occurs

    example

    Click here to see how to use InstallOsPatch API.

    Parameters

    Returns Promise<InstallOsPatchResponse>

    InstallOsPatchResponse

installPatch

  • Install the specified patch to this cluster.

    This operation does not retry by default if the user has not defined a retry configuration.

    throws

    OciError when an error occurs

    example

    Click here to see how to use InstallPatch API.

    Parameters

    Returns Promise<InstallPatchResponse>

    InstallPatchResponse

listAllAutoScalingConfigurations

  • NOTE: This function is deprecated in favor of listAutoScalingConfigurationsRecordIterator function. Creates a new async iterator which will iterate over the models.AutoScalingConfigurationSummary objects contained in responses from the listAutoScalingConfigurations operation. This iterator will fetch more data from the server as needed.

    Parameters

    Returns AsyncIterableIterator<AutoScalingConfigurationSummary>

listAllAutoScalingConfigurationsResponses

  • NOTE: This function is deprecated in favor of listAutoScalingConfigurationsResponseIterator function. Creates a new async iterator which will iterate over the responses received from the listAutoScalingConfigurations operation. This iterator will fetch more data from the server as needed.

    Parameters

    Returns AsyncIterableIterator<ListAutoScalingConfigurationsResponse>

listAllBdsApiKeys

  • NOTE: This function is deprecated in favor of listBdsApiKeysRecordIterator function. Creates a new async iterator which will iterate over the models.BdsApiKeySummary objects contained in responses from the listBdsApiKeys operation. This iterator will fetch more data from the server as needed.

    Parameters

    Returns AsyncIterableIterator<BdsApiKeySummary>

listAllBdsApiKeysResponses

  • NOTE: This function is deprecated in favor of listBdsApiKeysResponseIterator function. Creates a new async iterator which will iterate over the responses received from the listBdsApiKeys operation. This iterator will fetch more data from the server as needed.

    Parameters

    Returns AsyncIterableIterator<ListBdsApiKeysResponse>

listAllBdsInstances

  • NOTE: This function is deprecated in favor of listBdsInstancesRecordIterator function. Creates a new async iterator which will iterate over the models.BdsInstanceSummary objects contained in responses from the listBdsInstances operation. This iterator will fetch more data from the server as needed.

    Parameters

    Returns AsyncIterableIterator<BdsInstanceSummary>

listAllBdsInstancesResponses

  • NOTE: This function is deprecated in favor of listBdsInstancesResponseIterator function. Creates a new async iterator which will iterate over the responses received from the listBdsInstances operation. This iterator will fetch more data from the server as needed.

    Parameters

    Returns AsyncIterableIterator<ListBdsInstancesResponse>

listAllBdsMetastoreConfigurations

  • NOTE: This function is deprecated in favor of listBdsMetastoreConfigurationsRecordIterator function. Creates a new async iterator which will iterate over the models.BdsMetastoreConfigurationSummary objects contained in responses from the listBdsMetastoreConfigurations operation. This iterator will fetch more data from the server as needed.

    Parameters

    Returns AsyncIterableIterator<BdsMetastoreConfigurationSummary>

listAllBdsMetastoreConfigurationsResponses

listAllOsPatches

  • NOTE: This function is deprecated in favor of listOsPatchesRecordIterator function. Creates a new async iterator which will iterate over the models.OsPatchSummary objects contained in responses from the listOsPatches operation. This iterator will fetch more data from the server as needed.

    Parameters

    Returns AsyncIterableIterator<OsPatchSummary>

listAllOsPatchesResponses

  • NOTE: This function is deprecated in favor of listOsPatchesResponseIterator function. Creates a new async iterator which will iterate over the responses received from the listOsPatches operation. This iterator will fetch more data from the server as needed.

    Parameters

    Returns AsyncIterableIterator<ListOsPatchesResponse>

listAllPatchHistories

  • NOTE: This function is deprecated in favor of listPatchHistoriesRecordIterator function. Creates a new async iterator which will iterate over the models.PatchHistorySummary objects contained in responses from the listPatchHistories operation. This iterator will fetch more data from the server as needed.

    Parameters

    Returns AsyncIterableIterator<PatchHistorySummary>

listAllPatchHistoriesResponses

  • NOTE: This function is deprecated in favor of listPatchHistoriesResponseIterator function. Creates a new async iterator which will iterate over the responses received from the listPatchHistories operation. This iterator will fetch more data from the server as needed.

    Parameters

    Returns AsyncIterableIterator<ListPatchHistoriesResponse>

listAllPatches

  • NOTE: This function is deprecated in favor of listPatchesRecordIterator function. Creates a new async iterator which will iterate over the models.PatchSummary objects contained in responses from the listPatches operation. This iterator will fetch more data from the server as needed.

    Parameters

    Returns AsyncIterableIterator<PatchSummary>

listAllPatchesResponses

  • NOTE: This function is deprecated in favor of listPatchesResponseIterator function. Creates a new async iterator which will iterate over the responses received from the listPatches operation. This iterator will fetch more data from the server as needed.

    Parameters

    Returns AsyncIterableIterator<ListPatchesResponse>

listAllWorkRequestErrors

  • NOTE: This function is deprecated in favor of listWorkRequestErrorsRecordIterator function. Creates a new async iterator which will iterate over the models.WorkRequestError objects contained in responses from the listWorkRequestErrors operation. This iterator will fetch more data from the server as needed.

    Parameters

    Returns AsyncIterableIterator<WorkRequestError>

listAllWorkRequestErrorsResponses

  • NOTE: This function is deprecated in favor of listWorkRequestErrorsResponseIterator function. Creates a new async iterator which will iterate over the responses received from the listWorkRequestErrors operation. This iterator will fetch more data from the server as needed.

    Parameters

    Returns AsyncIterableIterator<ListWorkRequestErrorsResponse>

listAllWorkRequestLogs

  • NOTE: This function is deprecated in favor of listWorkRequestLogsRecordIterator function. Creates a new async iterator which will iterate over the models.WorkRequestLogEntry objects contained in responses from the listWorkRequestLogs operation. This iterator will fetch more data from the server as needed.

    Parameters

    Returns AsyncIterableIterator<WorkRequestLogEntry>

listAllWorkRequestLogsResponses

  • NOTE: This function is deprecated in favor of listWorkRequestLogsResponseIterator function. Creates a new async iterator which will iterate over the responses received from the listWorkRequestLogs operation. This iterator will fetch more data from the server as needed.

    Parameters

    Returns AsyncIterableIterator<ListWorkRequestLogsResponse>

listAllWorkRequests

  • NOTE: This function is deprecated in favor of listWorkRequestsRecordIterator function. Creates a new async iterator which will iterate over the models.WorkRequest objects contained in responses from the listWorkRequests operation. This iterator will fetch more data from the server as needed.

    Parameters

    Returns AsyncIterableIterator<WorkRequest>

listAllWorkRequestsResponses

  • NOTE: This function is deprecated in favor of listWorkRequestsResponseIterator function. Creates a new async iterator which will iterate over the responses received from the listWorkRequests operation. This iterator will fetch more data from the server as needed.

    Parameters

    Returns AsyncIterableIterator<ListWorkRequestsResponse>

listAutoScalingConfigurations

listAutoScalingConfigurationsRecordIterator

listAutoScalingConfigurationsResponseIterator

listBdsApiKeys

  • Returns a list of all API keys associated with this Big Data Service cluster.

    This operation does not retry by default if the user has not defined a retry configuration.

    throws

    OciError when an error occurs

    example

    Click here to see how to use ListBdsApiKeys API.

    Parameters

    Returns Promise<ListBdsApiKeysResponse>

    ListBdsApiKeysResponse

listBdsApiKeysRecordIterator

  • Creates a new async iterator which will iterate over the models.BdsApiKeySummary objects contained in responses from the listBdsApiKeys operation. This iterator will fetch more data from the server as needed.

    Parameters

    Returns AsyncIterableIterator<BdsApiKeySummary>

listBdsApiKeysResponseIterator

  • Creates a new async iterator which will iterate over the responses received from the listBdsApiKeys operation. This iterator will fetch more data from the server as needed.

    Parameters

    Returns AsyncIterableIterator<ListBdsApiKeysResponse>

listBdsInstances

  • Returns a list of all Big Data Service clusters in a compartment.

    This operation does not retry by default if the user has not defined a retry configuration.

    throws

    OciError when an error occurs

    example

    Click here to see how to use ListBdsInstances API.

    Parameters

    Returns Promise<ListBdsInstancesResponse>

    ListBdsInstancesResponse

listBdsInstancesRecordIterator

  • Creates a new async iterator which will iterate over the models.BdsInstanceSummary objects contained in responses from the listBdsInstances operation. This iterator will fetch more data from the server as needed.

    Parameters

    Returns AsyncIterableIterator<BdsInstanceSummary>

listBdsInstancesResponseIterator

listBdsMetastoreConfigurations

listBdsMetastoreConfigurationsRecordIterator

listBdsMetastoreConfigurationsResponseIterator

listOsPatches

  • List all available os patches for a given cluster This operation does not retry by default if the user has not defined a retry configuration.

    throws

    OciError when an error occurs

    example

    Click here to see how to use ListOsPatches API.

    Parameters

    Returns Promise<ListOsPatchesResponse>

    ListOsPatchesResponse

listOsPatchesRecordIterator

  • Creates a new async iterator which will iterate over the models.OsPatchSummary objects contained in responses from the listOsPatches operation. This iterator will fetch more data from the server as needed.

    Parameters

    Returns AsyncIterableIterator<OsPatchSummary>

listOsPatchesResponseIterator

  • Creates a new async iterator which will iterate over the responses received from the listOsPatches operation. This iterator will fetch more data from the server as needed.

    Parameters

    Returns AsyncIterableIterator<ListOsPatchesResponse>

listPatchHistories

listPatchHistoriesRecordIterator

  • Creates a new async iterator which will iterate over the models.PatchHistorySummary objects contained in responses from the listPatchHistories operation. This iterator will fetch more data from the server as needed.

    Parameters

    Returns AsyncIterableIterator<PatchHistorySummary>

listPatchHistoriesResponseIterator

listPatches

  • List all the available patches for this cluster.

    This operation does not retry by default if the user has not defined a retry configuration.

    throws

    OciError when an error occurs

    example

    Click here to see how to use ListPatches API.

    Parameters

    Returns Promise<ListPatchesResponse>

    ListPatchesResponse

listPatchesRecordIterator

  • Creates a new async iterator which will iterate over the models.PatchSummary objects contained in responses from the listPatches operation. This iterator will fetch more data from the server as needed.

    Parameters

    Returns AsyncIterableIterator<PatchSummary>

listPatchesResponseIterator

  • Creates a new async iterator which will iterate over the responses received from the listPatches operation. This iterator will fetch more data from the server as needed.

    Parameters

    Returns AsyncIterableIterator<ListPatchesResponse>

listWorkRequestErrors

  • Returns a paginated list of errors for a work request identified by the given ID.

    This operation does not retry by default if the user has not defined a retry configuration.

    throws

    OciError when an error occurs

    example

    Click here to see how to use ListWorkRequestErrors API.

    Parameters

    Returns Promise<ListWorkRequestErrorsResponse>

    ListWorkRequestErrorsResponse

listWorkRequestErrorsRecordIterator

  • Creates a new async iterator which will iterate over the models.WorkRequestError objects contained in responses from the listWorkRequestErrors operation. This iterator will fetch more data from the server as needed.

    Parameters

    Returns AsyncIterableIterator<WorkRequestError>

listWorkRequestErrorsResponseIterator

listWorkRequestLogs

  • Returns a paginated list of logs for a given work request.

    This operation does not retry by default if the user has not defined a retry configuration.

    throws

    OciError when an error occurs

    example

    Click here to see how to use ListWorkRequestLogs API.

    Parameters

    Returns Promise<ListWorkRequestLogsResponse>

    ListWorkRequestLogsResponse

listWorkRequestLogsRecordIterator

  • Creates a new async iterator which will iterate over the models.WorkRequestLogEntry objects contained in responses from the listWorkRequestLogs operation. This iterator will fetch more data from the server as needed.

    Parameters

    Returns AsyncIterableIterator<WorkRequestLogEntry>

listWorkRequestLogsResponseIterator

listWorkRequests

  • Lists the work requests in a compartment.

    This operation does not retry by default if the user has not defined a retry configuration.

    throws

    OciError when an error occurs

    example

    Click here to see how to use ListWorkRequests API.

    Parameters

    Returns Promise<ListWorkRequestsResponse>

    ListWorkRequestsResponse

listWorkRequestsRecordIterator

  • Creates a new async iterator which will iterate over the models.WorkRequest objects contained in responses from the listWorkRequests operation. This iterator will fetch more data from the server as needed.

    Parameters

    Returns AsyncIterableIterator<WorkRequest>

listWorkRequestsResponseIterator

removeAutoScalingConfiguration

removeCloudSql

  • Removes Cloud SQL from the cluster.

    This operation does not retry by default if the user has not defined a retry configuration.

    throws

    OciError when an error occurs

    example

    Click here to see how to use RemoveCloudSql API.

    Parameters

    Returns Promise<RemoveCloudSqlResponse>

    RemoveCloudSqlResponse

removeKafka

  • Remove Kafka from the cluster.

    This operation does not retry by default if the user has not defined a retry configuration.

    throws

    OciError when an error occurs

    example

    Click here to see how to use RemoveKafka API.

    Parameters

    Returns Promise<RemoveKafkaResponse>

    RemoveKafkaResponse

removeNode

  • Remove a single node of a Big Data Service cluster

    This operation does not retry by default if the user has not defined a retry configuration.

    throws

    OciError when an error occurs

    example

    Click here to see how to use RemoveNode API.

    Parameters

    Returns Promise<RemoveNodeResponse>

    RemoveNodeResponse

renewCertificate

  • Renewing TLS/SSL for various ODH services running on the BDS cluster.

    This operation does not retry by default if the user has not defined a retry configuration.

    throws

    OciError when an error occurs

    example

    Click here to see how to use RenewCertificate API.

    Parameters

    Returns Promise<RenewCertificateResponse>

    RenewCertificateResponse

restartNode

  • Restarts a single node of a Big Data Service cluster

    This operation does not retry by default if the user has not defined a retry configuration.

    throws

    OciError when an error occurs

    example

    Click here to see how to use RestartNode API.

    Parameters

    Returns Promise<RestartNodeResponse>

    RestartNodeResponse

shutdownCircuitBreaker

  • shutdownCircuitBreaker(): void

startBdsInstance

  • Starts the BDS cluster that was stopped earlier.

    This operation does not retry by default if the user has not defined a retry configuration.

    throws

    OciError when an error occurs

    example

    Click here to see how to use StartBdsInstance API.

    Parameters

    Returns Promise<StartBdsInstanceResponse>

    StartBdsInstanceResponse

stopBdsInstance

  • Stops the BDS cluster that can be started at later point of time.

    This operation does not retry by default if the user has not defined a retry configuration.

    throws

    OciError when an error occurs

    example

    Click here to see how to use StopBdsInstance API.

    Parameters

    Returns Promise<StopBdsInstanceResponse>

    StopBdsInstanceResponse

testBdsMetastoreConfiguration

testBdsObjectStorageConnection

updateAutoScalingConfiguration

  • Updates fields on an autoscale configuration, including the name, the threshold value, and whether the autoscale configuration is enabled.

    This operation does not retry by default if the user has not defined a retry configuration.

    throws

    OciError when an error occurs

    example

    Click here to see how to use UpdateAutoScalingConfiguration API.

    Parameters

    Returns Promise<UpdateAutoScalingConfigurationResponse>

    UpdateAutoScalingConfigurationResponse

updateBdsInstance

  • Updates the Big Data Service cluster identified by the given ID. This operation does not retry by default if the user has not defined a retry configuration.

    throws

    OciError when an error occurs

    example

    Click here to see how to use UpdateBdsInstance API.

    Parameters

    Returns Promise<UpdateBdsInstanceResponse>

    UpdateBdsInstanceResponse

updateBdsMetastoreConfiguration