<?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 Error in accessing google cloud storage bucket via hadoop fs -ls that runs on Cloudera Hadoop CDH 6.3.3 integrated with Kerberos/SSL/LDAP cluster in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Error-in-accessing-google-cloud-storage-bucket-via-hadoop-fs/m-p/322362#M228762</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am getting the below error while accessing a Google Cloud Storage bucket for the first time via Cloudera CDH 6.3.3 Hadoop Cluster. I am running the command on the edge node where Google Cloud SDK is installed. Reachability of Google Storage is only possible via HTTP proxy as of now.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cloudera CDH 6.3.3 cluster is on-prem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Below is the command that I run:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;hadoop --loglevel trace fs -ls gs://distcppoc-2021-08-09/&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Error is:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;ls: Error accessing: bucket: distcppoc-2021-08-09&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Last few lines when the Hadoop command is run:&lt;/P&gt;
&lt;PRE&gt;21/08/10 21:07:42 DEBUG security.UserGroupInformation: hadoop login commit
21/08/10 21:07:42 DEBUG security.UserGroupInformation: using local user:UnixPrincipal: &amp;lt;username&amp;gt;
21/08/10 21:07:42 DEBUG security.UserGroupInformation: Using user: "UnixPrincipal: &amp;lt;username&amp;gt;" with name &amp;lt;username&amp;gt;
21/08/10 21:07:42 DEBUG security.UserGroupInformation: User entry: "&amp;lt;username&amp;gt;"
21/08/10 21:07:42 DEBUG security.UserGroupInformation: UGI loginUser:&amp;lt;username&amp;gt; (auth:SIMPLE)
21/08/10 21:07:42 DEBUG core.Tracer: sampler.classes = ; loaded no samplers
21/08/10 21:07:42 TRACE core.TracerId: ProcessID(fmt=%{tname}/%{ip}): computed process ID of "FSClient/&amp;lt;ip&amp;gt;"
21/08/10 21:07:42 TRACE core.TracerPool: TracerPool(Global): adding tracer Tracer(FSClient/&amp;lt;IP&amp;gt;)
21/08/10 21:07:42 DEBUG core.Tracer: span.receiver.classes = ; loaded no span receivers
21/08/10 21:07:42 TRACE core.Tracer: Created Tracer(FSClient/&amp;lt;ip&amp;gt;) for FSClient
21/08/10 21:07:42 DEBUG fs.FileSystem: Loading filesystems
21/08/10 21:07:42 DEBUG fs.FileSystem: file:// = class org.apache.hadoop.fs.LocalFileSystem from /opt/cloudera/parcels/CDH-6.3.3-1.cdh6.3.3.p4762.13062148/jars/hadoop-common-3.0.0-cdh6.3.3.jar
21/08/10 21:07:42 DEBUG fs.FileSystem: viewfs:// = class org.apache.hadoop.fs.viewfs.ViewFileSystem from /opt/cloudera/parcels/CDH-6.3.3-1.cdh6.3.3.p4762.13062148/jars/hadoop-common-3.0.0-cdh6.3.3.jar
21/08/10 21:07:42 DEBUG fs.FileSystem: ftp:// = class org.apache.hadoop.fs.ftp.FTPFileSystem from /opt/cloudera/parcels/CDH-6.3.3-1.cdh6.3.3.p4762.13062148/jars/hadoop-common-3.0.0-cdh6.3.3.jar
21/08/10 21:07:42 DEBUG fs.FileSystem: har:// = class org.apache.hadoop.fs.HarFileSystem from /opt/cloudera/parcels/CDH-6.3.3-1.cdh6.3.3.p4762.13062148/jars/hadoop-common-3.0.0-cdh6.3.3.jar
21/08/10 21:07:42 DEBUG fs.FileSystem: http:// = class org.apache.hadoop.fs.http.HttpFileSystem from /opt/cloudera/parcels/CDH-6.3.3-1.cdh6.3.3.p4762.13062148/jars/hadoop-common-3.0.0-cdh6.3.3.jar
21/08/10 21:07:42 DEBUG fs.FileSystem: https:// = class org.apache.hadoop.fs.http.HttpsFileSystem from /opt/cloudera/parcels/CDH-6.3.3-1.cdh6.3.3.p4762.13062148/jars/hadoop-common-3.0.0-cdh6.3.3.jar
21/08/10 21:07:42 DEBUG fs.FileSystem: s3n:// = class org.apache.hadoop.fs.s3native.NativeS3FileSystem from /opt/cloudera/parcels/CDH-6.3.3-1.cdh6.3.3.p4762.13062148/jars/hadoop-aws-3.0.0-cdh6.3.3.jar
21/08/10 21:07:42 DEBUG fs.FileSystem: gs:// = class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem from /opt/cloudera/parcels/CDH-6.3.3-1.cdh6.3.3.p4762.13062148/jars/gcs-connector-hadoop3-1.9.10-cdh6
21/08/10 21:07:42 DEBUG fs.FileSystem: hdfs:// = class org.apache.hadoop.hdfs.DistributedFileSystem from /opt/cloudera/parcels/CDH-6.3.3-1.cdh6.3.3.p4762.13062148/jars/hadoop-hdfs-client-3.0.0-cdh6.3.3.jar
21/08/10 21:07:42 DEBUG fs.FileSystem: webhdfs:// = class org.apache.hadoop.hdfs.web.WebHdfsFileSystem from /opt/cloudera/parcels/CDH-6.3.3-1.cdh6.3.3.p4762.13062148/jars/hadoop-hdfs-client-3.0.0-cdh6.3.3.jar
21/08/10 21:07:42 DEBUG fs.FileSystem: swebhdfs:// = class org.apache.hadoop.hdfs.web.SWebHdfsFileSystem from /opt/cloudera/parcels/CDH-6.3.3-1.cdh6.3.3.p4762.13062148/jars/hadoop-hdfs-client-3.0.0-cdh6.3.3.j
21/08/10 21:07:42 DEBUG fs.FileSystem: Looking for FS supporting gs
21/08/10 21:07:42 DEBUG fs.FileSystem: looking for configuration option fs.gs.impl
21/08/10 21:07:42 DEBUG fs.FileSystem: Filesystem gs defined in configuration option
21/08/10 21:07:42 DEBUG fs.FileSystem: FS for gs is class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
ls: Error accessing: bucket: distcppoc-2021-08-09
21/08/10 21:07:43 TRACE core.TracerPool: TracerPool(Global): removing tracer Tracer(FsShell/&amp;lt;ip&amp;gt;)
21/08/10 21:07:43 DEBUG util.ShutdownHookManager: Completed shutdown in 0.004 seconds; Timeouts: 0
21/08/10 21:07:43 DEBUG util.ShutdownHookManager: ShutdownHookManger completed shutdown.&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Below are the configurations that are added to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Cluster-wide Advanced Configuration Snippet (Safety Valve) for core-site.xml&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in Cloudera Manager --&amp;gt; HDFS --&amp;gt; Configurations&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&amp;lt;property&amp;gt;
    &amp;lt;name&amp;gt;fs.gs.working.dir&amp;lt;/name&amp;gt;
    &amp;lt;value&amp;gt;/&amp;lt;/value&amp;gt;
&amp;lt;/property&amp;gt;
&amp;lt;property&amp;gt;
    &amp;lt;name&amp;gt;fs.gs.path.encoding&amp;lt;/name&amp;gt;
    &amp;lt;value&amp;gt;uri-path&amp;lt;/value&amp;gt;
&amp;lt;/property&amp;gt;
&amp;lt;property&amp;gt;
    &amp;lt;name&amp;gt;fs.gs.auth.service.account.email&amp;lt;/name&amp;gt;
    &amp;lt;value&amp;gt;serviceaccount@dummyemail.iam.gserviceaccount.com&amp;lt;/value&amp;gt;
&amp;lt;/property&amp;gt;
&amp;lt;property&amp;gt;
    &amp;lt;name&amp;gt;fs.gs.auth.service.account.private.key.id&amp;lt;/name&amp;gt;
&amp;lt;value&amp;gt;52d6ad0c6ecb7f6da9&amp;lt;/value&amp;gt;
&amp;lt;/property&amp;gt;
&amp;lt;property&amp;gt;
    &amp;lt;name&amp;gt;fs.gs.auth.service.account.private.key&amp;lt;/name&amp;gt;
    &amp;lt;value&amp;gt;MIIEvgIBADANBgkq&amp;lt;FULL PRIVATE KEY&amp;gt;MMASBjSOTA1j+jL&amp;lt;/value&amp;gt;
&amp;lt;/property&amp;gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Restarted HDFS Services.&lt;/P&gt;
&lt;P&gt;gsutil command works fine when it is run from an on-prem cluster.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Command: gsutil ls gs://distcppoc-2021-08-09                                                                                                                     
Output: gs://distcppoc-2021-08-09/sftp.png&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;GCS Connector is installed on all the Cloudera Cluster Hadoop nodes at the below location:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Location: /opt/cloudera/parcels/CDH-6.3.3-1.cdh6.3.3.p4762.13062148/jars
Jar file: gcs-connector-hadoop3-1.9.10-cdh6.3.3-shaded.jar&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can I get some help here?&lt;/P&gt;
&lt;P&gt;P.S: This is the first time I am putting a question, so please correct me if I am putting the question in the wrong way.&lt;/P&gt;</description>
    <pubDate>Fri, 16 Sep 2022 14:43:00 GMT</pubDate>
    <dc:creator>bell1985</dc:creator>
    <dc:date>2022-09-16T14:43:00Z</dc:date>
    <item>
      <title>Error in accessing google cloud storage bucket via hadoop fs -ls that runs on Cloudera Hadoop CDH 6.3.3 integrated with Kerberos/SSL/LDAP cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Error-in-accessing-google-cloud-storage-bucket-via-hadoop-fs/m-p/322362#M228762</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am getting the below error while accessing a Google Cloud Storage bucket for the first time via Cloudera CDH 6.3.3 Hadoop Cluster. I am running the command on the edge node where Google Cloud SDK is installed. Reachability of Google Storage is only possible via HTTP proxy as of now.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cloudera CDH 6.3.3 cluster is on-prem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Below is the command that I run:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;hadoop --loglevel trace fs -ls gs://distcppoc-2021-08-09/&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Error is:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;ls: Error accessing: bucket: distcppoc-2021-08-09&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Last few lines when the Hadoop command is run:&lt;/P&gt;
&lt;PRE&gt;21/08/10 21:07:42 DEBUG security.UserGroupInformation: hadoop login commit
21/08/10 21:07:42 DEBUG security.UserGroupInformation: using local user:UnixPrincipal: &amp;lt;username&amp;gt;
21/08/10 21:07:42 DEBUG security.UserGroupInformation: Using user: "UnixPrincipal: &amp;lt;username&amp;gt;" with name &amp;lt;username&amp;gt;
21/08/10 21:07:42 DEBUG security.UserGroupInformation: User entry: "&amp;lt;username&amp;gt;"
21/08/10 21:07:42 DEBUG security.UserGroupInformation: UGI loginUser:&amp;lt;username&amp;gt; (auth:SIMPLE)
21/08/10 21:07:42 DEBUG core.Tracer: sampler.classes = ; loaded no samplers
21/08/10 21:07:42 TRACE core.TracerId: ProcessID(fmt=%{tname}/%{ip}): computed process ID of "FSClient/&amp;lt;ip&amp;gt;"
21/08/10 21:07:42 TRACE core.TracerPool: TracerPool(Global): adding tracer Tracer(FSClient/&amp;lt;IP&amp;gt;)
21/08/10 21:07:42 DEBUG core.Tracer: span.receiver.classes = ; loaded no span receivers
21/08/10 21:07:42 TRACE core.Tracer: Created Tracer(FSClient/&amp;lt;ip&amp;gt;) for FSClient
21/08/10 21:07:42 DEBUG fs.FileSystem: Loading filesystems
21/08/10 21:07:42 DEBUG fs.FileSystem: file:// = class org.apache.hadoop.fs.LocalFileSystem from /opt/cloudera/parcels/CDH-6.3.3-1.cdh6.3.3.p4762.13062148/jars/hadoop-common-3.0.0-cdh6.3.3.jar
21/08/10 21:07:42 DEBUG fs.FileSystem: viewfs:// = class org.apache.hadoop.fs.viewfs.ViewFileSystem from /opt/cloudera/parcels/CDH-6.3.3-1.cdh6.3.3.p4762.13062148/jars/hadoop-common-3.0.0-cdh6.3.3.jar
21/08/10 21:07:42 DEBUG fs.FileSystem: ftp:// = class org.apache.hadoop.fs.ftp.FTPFileSystem from /opt/cloudera/parcels/CDH-6.3.3-1.cdh6.3.3.p4762.13062148/jars/hadoop-common-3.0.0-cdh6.3.3.jar
21/08/10 21:07:42 DEBUG fs.FileSystem: har:// = class org.apache.hadoop.fs.HarFileSystem from /opt/cloudera/parcels/CDH-6.3.3-1.cdh6.3.3.p4762.13062148/jars/hadoop-common-3.0.0-cdh6.3.3.jar
21/08/10 21:07:42 DEBUG fs.FileSystem: http:// = class org.apache.hadoop.fs.http.HttpFileSystem from /opt/cloudera/parcels/CDH-6.3.3-1.cdh6.3.3.p4762.13062148/jars/hadoop-common-3.0.0-cdh6.3.3.jar
21/08/10 21:07:42 DEBUG fs.FileSystem: https:// = class org.apache.hadoop.fs.http.HttpsFileSystem from /opt/cloudera/parcels/CDH-6.3.3-1.cdh6.3.3.p4762.13062148/jars/hadoop-common-3.0.0-cdh6.3.3.jar
21/08/10 21:07:42 DEBUG fs.FileSystem: s3n:// = class org.apache.hadoop.fs.s3native.NativeS3FileSystem from /opt/cloudera/parcels/CDH-6.3.3-1.cdh6.3.3.p4762.13062148/jars/hadoop-aws-3.0.0-cdh6.3.3.jar
21/08/10 21:07:42 DEBUG fs.FileSystem: gs:// = class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem from /opt/cloudera/parcels/CDH-6.3.3-1.cdh6.3.3.p4762.13062148/jars/gcs-connector-hadoop3-1.9.10-cdh6
21/08/10 21:07:42 DEBUG fs.FileSystem: hdfs:// = class org.apache.hadoop.hdfs.DistributedFileSystem from /opt/cloudera/parcels/CDH-6.3.3-1.cdh6.3.3.p4762.13062148/jars/hadoop-hdfs-client-3.0.0-cdh6.3.3.jar
21/08/10 21:07:42 DEBUG fs.FileSystem: webhdfs:// = class org.apache.hadoop.hdfs.web.WebHdfsFileSystem from /opt/cloudera/parcels/CDH-6.3.3-1.cdh6.3.3.p4762.13062148/jars/hadoop-hdfs-client-3.0.0-cdh6.3.3.jar
21/08/10 21:07:42 DEBUG fs.FileSystem: swebhdfs:// = class org.apache.hadoop.hdfs.web.SWebHdfsFileSystem from /opt/cloudera/parcels/CDH-6.3.3-1.cdh6.3.3.p4762.13062148/jars/hadoop-hdfs-client-3.0.0-cdh6.3.3.j
21/08/10 21:07:42 DEBUG fs.FileSystem: Looking for FS supporting gs
21/08/10 21:07:42 DEBUG fs.FileSystem: looking for configuration option fs.gs.impl
21/08/10 21:07:42 DEBUG fs.FileSystem: Filesystem gs defined in configuration option
21/08/10 21:07:42 DEBUG fs.FileSystem: FS for gs is class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
ls: Error accessing: bucket: distcppoc-2021-08-09
21/08/10 21:07:43 TRACE core.TracerPool: TracerPool(Global): removing tracer Tracer(FsShell/&amp;lt;ip&amp;gt;)
21/08/10 21:07:43 DEBUG util.ShutdownHookManager: Completed shutdown in 0.004 seconds; Timeouts: 0
21/08/10 21:07:43 DEBUG util.ShutdownHookManager: ShutdownHookManger completed shutdown.&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Below are the configurations that are added to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Cluster-wide Advanced Configuration Snippet (Safety Valve) for core-site.xml&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in Cloudera Manager --&amp;gt; HDFS --&amp;gt; Configurations&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&amp;lt;property&amp;gt;
    &amp;lt;name&amp;gt;fs.gs.working.dir&amp;lt;/name&amp;gt;
    &amp;lt;value&amp;gt;/&amp;lt;/value&amp;gt;
&amp;lt;/property&amp;gt;
&amp;lt;property&amp;gt;
    &amp;lt;name&amp;gt;fs.gs.path.encoding&amp;lt;/name&amp;gt;
    &amp;lt;value&amp;gt;uri-path&amp;lt;/value&amp;gt;
&amp;lt;/property&amp;gt;
&amp;lt;property&amp;gt;
    &amp;lt;name&amp;gt;fs.gs.auth.service.account.email&amp;lt;/name&amp;gt;
    &amp;lt;value&amp;gt;serviceaccount@dummyemail.iam.gserviceaccount.com&amp;lt;/value&amp;gt;
&amp;lt;/property&amp;gt;
&amp;lt;property&amp;gt;
    &amp;lt;name&amp;gt;fs.gs.auth.service.account.private.key.id&amp;lt;/name&amp;gt;
&amp;lt;value&amp;gt;52d6ad0c6ecb7f6da9&amp;lt;/value&amp;gt;
&amp;lt;/property&amp;gt;
&amp;lt;property&amp;gt;
    &amp;lt;name&amp;gt;fs.gs.auth.service.account.private.key&amp;lt;/name&amp;gt;
    &amp;lt;value&amp;gt;MIIEvgIBADANBgkq&amp;lt;FULL PRIVATE KEY&amp;gt;MMASBjSOTA1j+jL&amp;lt;/value&amp;gt;
&amp;lt;/property&amp;gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Restarted HDFS Services.&lt;/P&gt;
&lt;P&gt;gsutil command works fine when it is run from an on-prem cluster.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Command: gsutil ls gs://distcppoc-2021-08-09                                                                                                                     
Output: gs://distcppoc-2021-08-09/sftp.png&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;GCS Connector is installed on all the Cloudera Cluster Hadoop nodes at the below location:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Location: /opt/cloudera/parcels/CDH-6.3.3-1.cdh6.3.3.p4762.13062148/jars
Jar file: gcs-connector-hadoop3-1.9.10-cdh6.3.3-shaded.jar&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can I get some help here?&lt;/P&gt;
&lt;P&gt;P.S: This is the first time I am putting a question, so please correct me if I am putting the question in the wrong way.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 14:43:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Error-in-accessing-google-cloud-storage-bucket-via-hadoop-fs/m-p/322362#M228762</guid>
      <dc:creator>bell1985</dc:creator>
      <dc:date>2022-09-16T14:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Error in accessing google cloud storage bucket via hadoop fs -ls that runs on Cloudera Hadoop CDH 6.3.3 integrated with Kerberos/SSL/LDAP cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Error-in-accessing-google-cloud-storage-bucket-via-hadoop-fs/m-p/322393#M228772</link>
      <description>&lt;P&gt;The user with which you are trying to access the bucket has all the appropriate permissions to read,write on that particular bucket ?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Aug 2021 10:11:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Error-in-accessing-google-cloud-storage-bucket-via-hadoop-fs/m-p/322393#M228772</guid>
      <dc:creator>Atahar</dc:creator>
      <dc:date>2021-08-11T10:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Error in accessing google cloud storage bucket via hadoop fs -ls that runs on Cloudera Hadoop CDH 6.3.3 integrated with Kerberos/SSL/LDAP cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Error-in-accessing-google-cloud-storage-bucket-via-hadoop-fs/m-p/322610#M228876</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/77040"&gt;@Atahar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, I have made the user 'StorageAdmin' just to avoid any confusion.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 16 Aug 2021 03:52:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Error-in-accessing-google-cloud-storage-bucket-via-hadoop-fs/m-p/322610#M228876</guid>
      <dc:creator>bell1985</dc:creator>
      <dc:date>2021-08-16T03:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error in accessing google cloud storage bucket via hadoop fs -ls that runs on Cloudera Hadoop CDH 6.3.3 integrated with Kerberos/SSL/LDAP cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Error-in-accessing-google-cloud-storage-bucket-via-hadoop-fs/m-p/323013#M228994</link>
      <description>&lt;P&gt;So does the storageadmin has all the required permissions on the bucket ?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Aug 2021 15:04:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Error-in-accessing-google-cloud-storage-bucket-via-hadoop-fs/m-p/323013#M228994</guid>
      <dc:creator>Atahar</dc:creator>
      <dc:date>2021-08-23T15:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: Error in accessing google cloud storage bucket via hadoop fs -ls that runs on Cloudera Hadoop CDH 6.3.3 integrated with Kerberos/SSL/LDAP cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Error-in-accessing-google-cloud-storage-bucket-via-hadoop-fs/m-p/323327#M229080</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/79441"&gt;@bell1985&lt;/a&gt;,&amp;nbsp;were you able to resolve your issue? If you have, can you please provide the solution or mark the appropriate reply as a solution? If you are still experiencing the issue, can you provide the information&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/77040"&gt;@Atahar&lt;/a&gt;&amp;nbsp;has requested?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Aug 2021 05:19:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Error-in-accessing-google-cloud-storage-bucket-via-hadoop-fs/m-p/323327#M229080</guid>
      <dc:creator>VidyaSargur</dc:creator>
      <dc:date>2021-08-30T05:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: Error in accessing google cloud storage bucket via hadoop fs -ls that runs on Cloudera Hadoop CDH 6.3.3 integrated with Kerberos/SSL/LDAP cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Error-in-accessing-google-cloud-storage-bucket-via-hadoop-fs/m-p/323360#M229090</link>
      <description>&lt;P&gt;Hi Atahar,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, all the permissions are given to storageadmin role.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Aug 2021 13:13:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Error-in-accessing-google-cloud-storage-bucket-via-hadoop-fs/m-p/323360#M229090</guid>
      <dc:creator>bell1985</dc:creator>
      <dc:date>2021-08-30T13:13:59Z</dc:date>
    </item>
  </channel>
</rss>

