question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Export CSV in Hue 3.12

See original GitHub issue

Hi, 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:closed
  • Created 7 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found