当前位置:网站首页>Write shell script error summary
Write shell script error summary
2022-06-25 04:43:00 【The silent Lord returns to the sand】
1、shell Execute in script doris Command error
^ Encountered: IDENTIFIER
reason : Namely linux The file format of the system is unix, and windows yes dos, The format does not correspond .
Suggest :
1) download vscode, download shell Plug in for , Change the ending character to lf. If shell Is in md File first vscode Check whether there is any format error , Go again linux Run inside .
2) Directly in linux Knock inside shell Script
perhaps :set ff=unix
2、doris Can't load .
My statement has an empty table structure , Then load the data . But not loaded into .
The statement that empties the table structure is placed separately shell, The statement that creates the table structure is placed in a shell.
边栏推荐
- 简单的恶意样本行文分析-入门篇
- Part I Verilog quick start
- A detailed summary of four handshakes (or four waves) over TCP connections
- What is persistence? What are RDB and AOF in redis persistence?
- 大话云原生数据库中的存算分离
- Office macro virus bounce shell experiment
- Use of deferred environment variable in gbase 8s
- JS arguments
- Immutable學習之路----告別傳統拷貝
- Xiaobai learns MySQL - Statistical 'opportunism'
猜你喜欢

Gbase 8s overall architecture

Kotlin Compose 监听软键盘 点击enter提交事件

jsz中的join()

At the age of 30, I began to learn programming by myself. Is it still time for me to have difficulties at home?

WPF 使用 MAUI 的自绘制逻辑

mongodb集群

CTF_ Web: Advanced questions of attack and defense world expert zone WP (19-21)

Xiaobai learns MySQL - Statistical 'opportunism'

dotnet-exec 0.4.0 released

哪个编程语言实现hello world最烦琐?
随机推荐
CTF_ Web: Learn flask template injection (SSTI) from 0
华为鸿蒙开发第四课
Gbase 8s stored procedure flow control
Thorough understanding of database transactions
GBASE 8s的隔离级别介绍
Cascading deletion of gbase 8s
How to screen out words related to products and eliminate invalid words accurately
js的arguments
CTF_ Web:php weak type bypass and MD5 collision
成功解决:selenium.common.exceptions.TimeoutException: Message: timeout: Timed out receiving message from
GBASE 8s的多线程结构
Record small knowledge points
A detailed summary of four handshakes (or four waves) over TCP connections
How to apply for software
Introduction to the isolation level of gbase 8s
《牛客刷verilog》Part I Verilog快速入门
Gbase 8s index b+ tree
JS call() and apply()
记录小知识点
冰冰学习笔记:循环队列的实现