检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
How Do I Forcibly Stop MapReduce Jobs Executed by Hive? Question How do I stop a MapReduce task manually if the task is suspended for a long time? Answer Log in to FusionInsight Manager. Choose Cluster > Name of the desired cluster > Services > Yarn. On the left pane, click ResourceManager
How Do I Forcibly Stop MapReduce Jobs Executed by Hive? Question How do I stop a MapReduce task manually if the task is suspended for a long time? Answer Log in to FusionInsight Manager. Choose Cluster > Name of the desired cluster > Services > Yarn. On the left pane, click ResourceManager
What OSs Are Supported If I Want to Install Docker on a Linux ECS? If you want to install Docker on your Linux ECS, ensure that the OS of your ECS is supported by Docker. Table 1 lists the OSs supported by Docker. Table 1 OSs supported by Docker OS Version Location CentOS CentOS 7
Can I Attach a Shared Disk to Servers Running Different OSs? It is recommended that you do not attach a shared disk to both Linux and Windows servers. If you attach a shared disk to servers running different versions of the same OS type, for example CentOS 6 and CentOS 7 servers,
How Do I View Jobs Associated with a Quality Rule Template? Possible Causes How to view the jobs associated with a quality rule template Solution On the DataArts Studio console, locate an instance and click Access. On the displayed page, locate a workspace and click DataArts Quality
Why Do I Fail to Establish a Dependency Between Two Jobs? Symptom Two jobs are created, but the dependency relationship cannot be established. Cause Analysis Check whether the two jobs' recurrence are both every week or every month. Currently, if the two jobs' recurrence are both
How Do I Check Which Jobs Invoke a CDM Job? Symptom Jobs that invoke a CDM job Solution In the left navigation pane of DataArts Factory, choose Monitoring > Job Monitoring. Click the Batch Job Monitoring tab. Query the scheduling and execution of the CDM job by filter criteria. You
How Do I Migrate Data from a Cloud Platform Not Supported by OMS? If the data to be migrated is stored in a NAS file system, use Method 1. If the data to be migrated can be accessed publicly through HTTP or HTTPS and you can list the names and download links of all the objects to
How Does OMS Ensure Data Consistency Between the Source and Destination Buckets? During the migration, whenever an object is migrated, OMS performs a consistency check on the object. If a source object is inconsistent with its paired destination one, the object is recorded as failed
Are the EVS Disk Device Names on the Console and the Device Names in BMS OSs Consistent? Local System Disk The EVS disk device names displayed on the BMS details page on the VPC console are inconsistent with the device names displayed in the BMS OS. To prevent impact of device name
[Notice] Starting OBT for DDS 5.0 on July 24, 2024 Huawei Cloud will start open beta testing (OBT) for Document Database Service (DDS) 5.0 on July 24, 2024. OBT Time and Regions Regions CN East2, CN East-Qingdao, ME-Riyadh, CN-Hong Kong, AP-Jakarta, and AP-Bangkok from July 24, 2024
How Do I Synchronize the Changed Names of CDM Jobs to DataArts Factory? Symptom Updated names of CDM jobs cannot be synchronized to DataArts Factory. Solution After renaming a CDM job, you need to select the renamed CDM job in the CDM node attributes on the DataArts Factory console
What Can I Do If DataArts Studio Occasionally Fails to Schedule Spark Jobs? Symptom DataArtsStudio occasionally fails to schedule Spark jobs and the rescheduling also fails. The following error information is displayed: Caused by: org.apache.spark.SparkException: Application application
What Should I Do If Submitted Yarn Jobs Cannot Be Viewed on the Web UI? Question: Why a created Yarn job cannot be viewed when I log in to Manager as the admin user? Answer: The admin user is a user on the cluster management page. Check whether the user has the supergroup permission
How Do I View SQL Statements of Hive Jobs on the Yarn Web UI? Log in to FusionInsight Manager as a service user. Choose Cluster > Services > Yarn. Click ResourceManager(xxx,Active) next to ResourceManager WebUI. On the YARN web UI, click the ID of the job to be viewed. Click ApplicationMaster
How Can I Check Whether DNS Verification Takes Effect for Windows OSs? This topic describes how to check whether domain ownership DNS verification takes effect on Windows OSs. After you submit a certificate application to the CA, complete the domain ownership verification by DNS.
Is There Any Conflict When Models of Two Training Jobs Are Saved in the Same Directory of a Container? Storage directories of ModelArts training jobs do not affect each other. Environments are isolated from each other, and data of other jobs cannot be viewed. Parent topic: Viewing
How Do I Use PyCharm ToolKit to Create Multiple Jobs for Simultaneous Training? PyCharm ToolKit supports only one job at a time. To run another job, you must manually stop the current one. Parent topic: Using PyCharm Toolkit
[Notice] Starting OBT for DDS Cluster 5.0 on Nov 5, 2024 Huawei Cloud will start open beta testing (OBT) for Document Database Service (DDS) cluster 5.0 on November 5, 2024. OBT Time and Regions Regions CN East2, CN East-Qingdao, ME-Riyadh, CN-Hong Kong, AP-Jakarta, and AP-Bangkok
What Should I Consider When Transferring or Operating Data Between Different OSs? Convert the format of a data file before importing the file. Run the following command to convert the format of a file in the Windows OS to that in the Unix-like OS: dos2unix {filename} Run the following