- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
impala-shell Command-Line Option has a problem with the [--output_delimiter=character]
- Labels:
-
Apache Impala
Created 10-23-2024 08:24 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Specifies the character to use as a delimiter between fields when query results are printed in plain format by the -B option. Defaults to tab ('\t'). If an output value contains the delimiter character, that field is quoted, escaped by doubling quotation marks, or both. Added in Impala 1.0.1.
My output value contains some ('\t'),So,I tried using \`field\` OR “field” and so on, But all of them doesn't work.Does anyone know how to solve it?
Impala Shell v3.4.0-SNAPSHOT
Created 10-23-2024 10:29 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@xiaohai, Welcome to our community! To help you get the best possible answer, I have tagged in our Impala experts @ChethanYM @willx who may be able to assist you further.
Please feel free to provide any additional information or details about your query, and we hope that you will find a satisfactory solution to your question.
Regards,
Vidya Sargur,Community Manager
Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Learn more about the Cloudera Community:
Created 11-21-2024 10:29 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @xiaohai
>What is the error you are seeing?
>can you use this delimiter?
impala-shell -B --output_delimiter='|' -q 'SELECT * FROM your_table'
Regards,
Chethan YM
