程序包 com.aliyun.odps

提供操作ODPS基本资源的类 ODPS基本资源包括: Table, Resource, Function等

Examples: Account account = new AliyunAccount("accessId", "accessKey"); Odps odps = new Odps(account); odps.setDefaultProject("my_project"); for (Table t : odps.tables()) { System.out.print(t.getName() + "\t" + t.getOwner()); }

请参阅: 说明

程序包com.aliyun.odps的说明

提供操作ODPS基本资源的类

ODPS基本资源包括: Table, Resource, Function等

Examples:

Copyright © 2015 Alibaba Cloud Computing. All rights reserved.