Compute
Elastic Cloud Server
Huawei Cloud Flexus
Bare Metal Server
Auto Scaling
Image Management Service
Dedicated Host
FunctionGraph
Cloud Phone Host
Huawei Cloud EulerOS
Networking
Virtual Private Cloud
Elastic IP
Elastic Load Balance
NAT Gateway
Direct Connect
Virtual Private Network
VPC Endpoint
Cloud Connect
Enterprise Router
Enterprise Switch
Global Accelerator
Management & Governance
Cloud Eye
Identity and Access Management
Cloud Trace Service
Resource Formation Service
Tag Management Service
Log Tank Service
Config
OneAccess
Resource Access Manager
Simple Message Notification
Application Performance Management
Application Operations Management
Organizations
Optimization Advisor
IAM Identity Center
Cloud Operations Center
Resource Governance Center
Migration
Server Migration Service
Object Storage Migration Service
Cloud Data Migration
Migration Center
Cloud Ecosystem
KooGallery
Partner Center
User Support
My Account
Billing Center
Cost Center
Resource Center
Enterprise Management
Service Tickets
HUAWEI CLOUD (International) FAQs
ICP Filing
Support Plans
My Credentials
Customer Operation Capabilities
Partner Support Plans
Professional Services
Analytics
MapReduce Service
Data Lake Insight
CloudTable Service
Cloud Search Service
Data Lake Visualization
Data Ingestion Service
GaussDB(DWS)
DataArts Studio
Data Lake Factory
DataArts Lake Formation
IoT
IoT Device Access
Others
Product Pricing Details
System Permissions
Console Quick Start
Common FAQs
Instructions for Associating with a HUAWEI CLOUD Partner
Message Center
Security & Compliance
Security Technologies and Applications
Web Application Firewall
Host Security Service
Cloud Firewall
SecMaster
Anti-DDoS Service
Data Encryption Workshop
Database Security Service
Cloud Bastion Host
Data Security Center
Cloud Certificate Manager
Edge Security
Managed Threat Detection
Blockchain
Blockchain Service
Web3 Node Engine Service
Media Services
Media Processing Center
Video On Demand
Live
SparkRTC
MetaStudio
Storage
Object Storage Service
Elastic Volume Service
Cloud Backup and Recovery
Storage Disaster Recovery Service
Scalable File Service Turbo
Scalable File Service
Volume Backup Service
Cloud Server Backup Service
Data Express Service
Dedicated Distributed Storage Service
Containers
Cloud Container Engine
SoftWare Repository for Container
Application Service Mesh
Ubiquitous Cloud Native Service
Cloud Container Instance
Databases
Relational Database Service
Document Database Service
Data Admin Service
Data Replication Service
GeminiDB
GaussDB
Distributed Database Middleware
Database and Application Migration UGO
TaurusDB
Middleware
Distributed Cache Service
API Gateway
Distributed Message Service for Kafka
Distributed Message Service for RabbitMQ
Distributed Message Service for RocketMQ
Cloud Service Engine
Multi-Site High Availability Service
EventGrid
Dedicated Cloud
Dedicated Computing Cluster
Business Applications
Workspace
ROMA Connect
Message & SMS
Domain Name Service
Edge Data Center Management
Meeting
AI
Face Recognition Service
Graph Engine Service
Content Moderation
Image Recognition
Optical Character Recognition
ModelArts
ImageSearch
Conversational Bot Service
Speech Interaction Service
Huawei HiLens
Video Intelligent Analysis Service
Developer Tools
SDK Developer Guide
API Request Signing Guide
Terraform
Koo Command Line Interface
Content Delivery & Edge Computing
Content Delivery Network
Intelligent EdgeFabric
CloudPond
Intelligent EdgeCloud
Solutions
SAP Cloud
High Performance Computing
Developer Services
ServiceStage
CodeArts
CodeArts PerfTest
CodeArts Req
CodeArts Pipeline
CodeArts Build
CodeArts Deploy
CodeArts Artifact
CodeArts TestPlan
CodeArts Check
CodeArts Repo
Cloud Application Engine
MacroVerse aPaaS
KooMessage
KooPhone
KooDrive
On this page

Interconnecting Presto with OBS Using an IAM Agency

Updated on 2024-09-23 GMT+08:00

After configuring decoupled storage and compute for a cluster by referring to Interconnecting an MRS Cluster with OBS Using an IAM Agency, you can use presto_cli.sh client to create tables and store them in OBS.

Interconnecting Presto with OBS

  • For clusters with Kerberos authentication disabled
    1. Log in to the node where the client is installed as the client installation user.
    2. Run the following command to configure environment variables:

      cd Client installation directory

      source bigdata_env

    3. Run the following command to connect to the client:

      presto_cli.sh

    4. Run the following command to create a schema and set location to an OBS path:

      CREATE SCHEMA hive.demo WITH (location = 'obs://mrs-word001/presto-demo002/');

    5. Create a table in the schema. The table data is stored in the OBS file system. The following is an example:

      CREATE TABLE hive.demo.demo_table WITH (format = 'ORC') AS SELECT * FROM tpch.sf1.customer;

      Figure 1 Return result
    6. Run exit to exit the client.
  • For clusters with Kerberos authentication enabled
    1. Log in to Manager and create a role with the Hive Admin Privilege permissions, for example, prestorole. For how to create a role, see Managing MRS Cluster Roles.
    2. Create a user that belongs to the Presto and Hive groups and bind the role created in 1 to the user, for example, presto001. For how to create a user, see Creating an MRS Cluster User.
    3. Authenticate the user.

      kinit presto001

    4. Download the user credential.
      • For versions earlier than MRS 3.x, on MRS Manager, choose System > Manage User. Locate the row containing the new user, click More, and select Download Authentication Credential.
      • On FusionInsight Manager for MRS 3.x or later,, choose System > Permission > User. Locate the row containing the new user, click More, and select Download Authentication Credential.
    5. Decompress the downloaded user credential file and save the obtained krb5.conf and user.keytab files to the client directory, for example, Client installation directory/Presto/.
    6. Run the following command to obtain a user principal:

      klist -kt Client installation directory/Presto/user.keytab

    7. Run the following command to connect to the Presto server of the cluster:

      presto_cli.sh --krb5-config-path {krb5.conf file path} --krb5-principal {User principal} --krb5-keytab-path {user.keytab file path} --user {Presto username}

      • krb5.conf file path: Replace it with the file path set in 5, for example, Client installation directory/Presto/krb5.conf.
      • user.keytab file path: Replace it with the file path set in 5, for example, Client installation directory/Presto/user.keytab (/opt/Bigdata/client/Presto/user.keytab).
      • User principal: Replace it with the result returned in 6.
      • Presto username: Replace it with the username created in 2, for example, presto001.
    8. Run the following command to create a schema and set location to an OBS path:

      CREATE SCHEMA hive.demo01 WITH (location = 'obs://mrs-word001/presto-demo002/');

    9. Create a table in the schema. The table data is stored in the OBS file system. The following is an example:

      CREATE TABLE hive.demo01.demo_table WITH (format = 'ORC') AS SELECT * FROM tpch.sf1.customer;

      Figure 2 Return result
    10. Run exit to exit the client.

We use cookies to improve our site and your experience. By continuing to browse our site you accept our cookie policy. Find out more

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback