Talend Data Preparationを手動でインストール - 8.0

Talendインストールガイド

Version
8.0
Language
日本語
Operating system
Linux
Subscription type
サブスクリプション
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Activity Monitoring Console
Talend Administration Center
Talend Artifact Repository
Talend CommandLine
Talend Data Preparation
Talend Data Stewardship
Talend ESB
Talend Identity and Access Management
Talend Installer
Talend JobServer
Talend Log Server
Talend MDM Server
Talend MDM Web UI
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
インストールとアップグレード
Last publication date
2022-10-30
このステップには、Talend Data Preparationをマシンに手動でインストールするステップが含まれています。

始める前に

  • Talend Administration Centerがインストールされ、実行されている。
  • Talend Identity and Access Managementがインストールされ、実行されている。
  • Talend Data PreparationユーザーがTalend Administration Centerに存在します。詳細は、Adding a Data Preparation userをご覧ください。
  • マシンにインストールされるMongoDBの他のインスタンスがないこと。
  • 対象製品:

    Big Data

    Big Data Platform

    Data Fabric

    Real-Time Big Data Platform

  • Talend Data Preparation with Big Dataを使用する場合、サポートされているHadoopディストリビューションのいずれかを使用します。詳細は、サポートされているHadoopディストーションのバージョンをご覧ください。
  • 対象製品:

    Big Data Platform

    Data Fabric

    Data Management Platform

    Data Services Platform

    MDM Platform

    Real-Time Big Data Platform

  • Talend Dictionary Serviceを活用して、Talend Data Preparationでセマンティックタイプを表示、作成、アップデートのいずれかをしたい場合は、MinIOの最新バージョンをこのページからダウンロードし、インストールに関するMinIOドキュメンテーションに従うか、S3リポジトリーをインストールします。
  • Talend Data Preparationをインストールする前に、ハードウェアとソフトウェアの要件を満たしていることをご確認ください。詳細は、オンプレミスのインストール要件をご覧ください。

手順

  1. MongoDBインスタンスをhttps://www.mongodb.com/download-centerからダウンロードしてインストールします。
    サポートされているMongoDBデータベースの詳細は、互換性があるデータベースをご覧ください。
    そのインストール方法の詳細は、MongoDBドキュメンテーションをご覧ください。
    SSLを使ってMongoDBとの接続を保護する場合は、MongoDB Enterpriseサーバーをマシンに手動でインストールする必要があります。詳細は、https://docs.mongodb.com/v4.0/security/をご覧ください。
  2. Talend-DataPreparation-Server-VA.B.C.zipファイルをTalend Data Preparationのインストール先に展開します。
  3. <Data_Preparation_Path>/services/components-api-service-rest-all-components-VA.B.C.zipComponents Catalogをインストールする場所に展開します。
  4. mongoPATH環境変数に追加します。
  5. use dataprepコマンドを使って、MongoDBにdataprepデータベースを作成します。
  6. MongoDBのdataprepデータベースで次のユーザーを作成します:
    • ユーザー名: dataprep_user
    • パスワード: duser
    これを行うには、次のコマンドを使用します。
    db.createUser( { user: "dataprep-user", pwd: "duser", roles: [{ role: "readWrite", db: "dataprep"}]})
    <Data_Preparation_Path>/create_mongo_user.shファイルを実行することにより、ユーザーとパスワードを自動で作成できます。