Export CSV in Hue 3.12
See original GitHub issueHi, I am using Hue 3.12 built from source. while executing queries using notebook, there is no option to save/export results as CSV. I modified HTML and make the export button visible but it says:
[01/Mar/2017 05:51:55 -0800] middleware INFO Processing exception: Downloading is not supported yet: Traceback (most recent call last):
File "/usr/local/hue/build/env/lib/python2.6/site-packages/Django-1.6.10-py2.6.egg/django/core/handlers/base.py", line 112, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/usr/local/hue/build/env/lib/python2.6/site-packages/Django-1.6.10-py2.6.egg/django/db/transaction.py", line 371, in inner
return func(*args, **kwargs)
File "/usr/local/hue/desktop/libs/notebook/src/notebook/decorators.py", line 55, in decorate
return view_func(request, *args, **kwargs)
File "/usr/local/hue/desktop/libs/notebook/src/notebook/views.py", line 271, in download
return get_api(request, snippet).download(notebook, snippet, file_format)
File "/usr/local/hue/desktop/libs/notebook/src/notebook/connectors/jdbc.py", line 123, in download
raise PopupException('Downloading is not supported yet')
PopupException: Downloading is not supported yet
What can be done for this? Do I have to install older version? I am executing Phoenix.queries.
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Downloading and exporting data from Hue | CDP Private Cloud
Hue enables you to download or export data from Hue to HDFS or to an external storage location from Hue Editor, Hue Dashboard,...
Read more >3.12.0 :: Hue Documentation - GitHub Pages
Hue, http://gethue.com, is an open source Web interface for analyzing data with Hadoop. Its main features: SQL editors for Hive, Impala, MySQL, Oracle, ......
Read more >OOZIE ERROR WHILE RUNNING HIVE WORKFLOW IN HUE ...
I have Cluster with HUE-3.12. When I run Hive Oozie workflow I get below error.Please someone explain me what is wrong here. HUE.ini....
Read more >Can't download moderately large data or number of rows ... - Re
We came across this issue as well, Zeppelin csv export is using the data URI scheme which is base64 encoding all the rows...
Read more >How can I export csv data from hadoop (through hive in hue ...
Refer the below question. Lot of options are suggested by users. How to export a Hive table into a CSV file?
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Same as the other answers: https://issues.cloudera.org/browse/HUE-3996
Yes, JDBC is not implemented yet https://github.com/cloudera/hue/blob/master/desktop/libs/notebook/src/notebook/connectors/jdbc.py#L122
https://github.com/cloudera/hue/issues/623