当前位置:网站首页>Maxcompute remote connection, uploading and downloading data files
Maxcompute remote connection, uploading and downloading data files
2022-06-24 07:35:00 【Concise programming】
MaxCompute Remote connection , Upload data files
- MaxCompute Remote connection
- Document address
- Buy MaxCompute
- Opening DataWorks
- Create project
- Remote connection
MaxCompute Remote connection
Document address
https://help.aliyun.com/document_detail/27971.html#section-7ce-cnh-euq
Buy MaxCompute

agree! 
Opening DataWorks
Then it will automatically let you open DataWorks, Choose to open the basic version for free 



Create project

Fill in information

Wait until the build is complete
Remote connection
Note that there needs to be Java Environmental Science
Download client

Unpack the open 
Enter the configuration odps_config.ini

The specific configuration is as follows :
project_name=
access_id=
access_key=
end_point=
log_view_host=
https_check=
# confirm threshold for query input size(unit: GB)
data_size_confirm=
# this url is for odpscmd update
update_url=
# download sql results by instance tunnel
use_instance_tunnel=
# the max records when download sql results by instance tunnel
instance_tunnel_max_record=
# IMPORTANT:
# If leaving tunnel_endpoint untouched, console will try to automatically get one from odps service, which might charge networking fees in some cases.
# Please refer to Endpoint
# tunnel_endpoint=
# use set.<key>=
# e.g. set.odps.sql.select.output.format=
Copy project name

obtain AccessKey
Click Create 
To verify


Connection address cross reference table ( To configure end_point and tunnel_endpoint)


Double-click to open

Successful connection

See the table

tunnel file
https://help.aliyun.com/document_detail/27833.html
tunnel Upload files

tunnel Download the file

Create a partition table
With gender For the district
create test02_p(id int,name string) partitioned by(gender string);
alter table test02_p add if not exists partition (gender='male');


Partition table upload
tunnel upload D:\2020-2024 University study \ Big data research \ experimental data \ODPS_DEMO\Resources\02-DataTransfer\t_tunnel_p.csv test02_p/gender='male';

Partition table query
select * from test02_p where gender='male';


边栏推荐
- 相機標定(標定目的、原理)
- [cnpm] tutorial
- [DDCTF2018](╯°□°)╯︵ ┻━┻
- [equalizer] bit error rate performance comparison simulation of LS equalizer, def equalizer and LMMSE equalizer
- Learning to use BACnet gateway of building control system is not so difficult
- 20个不容错过的ES6技巧
- [frame rate doubling] development and implementation of FPGA based video frame rate doubling system Verilog
- A case of bouncing around the system firewall
- Graduation season advance technology
- Camera calibration (calibration purpose and principle)
猜你喜欢

(CVE-2020-11978)Airflow dag中的命令注入漏洞复现【vulhub靶场】

Win11怎么设置让CPU性能全开?Win11CPU怎么设置高性能模式?

基因检测,如何帮助患者对抗疾病?

【图像融合】基于方向离散余弦变换和主成分分析的图像融合附matlab代码

RDD基础知识点

Ultra wideband pulse positioning scheme, UWB precise positioning technology, wireless indoor positioning application

【图像分割】基于形态学实现视网膜血管分割附matlab代码

buuctf misc 从娃娃抓起

MySQL - three tables (student, course, score) to query the name, number and score of students whose course is mathematics

现货黄金有哪些值得借鉴的心态
随机推荐
【WordPress建站】5. 设置代码高亮
[image fusion] image fusion based on NSST and PCNN with matlab code
How can win11 set the CPU performance to be fully turned on? How does win11cpu set high performance mode?
Cisco router configuration notes: static routing, rip, OSPF, principles combined with experiments, worth a visit!
【图像分割】基于形态学实现视网膜血管分割附matlab代码
Deploy L2TP in VPN (medium)
[DDCTF2018](╯°□°)╯︵ ┻━┻
Huawei Cloud Database Advanced Learning
简单使用Modbus转BACnet网关教程
bjdctf_ 2020_ babystack
[image feature extraction] image feature extraction based on pulse coupled neural network (PCNN) including Matlab source code
Camera calibration (calibration purpose and principle)
The fund management of London gold is more important than others
20个不容错过的ES6技巧
[从零开始学习FPGA编程-42]:视野篇 - 后摩尔时代”芯片设计的技术演进-1-现状
Bjdctf 2020 Bar _ Babystack
buuctf misc [UTCTF2020]docx
基因检测,如何帮助患者对抗疾病?
RDD basic knowledge points
[learn FPGA programming from scratch -41]: vision chapter - Moore's era and Moore's law and the arrival of the post Moore Era