<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Can't Delete Saved Queries in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Can-t-Delete-Saved-Queries/m-p/176418#M138668</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/44374/danielthomas.html" nodeid="44374"&gt;@Daniel Thomas&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It might be a browser cache issue . Can you please try with "Incognito Mode" (Private Mode") of your browser to see if Browser Caching is not causing any issue. If you are using IE browser then it might be related to that.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;As an alternate approach, Can you please try this:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;1). Try to get the list of savedQueryes to find out the saved query ID that you want to delete&lt;/P&gt;&lt;PRE&gt;# curl -H "X-Requested-By: ambari" -u admin:admin -X GET &lt;A href="http://localhost:8080/api/v1/views/HIVE/versions/2.0.0/instances/AUTO_HIVE20_INSTANCE/savedQueries" target="_blank"&gt;http://localhost:8080/api/v1/views/HIVE/versions/2.0.0/instances/AUTO_HIVE20_INSTANCE/savedQueries&lt;/A&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;2). Then try deleting that query id as following (say query id is "51" )&lt;/P&gt;&lt;PRE&gt;# curl -H "X-Requested-By: ambari" -u admin:admin -X DELETE &lt;A href="http://localhost:8080/api/v1/views/HIVE/versions/2.0.0/instances/AUTO_HIVE20_INSTANCE/savedQueries/51" target="_blank"&gt;http://localhost:8080/api/v1/views/HIVE/versions/2.0.0/instances/AUTO_HIVE20_INSTANCE/savedQueries/51&lt;/A&gt;&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;If the API calls also fails to delete the SavedQuery then definitely some error will be logged inside the "ambari-server.log" please share the log.&lt;/P&gt;</description>
    <pubDate>Sat, 28 Oct 2017 01:00:25 GMT</pubDate>
    <dc:creator>jsensharma</dc:creator>
    <dc:date>2017-10-28T01:00:25Z</dc:date>
  </channel>
</rss>

