<?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 change Owner of Zeppelin Notebook? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-change-Owner-of-Zeppelin-Notebook/m-p/208179#M81427</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/11048/falbani.html" nodeid="11048"&gt;@Felix Albani&lt;/A&gt; &lt;A rel="user" href="https://community.cloudera.com/users/740/vrathor.html" nodeid="740"&gt;@Vipin Rathor&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I performed all these steps. I can see that user 'bhushan-kandalkar' is able to view notebooks created by &lt;A href="mailto:'bhushan-kandalkar@test.com"&gt;'bhushan-kandalkar@test.com&lt;/A&gt;' user. That's good news.&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;But in Zeppelin Notebook UI, I am still getting &lt;A href="mailto:'bhushan-kandalkar@test.com"&gt;'bhushan-kandalkar@test.com&lt;/A&gt;' user. Attached screenshot &lt;A href="https://community.cloudera.com/legacyfs/online/attachments/85465-notebook-permission.png"&gt;notebook-permission.png&lt;/A&gt;. I am not getting '&lt;A href="mailto:'bhushan-kandalkar@test.com"&gt;'bhushan-kandalkar&lt;/A&gt;' user.&lt;/P&gt;&lt;P&gt;Also, when I share notebook to other user, that notebook is removed from the user who has shared that notebook. That should not happen.&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;</description>
    <pubDate>Wed, 01 Aug 2018 19:49:38 GMT</pubDate>
    <dc:creator>bkandalkar</dc:creator>
    <dc:date>2018-08-01T19:49:38Z</dc:date>
    <item>
      <title>How to change Owner of Zeppelin Notebook?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-change-Owner-of-Zeppelin-Notebook/m-p/208174#M81422</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;We have synced AD users in Zeppelin using shiro.ini file. User is able to login using entire domain name eg: 'bhushan-kandalkar@test.com' &lt;/P&gt;&lt;P&gt;All notebook have owners set to 'bhushan-kandalkar@test.com' &lt;/P&gt;&lt;P&gt;Now, we have synced AD users in Zeppelin using SaMAcoountName. Hence  User is able to login using  SaMAcoountName only eg: 'bhushan-kandalkar'&lt;/P&gt;&lt;P&gt;But problem is user 'bhushan-kandalkar' is not able to view notebooks created by 'bhushan-kandalkar@test.com' though its an same user.&lt;/P&gt;&lt;P&gt;How should I change owners of all notebooks from  'bhushan-kandalkar@test.com' to  'bhushan-kandalkar'?&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bhushan&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jul 2018 16:40:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-change-Owner-of-Zeppelin-Notebook/m-p/208174#M81422</guid>
      <dc:creator>bkandalkar</dc:creator>
      <dc:date>2018-07-31T16:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to change Owner of Zeppelin Notebook?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-change-Owner-of-Zeppelin-Notebook/m-p/208175#M81423</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/29224/kandalkarbhushan.html" nodeid="29224"&gt;@Bhushan Kandalkar&lt;/A&gt;&lt;/P&gt;&lt;P&gt;To recover and and change notebook permissions manually you should do the following:&lt;/P&gt;&lt;P&gt;1. Login to zeppelin server host and switch to zeppelin user. If kerberized, kinit as zeppelin principal using zeppelin keytab&lt;/P&gt;&lt;P&gt;2. Make a backup of the following hdfs file&lt;/P&gt;&lt;P&gt;hdfs dfs -cp /user/zeppelin/conf/notebook-authorization.json /user/zeppelin/conf/notebook-authorization.json.orig&lt;/P&gt;&lt;P&gt;3. Get the file from hdfs to local file system&lt;/P&gt;&lt;P&gt;hdfs dfs -get /user/zeppelin/conf/notebook-authorization.json /tmp/notebook-authorization.json&lt;/P&gt;&lt;P&gt;4. Edit the file and replate all occurences of the username&lt;/P&gt;&lt;P&gt;sed -i -e 's/bhushan-kandalkar@test.com/bhushan-kandalkar/g' /tmp/notebook-authorization.json&lt;/P&gt;&lt;P&gt;5. Upload the file to hdfs &lt;/P&gt;&lt;P&gt;hdfs dfs -put -f /tmp/notebook-authorization.json /user/zeppelin/conf/&lt;/P&gt;&lt;P&gt;6. Restart zeppelin server using ambari&lt;/P&gt;&lt;P&gt;Let me know if that works for you. &lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;*** If you found this answer addressed your question, please take a moment to login and click the "accept" link on the answer.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jul 2018 22:04:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-change-Owner-of-Zeppelin-Notebook/m-p/208175#M81423</guid>
      <dc:creator>falbani</dc:creator>
      <dc:date>2018-07-31T22:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to change Owner of Zeppelin Notebook?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-change-Owner-of-Zeppelin-Notebook/m-p/208176#M81424</link>
      <description>&lt;P&gt;Thanks &lt;A rel="user" href="https://community.cloudera.com/users/11048/falbani.html" nodeid="11048"&gt;@Felix Albani&lt;/A&gt;&lt;/P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/11048/falbani.html" nodeid="11048"&gt;&lt;/A&gt;&lt;P&gt;I already did that. But note permission for every notebook is still showing 'bhushan-kandalkar@test.com' as owner, reader and writer.&lt;/P&gt;&lt;P&gt;Also, when I tried to change owner name to 'bhushan-kandalkar' its giving permission denied error.&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 00:15:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-change-Owner-of-Zeppelin-Notebook/m-p/208176#M81424</guid>
      <dc:creator>bkandalkar</dc:creator>
      <dc:date>2018-08-01T00:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to change Owner of Zeppelin Notebook?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-change-Owner-of-Zeppelin-Notebook/m-p/208177#M81425</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/29224/kandalkarbhushan.html" nodeid="29224"&gt;@Bhushan Kandalkar&lt;/A&gt;&lt;P&gt;Could you be more precise as to what step of the ones I provided above is giving you the permission denied error?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 02:00:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-change-Owner-of-Zeppelin-Notebook/m-p/208177#M81425</guid>
      <dc:creator>falbani</dc:creator>
      <dc:date>2018-08-01T02:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to change Owner of Zeppelin Notebook?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-change-Owner-of-Zeppelin-Notebook/m-p/208178#M81426</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/29224/kandalkarbhushan.html" nodeid="29224"&gt;@Bhushan Kandalkar&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Please let us know the value of "zeppelin.notebook.storage" property in Zeppelin. If you can attach your zeppelin-site.xml from Zeppelin node ("after scrubbing your env. specific details"), that will be even better.&lt;/P&gt;&lt;P&gt;What Felix is suggesting here, may actually work if done correctly.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 03:25:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-change-Owner-of-Zeppelin-Notebook/m-p/208178#M81426</guid>
      <dc:creator>VR46</dc:creator>
      <dc:date>2018-08-01T03:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to change Owner of Zeppelin Notebook?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-change-Owner-of-Zeppelin-Notebook/m-p/208179#M81427</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/11048/falbani.html" nodeid="11048"&gt;@Felix Albani&lt;/A&gt; &lt;A rel="user" href="https://community.cloudera.com/users/740/vrathor.html" nodeid="740"&gt;@Vipin Rathor&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I performed all these steps. I can see that user 'bhushan-kandalkar' is able to view notebooks created by &lt;A href="mailto:'bhushan-kandalkar@test.com"&gt;'bhushan-kandalkar@test.com&lt;/A&gt;' user. That's good news.&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;But in Zeppelin Notebook UI, I am still getting &lt;A href="mailto:'bhushan-kandalkar@test.com"&gt;'bhushan-kandalkar@test.com&lt;/A&gt;' user. Attached screenshot &lt;A href="https://community.cloudera.com/legacyfs/online/attachments/85465-notebook-permission.png"&gt;notebook-permission.png&lt;/A&gt;. I am not getting '&lt;A href="mailto:'bhushan-kandalkar@test.com"&gt;'bhushan-kandalkar&lt;/A&gt;' user.&lt;/P&gt;&lt;P&gt;Also, when I share notebook to other user, that notebook is removed from the user who has shared that notebook. That should not happen.&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 19:49:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-change-Owner-of-Zeppelin-Notebook/m-p/208179#M81427</guid>
      <dc:creator>bkandalkar</dc:creator>
      <dc:date>2018-08-01T19:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to change Owner of Zeppelin Notebook?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-change-Owner-of-Zeppelin-Notebook/m-p/208180#M81428</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/29224/kandalkarbhushan.html" nodeid="29224"&gt;@Bhushan Kandalkar&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Can you login to Zeppelin as 'bhushan-kandalkar' instead of 'bhushan-kandalkar@test.com'? You may need to set "activeDirectoryRealm.principalSuffix = @test.com" if you are using "org.apache.zeppelin.realm.ActiveDirectoryGroupRealm".&lt;/P&gt;&lt;P&gt;With this set, you should be able to login as 'bhushan-kandalkar' and same would appear in notebook permission.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 03:41:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-change-Owner-of-Zeppelin-Notebook/m-p/208180#M81428</guid>
      <dc:creator>VR46</dc:creator>
      <dc:date>2018-08-02T03:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to change Owner of Zeppelin Notebook?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-change-Owner-of-Zeppelin-Notebook/m-p/208181#M81429</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/740/vrathor.html" nodeid="740"&gt;@Vipin Rathor&lt;/A&gt; &lt;/P&gt;&lt;P&gt;I am logging in using bhushan-kandalkar user but in Zeppelin Notebook UI, I am still getting &lt;A href="mailto:'bhushan-kandalkar@test.com"&gt;'bhushan-kandalkar@test.com&lt;/A&gt;' user for every notebook permission. &lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 14:09:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-change-Owner-of-Zeppelin-Notebook/m-p/208181#M81429</guid>
      <dc:creator>bkandalkar</dc:creator>
      <dc:date>2018-08-02T14:09:45Z</dc:date>
    </item>
  </channel>
</rss>

