<?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: Installing HDFS Google Cloud Connector in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Installing-HDFS-Google-Cloud-Connector/m-p/56058#M48350</link>
    <description>&lt;P&gt;Appreciate the quick response! I actually was originally following the guide you posted. In particular, I modified core-site.xml located at /etc/hadoop/conf&amp;nbsp;as shown below. However, when running hdfs dfs -ls gs://gnomad-public (a public gcloud bucket), I get the following ClassNotFound:&amp;nbsp;&lt;FONT face="courier new,courier"&gt;java.lang.RuntimeException: java.lang.ClassNotFoundException: Class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;It appears that this issue is tied to the connector jar not being part of the classpath, which is odd as I created a symbolic link to it both in &lt;FONT face="courier new,courier"&gt;/opt/cloudera/parcels/CDH/lib/hadoop&lt;/FONT&gt; and &lt;FONT face="courier new,courier"&gt;/opt/cloudera/parcels/CDH/lib/hadoop-mapreduce&lt;/FONT&gt;. (The file is actually located in&amp;nbsp;&lt;FONT face="courier new,courier"&gt;/opt/cloudera/parcels/CDH/jars&lt;/FONT&gt; - this is where all of the default connector jars were initially placed and I figured following the default placement would be the best practice).&lt;/FONT&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;!--GCloud connection modification here!--&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;property&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;name&amp;gt;fs.gs.impl&amp;lt;/name&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;value&amp;gt;com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem&amp;lt;/value&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;description&amp;gt;The FileSystem for gs: (GCS) uris.&amp;lt;/description&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;/property&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;property&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;name&amp;gt;fs.AbstractFileSystem.gs.impl&amp;lt;/name&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;value&amp;gt;com.google.cloud.hadoop.fs.gcs.GoogleHadoopFS&amp;lt;/value&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;description&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;The AbstractFileSystem for gs: (GCS) uris. Only necessary for use with Hadoop 2.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;/description&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;/property&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;property&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;name&amp;gt;fs.gs.project.id&amp;lt;/name&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;value&amp;gt;PROJECTNAME&amp;lt;/value&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;description&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Required. Google Cloud Project ID with access to configured GCS buckets.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;/description&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;/property&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;property&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;name&amp;gt;google.cloud.auth.service.account.enable&amp;lt;/name&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;value&amp;gt;true&amp;lt;/value&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;description&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Whether to use a service account for GCS authorizaiton. If an email and&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;keyfile are provided (see google.cloud.auth.service.account.email and&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;google.cloud.auth.service.account.keyfile), then that service account&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;willl be used. Otherwise the connector will look to see if it running on&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;a GCE VM with some level of GCS access in it's service account scope, and&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;use that service account.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;/description&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;/property&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;property&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;name&amp;gt;google.cloud.auth.service.account.json.keyfile&amp;lt;/name&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;value&amp;gt;'/etc/hadoop/conf/KEYFILENAME.json'&amp;lt;/value&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;description&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;The JSON key file of the service account used for GCS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;access when google.cloud.auth.service.account.enable is true.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;/description&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;/property&amp;gt;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 17 Jun 2017 04:13:55 GMT</pubDate>
    <dc:creator>mtrepanier</dc:creator>
    <dc:date>2017-06-17T04:13:55Z</dc:date>
    <item>
      <title>Installing HDFS Google Cloud Connector</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Installing-HDFS-Google-Cloud-Connector/m-p/56053#M48348</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm looking to ingest a large amount of data from a public google cloud bucket, but our cluster is currently missing the google cloud connector. I thought copying the connector jar to &lt;FONT face="courier new,courier" size="2"&gt;/opt/cloudera/parcels/CDH/lib/hadoop&lt;/FONT&gt; would be sufficient, but after running the below command I am receiving the following error: &lt;FONT size="2"&gt;&lt;FONT face="courier new,courier"&gt;No FileSystem for scheme: gs&lt;/FONT&gt;.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;hdfs dfs -cp gs://gnomad-public/release-170228/gnomad.genomes.r2.0.1.sites.vds /my/local/hdfs/filesystem&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN&gt;Are any additional steps beyond this necessary?&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 11:46:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Installing-HDFS-Google-Cloud-Connector/m-p/56053#M48348</guid>
      <dc:creator>mtrepanier</dc:creator>
      <dc:date>2022-09-16T11:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Installing HDFS Google Cloud Connector</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Installing-HDFS-Google-Cloud-Connector/m-p/56057#M48349</link>
      <description>It took a bit to track it down but here is the info you are looking for. There are really just two steps, download and put the jar in the Hadoop classpath, as you have already. The other step is to add the gs settings to the core-site.xml so that HDFS is aware of it as a additional filesystem (i.e. knows the class name and impl name).&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/GoogleCloudPlatform/bigdata-interop/blob/master/gcs/INSTALL.md" target="_blank"&gt;https://github.com/GoogleCloudPlatform/bigdata-interop/blob/master/gcs/INSTALL.md&lt;/A&gt;</description>
      <pubDate>Sat, 17 Jun 2017 03:08:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Installing-HDFS-Google-Cloud-Connector/m-p/56057#M48349</guid>
      <dc:creator>mbigelow</dc:creator>
      <dc:date>2017-06-17T03:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: Installing HDFS Google Cloud Connector</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Installing-HDFS-Google-Cloud-Connector/m-p/56058#M48350</link>
      <description>&lt;P&gt;Appreciate the quick response! I actually was originally following the guide you posted. In particular, I modified core-site.xml located at /etc/hadoop/conf&amp;nbsp;as shown below. However, when running hdfs dfs -ls gs://gnomad-public (a public gcloud bucket), I get the following ClassNotFound:&amp;nbsp;&lt;FONT face="courier new,courier"&gt;java.lang.RuntimeException: java.lang.ClassNotFoundException: Class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;It appears that this issue is tied to the connector jar not being part of the classpath, which is odd as I created a symbolic link to it both in &lt;FONT face="courier new,courier"&gt;/opt/cloudera/parcels/CDH/lib/hadoop&lt;/FONT&gt; and &lt;FONT face="courier new,courier"&gt;/opt/cloudera/parcels/CDH/lib/hadoop-mapreduce&lt;/FONT&gt;. (The file is actually located in&amp;nbsp;&lt;FONT face="courier new,courier"&gt;/opt/cloudera/parcels/CDH/jars&lt;/FONT&gt; - this is where all of the default connector jars were initially placed and I figured following the default placement would be the best practice).&lt;/FONT&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;!--GCloud connection modification here!--&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;property&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;name&amp;gt;fs.gs.impl&amp;lt;/name&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;value&amp;gt;com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem&amp;lt;/value&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;description&amp;gt;The FileSystem for gs: (GCS) uris.&amp;lt;/description&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;/property&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;property&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;name&amp;gt;fs.AbstractFileSystem.gs.impl&amp;lt;/name&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;value&amp;gt;com.google.cloud.hadoop.fs.gcs.GoogleHadoopFS&amp;lt;/value&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;description&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;The AbstractFileSystem for gs: (GCS) uris. Only necessary for use with Hadoop 2.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;/description&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;/property&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;property&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;name&amp;gt;fs.gs.project.id&amp;lt;/name&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;value&amp;gt;PROJECTNAME&amp;lt;/value&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;description&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Required. Google Cloud Project ID with access to configured GCS buckets.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;/description&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;/property&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;property&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;name&amp;gt;google.cloud.auth.service.account.enable&amp;lt;/name&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;value&amp;gt;true&amp;lt;/value&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;description&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Whether to use a service account for GCS authorizaiton. If an email and&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;keyfile are provided (see google.cloud.auth.service.account.email and&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;google.cloud.auth.service.account.keyfile), then that service account&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;willl be used. Otherwise the connector will look to see if it running on&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;a GCE VM with some level of GCS access in it's service account scope, and&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;use that service account.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;/description&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;/property&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;property&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;name&amp;gt;google.cloud.auth.service.account.json.keyfile&amp;lt;/name&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;value&amp;gt;'/etc/hadoop/conf/KEYFILENAME.json'&amp;lt;/value&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;description&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;The JSON key file of the service account used for GCS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;access when google.cloud.auth.service.account.enable is true.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;/description&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;/property&amp;gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jun 2017 04:13:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Installing-HDFS-Google-Cloud-Connector/m-p/56058#M48350</guid>
      <dc:creator>mtrepanier</dc:creator>
      <dc:date>2017-06-17T04:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: Installing HDFS Google Cloud Connector</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Installing-HDFS-Google-Cloud-Connector/m-p/56059#M48351</link>
      <description>Did you restart HDFS after these changes?</description>
      <pubDate>Sat, 17 Jun 2017 04:48:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Installing-HDFS-Google-Cloud-Connector/m-p/56059#M48351</guid>
      <dc:creator>mbigelow</dc:creator>
      <dc:date>2017-06-17T04:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: Installing HDFS Google Cloud Connector</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Installing-HDFS-Google-Cloud-Connector/m-p/56079#M48352</link>
      <description>&lt;P&gt;Based on the eror that you have &amp;nbsp;, the jar file is clearing missing a .class file (GoogleHadoopFileSystem)&lt;/P&gt;&lt;P&gt;you can extract the jar using 7 zip &amp;nbsp;any tool to inspect .&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;.class file path that it is missing .&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Solution is to download a fresh required jar , extra and check if it is having the all the .class file and add that to the path . this should resolve the error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jun 2017 14:29:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Installing-HDFS-Google-Cloud-Connector/m-p/56079#M48352</guid>
      <dc:creator>csguna</dc:creator>
      <dc:date>2017-06-18T14:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Installing HDFS Google Cloud Connector</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Installing-HDFS-Google-Cloud-Connector/m-p/56081#M48353</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 600px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/3075iC419155DCD2957F5/image-size/large?v=v2&amp;amp;px=999" role="button" title="Untitled.png" alt="Untitled.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jun 2017 14:36:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Installing-HDFS-Google-Cloud-Connector/m-p/56081#M48353</guid>
      <dc:creator>csguna</dc:creator>
      <dc:date>2017-06-18T14:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: Installing HDFS Google Cloud Connector</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Installing-HDFS-Google-Cloud-Connector/m-p/56136#M48354</link>
      <description>&lt;P&gt;Went ahead and downloaded a fresh .jar and followed the steps in the guide posted above - got it working! Appreciate the help.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2017 16:38:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Installing-HDFS-Google-Cloud-Connector/m-p/56136#M48354</guid>
      <dc:creator>mtrepanier</dc:creator>
      <dc:date>2017-06-19T16:38:36Z</dc:date>
    </item>
  </channel>
</rss>

