<?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: CDSW change owner Projects in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/CDSW-change-owner-Projects/m-p/400805#M250969</link>
    <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/107940"&gt;@MID_ACN&lt;/a&gt;&amp;nbsp;Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.&amp;nbsp; Thanks.&lt;/P&gt;</description>
    <pubDate>Wed, 22 Jan 2025 00:39:19 GMT</pubDate>
    <dc:creator>DianaTorres</dc:creator>
    <dc:date>2025-01-22T00:39:19Z</dc:date>
    <item>
      <title>CDSW change owner Projects</title>
      <link>https://community.cloudera.com/t5/Support-Questions/CDSW-change-owner-Projects/m-p/400325#M250797</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;can you tell me if it is possible to change the owner of a project in cdsw? And how?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 06:22:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/CDSW-change-owner-Projects/m-p/400325#M250797</guid>
      <dc:creator>MID_ACN</dc:creator>
      <dc:date>2026-04-21T06:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: CDSW change owner Projects</title>
      <link>https://community.cloudera.com/t5/Support-Questions/CDSW-change-owner-Projects/m-p/400358#M250812</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/25179"&gt;@Mike&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/28743"&gt;@Gopinath&lt;/a&gt;&amp;nbsp;Hi! Do you have some insights here? Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2025 01:52:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/CDSW-change-owner-Projects/m-p/400358#M250812</guid>
      <dc:creator>DianaTorres</dc:creator>
      <dc:date>2025-01-15T01:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: CDSW change owner Projects</title>
      <link>https://community.cloudera.com/t5/Support-Questions/CDSW-change-owner-Projects/m-p/400366#M250816</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/107940"&gt;@MID_ACN&lt;/a&gt;&amp;nbsp;there is no straightforward way to do it.&lt;BR /&gt;&lt;BR /&gt;Option#1: Forking [through UI]&lt;BR /&gt;&lt;A href="https://community.cloudera.com/t5/Internal/How-to-change-the-owner-of-the-project-in-CML/ta-p/360168" target="_blank"&gt;https://community.cloudera.com/t5/Internal/How-to-change-the-owner-of-the-project-in-CML/ta-p/360168&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Option#2: Projects table update [requires cli access to the underlying pod]&lt;BR /&gt;&lt;SPAN&gt;step1: connect to postgres DB&lt;BR /&gt;kubectl exec -it $(kubectl get pods -l role=db -o jsonpath='{.items[*].metadata.name}') -- psql -P pager=off --expanded -U sense&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;step2: get user IDs, project ID&lt;BR /&gt;select id from users where username='&amp;lt;old_owner&amp;gt;';&lt;BR /&gt;select id from users where username='&amp;lt;new_owner&amp;gt;';&lt;BR /&gt;select id,creator_id,user_id from projects where name='&amp;lt;project_name&amp;gt;';&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;step#3: update projects table&lt;BR /&gt;select id,name,user_id,creator_id from projects where&amp;nbsp;project_id='&amp;lt;project_id&amp;gt;'; #validate before update]&lt;BR /&gt;update projects set user_id='new_owner_id', creator_id='new_owner_id' where project_id='&amp;lt;project_id&amp;gt;'; #update&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2025 03:48:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/CDSW-change-owner-Projects/m-p/400366#M250816</guid>
      <dc:creator>Gopinath</dc:creator>
      <dc:date>2025-01-15T03:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: CDSW change owner Projects</title>
      <link>https://community.cloudera.com/t5/Support-Questions/CDSW-change-owner-Projects/m-p/400805#M250969</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/107940"&gt;@MID_ACN&lt;/a&gt;&amp;nbsp;Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.&amp;nbsp; Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2025 00:39:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/CDSW-change-owner-Projects/m-p/400805#M250969</guid>
      <dc:creator>DianaTorres</dc:creator>
      <dc:date>2025-01-22T00:39:19Z</dc:date>
    </item>
  </channel>
</rss>

