Hue supports exporting hive query result data. It supports the Chinese encoding GBK.

Source: Internet
Author: User
Since it is the query result of hive, We must modify the handler in hueapps to add the code: EXPORT_CHART_SETgb2312 on defdownload (handle, format, db): In defdownload (db) CSVformatter and CSVformatte

Since it is the query result of hive, We must modify beeswax/src/beeswax vim data_export.py in hue apps to add code on def download (handle, format, db: EXPORT_CHART_SET = 'gb2312' and then modify the CSVformatter and CSVformatte in def download (handle, format, db ).

Since it is the query result of hive, We must modify beeswax/src/beeswax in hue apps.

 vim data_export.py 

Add the code on def download (handle, format, db:

EXPORT_CHART_SET='gb2312'

Then modify the CSVformatter and CSVformatter in def download (handle, format, db) to add the variables defined above as parameters.

if format == 'csv':    formatter = CSVformatter(EXPORT_CHART_SET) #yangqijun.com    mimetype = 'application/csv'  elif format == 'xls':    formatter = CSVformatter(EXPORT_CHART_SET) #yangqijun.com    mimetype = 'application/xls'

Restart the instance.

Original article address: hue supports exporting hive query result data and supports the Chinese encoding GBK. Thank you for sharing it with the original author.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.