You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Yesha Vora (JIRA)" <ji...@apache.org> on 2017/03/01 19:01:45 UTC

[jira] [Updated] (AMBARI-20188) HiveView 2.0: Add a note on Save To HDFS popup box that full hdfs url is not supported

     [ https://issues.apache.org/jira/browse/AMBARI-20188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yesha Vora updated AMBARI-20188:
--------------------------------
    Summary: HiveView 2.0: Add a note on Save To HDFS popup box that full hdfs url is not supported  (was: HiveView 2.0: Save To HDFS does not work with full hdfs url)

> HiveView 2.0: Add a note on Save To HDFS popup box that full hdfs url is not supported
> --------------------------------------------------------------------------------------
>
>                 Key: AMBARI-20188
>                 URL: https://issues.apache.org/jira/browse/AMBARI-20188
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-views
>    Affects Versions: 2.5.0
>            Reporter: Yesha Vora
>
> Save To HDFS option should work if full hdfs url is provided. 
> Steps to reproduce:
> * Run a query
> * Click on Save To HDFS
> * Enter "hdfs://mycluster/tmp/yyy.csv" in path
> This is a valid path. HDFS Put works with "hdfs://mycluster/tmp/yyy.csv" as destination. 
> {code}
> [root@xxx ~]# hdfs dfs -put  /tmp/all_nodes hdfs://mycluster/tmp/
> [root@xxx ~]# hdfs dfs -ls /tmp
> Found 4 items
> -rw-r--r--   3 cstm-hdfs hdfs         67 2017-02-24 20:15 /tmp/all_nodes
> -rw-r--r--   3 admin     hdfs       1324 2017-02-24 20:03 /tmp/yeshabugs.csv{code}
> However it does not work from Hive View. It does not throw any error either.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)