跳过导航链接

程序包 com.aliyun.odps.datahub

ODPS Datahub服务用于上传、下载数据到ODPS Examples: Account account = new AliyunAccount("accessId", "accessKey"); Odps odps = new Odps(account); odps.setDefaultProject("my_project"); DatahubClient client = new DatahubClient(odps); DatahubReader reader = client.openDatahubReader("shardId"); DatahubWriter writer = client.openDatahubWriter("shardId"); ....

请参阅: 说明

程序包com.aliyun.odps.datahub的说明

ODPS Datahub服务用于上传、下载数据到ODPS

Examples:

  •  Account account = new AliyunAccount("accessId", "accessKey");
     Odps odps = new Odps(account);
     odps.setDefaultProject("my_project");
    
     DatahubClient client = new DatahubClient(odps);
     DatahubReader reader = client.openDatahubReader("shardId");
     DatahubWriter writer = client.openDatahubWriter("shardId");
     ....
     

Copyright © 2015 Alibaba Cloud Computing. All rights reserved.