<?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: How to create file view in ambari? in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/How-to-create-file-view-in-ambari/m-p/156171#M118588</link>
    <description>&lt;P&gt;Take a look at this. &lt;A href="https://docs.hortonworks.com/HDPDocuments/Ambari-2.2.2.0/bk_ambari_views_guide/content/ch_using_files_view.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/Ambari-2.2.2.0/bk_ambari_views_guide/content/ch_using_files_view.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Mar 2017 20:40:21 GMT</pubDate>
    <dc:creator>ravi1</dc:creator>
    <dc:date>2017-03-14T20:40:21Z</dc:date>
    <item>
      <title>How to create file view in ambari?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-create-file-view-in-ambari/m-p/156170#M118587</link>
      <description>&lt;P&gt;Hi ,  I am using HDP 2.4 and ambari 2.2  want to create file view in ambari but when go to manage ambari--&amp;gt;views i could not see any "file" instance ..how can i create file view here..please help me &lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2017 20:27:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-create-file-view-in-ambari/m-p/156170#M118587</guid>
      <dc:creator>g_rao9704</dc:creator>
      <dc:date>2017-03-14T20:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to create file view in ambari?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-create-file-view-in-ambari/m-p/156171#M118588</link>
      <description>&lt;P&gt;Take a look at this. &lt;A href="https://docs.hortonworks.com/HDPDocuments/Ambari-2.2.2.0/bk_ambari_views_guide/content/ch_using_files_view.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/Ambari-2.2.2.0/bk_ambari_views_guide/content/ch_using_files_view.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2017 20:40:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-create-file-view-in-ambari/m-p/156171#M118588</guid>
      <dc:creator>ravi1</dc:creator>
      <dc:date>2017-03-14T20:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to create file view in ambari?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-create-file-view-in-ambari/m-p/156172#M118589</link>
      <description>&lt;P&gt;Thanks for quick response&lt;A href="https://community.hortonworks.com/users/216/ravi.html"&gt;@Ravi Mutyala&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But here my concern i could not see any FILE View instance to expand,How to enable this?&lt;/P&gt;&lt;OL&gt;
&lt;LI&gt;Browse to the Ambari Administration interface.&lt;/LI&gt;&lt;LI&gt;Click Views, expand the &lt;STRONG&gt;Files View&lt;/STRONG&gt;, and click &lt;STRONG&gt;Create Instance&lt;/STRONG&gt;.&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Tue, 14 Mar 2017 20:59:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-create-file-view-in-ambari/m-p/156172#M118589</guid>
      <dc:creator>g_rao9704</dc:creator>
      <dc:date>2017-03-14T20:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to create file view in ambari?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-create-file-view-in-ambari/m-p/156173#M118590</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/10953/grao9704.html" nodeid="10953"&gt;@rama&lt;/A&gt;&lt;/P&gt;&lt;P&gt;By default you should see the default file view instance.  If not then check the &lt;EM&gt;&lt;STRONG&gt;"/var/log/ambari-server/ambari-server.log"&lt;/STRONG&gt;&lt;/EM&gt; file to see if your default File View instance got deployed or not? You should see some entries like following:&lt;/P&gt;&lt;PRE&gt;INFO [main] ViewRegistry:1656 - Reading view archive /var/lib/ambari-server/resources/views/files-2.4.1.0.22.jar.
INFO [main] ViewRegistry:1747 - setting up logging for view FILES{1.0.0} as per property file view.log4j.properties
INFO [main] ViewRegistry:1811 - Auto creating instance of view FILES for cluster ClusterDemo.
INFO [main] ViewRegistry:1689 - View deployed: FILES{1.0.0}.&lt;/PRE&gt;&lt;P&gt;
.
If you do not see those entries there means the file view is not deployed ... so you need to find out if the view jar is present in ambari installation or not?&lt;/P&gt;&lt;P&gt;Please check the following directory if you have the file view jar present there or not?  (Version might be different in your case)&lt;/P&gt;&lt;PRE&gt;# ls -l /var/lib/ambari-server/resources/views/files-2.2.2.xxx.jar 
-rwxrwxrwx 1 root root 42287295 Dec  2 11:50 /var/lib/ambari-server/resources/views/files-2.2.2.xxx.jar &lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Also check if the user who is running Ambari Server has the read permission to this jar.&lt;/P&gt;&lt;P&gt;. &lt;/P&gt;&lt;P&gt;Once ambari deploys the views properly you should see directories created in the "work: folder as following:&lt;/P&gt;&lt;PRE&gt;]#  ls -l /var/lib/ambari-server/resources/views/work/   | grep -i FILES
drwxr-xr-x  7 root root 4096 Dec  2 11:52 FILES{1.0.0}
&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;You can try deleting the "/var/lib/ambari-server/resources/views/work" directory and then restart ambari server so that it will recreate the "work" directory and extract the views jars there.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2017 21:02:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-create-file-view-in-ambari/m-p/156173#M118590</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-03-14T21:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to create file view in ambari?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-create-file-view-in-ambari/m-p/156174#M118591</link>
      <description>&lt;P&gt;Thanks @&lt;A href="https://community.hortonworks.com/users/3418/jsensharma.html"&gt;Jay SenSharma&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Yes i have not found  files-2.2.2.xxx.jar &lt;/P&gt;&lt;P&gt;-rw-r--r-- 1 root root   571873 Jul 12  2016 ambari-admin-2.2.1.12.4.jar&lt;/P&gt;&lt;P&gt;
-rw-r--r-- 1 root root 45379969 Jul 12  2016 capacity-scheduler-2.2.1.12.4.jar&lt;/P&gt;&lt;P&gt;
-rw-r--r-- 1 root root 98659271 Jul 12  2016 hive-2.2.1.12.4.jar&lt;/P&gt;&lt;P&gt;
-rw-r--r-- 1 root root 46912006 Jul 12  2016 pig-2.2.1.12.4.jar&lt;/P&gt;&lt;P&gt;
-rw-r--r-- 1 root root 52241298 Jul 12  2016 slider-2.2.1.12.4.jar&lt;/P&gt;&lt;P&gt;
-rw-r--r-- 1 root root 48027227 Jul 12  2016 tez-view-2.2.1.12.4.jar&lt;/P&gt;&lt;P&gt;
drwxr-xr-x 8 root root     4096 Aug  5  2016 work
&lt;/P&gt;&lt;P&gt;how could i add the jar file here?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2017 21:10:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-create-file-view-in-ambari/m-p/156174#M118591</guid>
      <dc:creator>g_rao9704</dc:creator>
      <dc:date>2017-03-14T21:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to create file view in ambari?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-create-file-view-in-ambari/m-p/156175#M118592</link>
      <description>&lt;P&gt;Thank you so much@&lt;A href="https://community.hortonworks.com/users/3418/jsensharma.html"&gt;Jay SenSharma&lt;/A&gt;&lt;/P&gt;&lt;P&gt;what are step should i follow after restart the ambari? can you suggest any document which help me step by step?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2017 21:16:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-create-file-view-in-ambari/m-p/156175#M118592</guid>
      <dc:creator>g_rao9704</dc:creator>
      <dc:date>2017-03-14T21:16:54Z</dc:date>
    </item>
  </channel>
</rss>

