<?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 we still configure in cdh 6.1 hbase to work with adls ? in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Can-we-still-configure-in-cdh-6-1-hbase-to-work-with-adls/m-p/303745#M221689</link>
    <description>&lt;P&gt;Thank you for verifying!&lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 16:02:11 GMT</pubDate>
    <dc:creator>JB0000012345</dc:creator>
    <dc:date>2020-09-30T16:02:11Z</dc:date>
    <item>
      <title>Can we still configure in cdh 6.1 hbase to work with adls ?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Can-we-still-configure-in-cdh-6-1-hbase-to-work-with-adls/m-p/303396#M221533</link>
      <description>&lt;P&gt;We are trying to use hbase with adls as a storage layer. Is this still possible in cdh 6.1?&lt;/P&gt;
&lt;P&gt;This is described in the docs for cdh 5.12 :&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.cloudera.com/documentation/enterprise/5-12-x/topics/admin_using_adls_storage_with_hbase.html#hbase_adls_configuration_steps" target="_blank" rel="noopener"&gt;https://docs.cloudera.com/documentation/enterprise/5-12-x/topics/admin_using_adls_storage_with_hbase.html#hbase_adls_configuration_steps&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;but we are using cdh 6.1 and there I don't see a similar page anymore.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Off course I ask since I have an issue following the 5.12 docs.&lt;BR /&gt;When I want to change in Cloudera Manager in the hbase configuration,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;hbase.root.dir = adl://ourproject.azuredatalakestore.net/hbase&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can not save this method as I get an error saying the variable is not in the allowed format:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;HDFS Root Directory: Path adls://ourproject.azuredatalakestore.net/hbase does not conform to the pattern "(/[-+=_.a-zA-Z0-9]+)+(/)*". &lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 14:38:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Can-we-still-configure-in-cdh-6-1-hbase-to-work-with-adls/m-p/303396#M221533</guid>
      <dc:creator>JB0000000000001</dc:creator>
      <dc:date>2022-09-16T14:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Can we still configure in cdh 6.1 hbase to work with adls ?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Can-we-still-configure-in-cdh-6-1-hbase-to-work-with-adls/m-p/303661#M221648</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/24329"&gt;@JB0000000000001&lt;/a&gt;&amp;nbsp;, Your assessment of ADLS support in CDH6.x is correct. The doc page is no more available in CDH 6.x&amp;nbsp; because ADLS Gen1 or ADLS Gen2 storage can't be used as an HBase Root directory in CDH 6.x. This is a limitation in CDH 6.x&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use ADLS with Hive, Impala, Oozie, Spark, YARN, MapReduce, Sqoop and DistCp but not with HBase [1].&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Per the Cloudera 6.x document [2], ADLS is not supported as the default filesystem. So do not set the default file system property (fs.defaultFS) to an adl:// URI in HDFS or as a root directory (&lt;SPAN&gt;hbase.rootdir)&amp;nbsp;&lt;/SPAN&gt;in HBase (&lt;SPAN&gt;adl://&amp;lt;&lt;/SPAN&gt;adls_account_name&lt;SPAN&gt;&amp;gt;.azuredatalakestore.net/&amp;lt;&lt;/SPAN&gt;hbase_directory&lt;SPAN&gt;&amp;gt;)&lt;/SPAN&gt; . You can still use ADLS as a secondary filesystem while HDFS remains the primary filesystem [2].&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[1]&amp;nbsp;&lt;A href="https://docs.cloudera.com/documentation/enterprise/6/6.3/topics/admin_adls_docs_ref.html" target="_blank" rel="noopener"&gt;https://docs.cloudera.com/documentation/enterprise/6/6.3/topics/admin_adls_docs_ref.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[2]&amp;nbsp;&lt;A href="https://docs.cloudera.com/documentation/enterprise/6/6.3/topics/admin_adls2_config.html#abfs_gen2_limitations" target="_blank" rel="noopener"&gt;https://docs.cloudera.com/documentation/enterprise/6/6.3/topics/admin_adls2_config.html#abfs_gen2_limitations&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 20:54:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Can-we-still-configure-in-cdh-6-1-hbase-to-work-with-adls/m-p/303661#M221648</guid>
      <dc:creator>PabitraDas</dc:creator>
      <dc:date>2020-09-29T20:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: Can we still configure in cdh 6.1 hbase to work with adls ?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Can-we-still-configure-in-cdh-6-1-hbase-to-work-with-adls/m-p/303745#M221689</link>
      <description>&lt;P&gt;Thank you for verifying!&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 16:02:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Can-we-still-configure-in-cdh-6-1-hbase-to-work-with-adls/m-p/303745#M221689</guid>
      <dc:creator>JB0000012345</dc:creator>
      <dc:date>2020-09-30T16:02:11Z</dc:date>
    </item>
  </channel>
</rss>

