Cookie の設定を選択する

当社は、当社のサイトおよびサービスを提供するために必要な必須 Cookie および類似のツールを使用しています。当社は、パフォーマンス Cookie を使用して匿名の統計情報を収集することで、お客様が当社のサイトをどのように利用しているかを把握し、改善に役立てています。必須 Cookie は無効化できませんが、[カスタマイズ] または [拒否] をクリックしてパフォーマンス Cookie を拒否することはできます。

お客様が同意した場合、AWS および承認された第三者は、Cookie を使用して便利なサイト機能を提供したり、お客様の選択を記憶したり、関連する広告を含む関連コンテンツを表示したりします。すべての必須ではない Cookie を受け入れるか拒否するには、[受け入れる] または [拒否] をクリックしてください。より詳細な選択を行うには、[カスタマイズ] をクリックしてください。

Step 2: Add code - Amazon FinSpace
このページはお客様の言語に翻訳されていません。 翻訳のリクエスト

Step 2: Add code

You can load q code onto your kdb cluster so that you can run it when the cluster is running. Additionally, you can configure your cluster to automatically run a particular q command script on cluster startup. By default, q writes files uncompressed. You can pass command line arguments to set compression defaults .z.d at the time of creating a cluster from the console or through CLI, which can be updated later.

Note

This step is required for the Gateway and Tickerplant cluster type.

On the Add code page, add the following details of your custom code that you want to use when analyzing the data in the cluster.

  1. (Optional) Specify the S3 URI and the Object version. You can choose the .zip file that contains code that should be available on the cluster.

  2. (Optional) For Initialization script, enter the relative path that contains a q program script that will run at the launch of a cluster. If you choose to load the database by using the initialization script, it will autoload on startup. If you add a changeset that has a missing sym file, the cluster creation fails.

    Note

    This step is optional. If you choose to enter the initialization script, you must also provide the S3 URI.

  3. (Optional) Enter key-value pairs as command-line arguments to configure the behavior of clusters. You can use the command-line arguments to set zip defaults for your clusters. For this, pass the following key-value pair:

    • Key: AWS_ZIP_DEFAULT

    • Value: 17,2,6

      The value consists of comma separated three numbers that represent logical block size, algorithm, and compression level respectively. For more information, see compression parameters. You can also add the key-value pair when you update code configuration on a cluster.

    Note

    You can only add up to 50 key-value pairs.

    To set compression default using AWS CLI, use the following command:

    aws finspace create-kx-cluster \ ... --command-line-arguments '[{"key": "AWS_ZIP_DEFAULT", "value":"17,2,6"}]' \ ...
  4. Choose Next.

Note

In case of failure, to stop cluster creation from an initialization script, use the .aws.stop_current_kx_cluster_creation function in the script.

プライバシーサイト規約Cookie の設定
© 2025, Amazon Web Services, Inc. or its affiliates.All rights reserved.