Change Password

Please enter the password.
Please enter the password. Between 8-64 characters. Not identical to your email address. Contain at least 3 of: uppercase, lowercase, numbers, and special characters.
Please enter the password.
Submit

Change Nickname

Current Nickname:
Submit

Apply New License

License Detail

Please complete this required field.

  • Ultipa Graph V4

Standalone

Please complete this required field.

Please complete this required field.

The MAC address of the server you want to deploy.

Please complete this required field.

Please complete this required field.

Cancel
Apply
ID
Product
Status
Cores
Applied Validity Period(days)
Effective Date
Excpired Date
Mac Address
Apply Comment
Review Comment
Close
Profile
  • Full Name:
  • Phone:
  • Company:
  • Company Email:
  • Country:
  • Language:
Change Password
Apply

You have no license application record.

Apply
Certificate Issued at Valid until Serial No. File
Serial No. Valid until File

Not having one? Apply now! >>>

Product Created On ID Amount (USD) Invoice
Product Created On ID Amount (USD) Invoice

No Invoice

v5.0
Search
    English
    v5.0

      Job

      Overview

      Certain UQL queries, such as schema dropping, projection creation, and algorithm writeback, are designed to run as back-end jobs. The results of some jobs, such as files generated by algorithms, are stored in the graphsets on which they are executed and can be retrieved later, unless cleared.

      Showing Jobs

      To retrieve all jobs in current graphset:

      show().job()
      

      To retrieve the job with id 83 in current graphset:

      show().job(83)
      

      It returns the following information for each job:

      Field
      Description
      Job ID ID of the job. Some jobs have sub-jobs with ids <jobId>_1,<jobId>_2, and so on.
      Graph Name The graphset on the job executes.
      Type Type of the job, such as CREATE_INDEX, CACHE, COMPACT etc.
      Uql UQL query of the job.
      Start Time Start time of the job.
      End Time End time of the job.
      Result Results generated by the job, such as output files or statistical summaries from an algorithm.
      Error Msg Error message, if any, encountered during the job's execution.
      Status Current state of the job, which can be FINISHED, RUNNING, STOPPING, STOPPED or FAILED.
      Progress Progress updates for the job, such as indications that the write operation has been started.

      Stopping Jobs

      To stop the running job with id 83 in current graphset:

      stop().job(83)
      

      Clearing Jobs

      To clear all jobs in current graphset that are not running:

      clear().job("*")
      

      To clear the job with ID 83 in the current graphset, provided it is not running:

      clear().job(83)
      
      Please complete the following information to download this book
      *
      公司名称不能为空
      *
      公司邮箱必须填写
      *
      你的名字必须填写
      *
      你的电话必须填写