<?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: Use of java generics in hadoop map reduce jobs? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Use-of-java-generics-in-hadoop-map-reduce-jobs/m-p/132550#M23186</link>
    <description>&lt;P&gt;You mean the normal Java Generics? &lt;/P&gt;&lt;P&gt;&lt;A href="https://en.wikipedia.org/wiki/Generics_in_Java" target="_blank"&gt;https://en.wikipedia.org/wiki/Generics_in_Java&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Like ArrayList&amp;lt;String&amp;gt;() Generics?&lt;/P&gt;&lt;P&gt;In that case I am pretty sure almost every MapReduce job out there uses it. MapReduce can run any Java code that can be executed by the JVM currently in HDP its Java8. So if you want to use Lambda functions you could as well. And Generics have been around forever so I would hope any well written library uses them.&lt;/P&gt;</description>
    <pubDate>Thu, 17 Mar 2016 17:52:43 GMT</pubDate>
    <dc:creator>bleonhardi</dc:creator>
    <dc:date>2016-03-17T17:52:43Z</dc:date>
    <item>
      <title>Use of java generics in hadoop map reduce jobs?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Use-of-java-generics-in-hadoop-map-reduce-jobs/m-p/132549#M23185</link>
      <description>&lt;P&gt;How often we use java generics in map reduce jobs.Your inputs is highly appreciated! &lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2016 16:51:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Use-of-java-generics-in-hadoop-map-reduce-jobs/m-p/132549#M23185</guid>
      <dc:creator>mohammedibrahim</dc:creator>
      <dc:date>2016-03-17T16:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Use of java generics in hadoop map reduce jobs?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Use-of-java-generics-in-hadoop-map-reduce-jobs/m-p/132550#M23186</link>
      <description>&lt;P&gt;You mean the normal Java Generics? &lt;/P&gt;&lt;P&gt;&lt;A href="https://en.wikipedia.org/wiki/Generics_in_Java" target="_blank"&gt;https://en.wikipedia.org/wiki/Generics_in_Java&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Like ArrayList&amp;lt;String&amp;gt;() Generics?&lt;/P&gt;&lt;P&gt;In that case I am pretty sure almost every MapReduce job out there uses it. MapReduce can run any Java code that can be executed by the JVM currently in HDP its Java8. So if you want to use Lambda functions you could as well. And Generics have been around forever so I would hope any well written library uses them.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2016 17:52:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Use-of-java-generics-in-hadoop-map-reduce-jobs/m-p/132550#M23186</guid>
      <dc:creator>bleonhardi</dc:creator>
      <dc:date>2016-03-17T17:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Use of java generics in hadoop map reduce jobs?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Use-of-java-generics-in-hadoop-map-reduce-jobs/m-p/132551#M23187</link>
      <description>&lt;P&gt;In 3 years of writing mapreduce code,i only needed to use generics once. That's not to say it's not useful, it's pretty powerful when you are dealing with objects that have various types. In my case it was a mapreduce program running against HBase, I would extract payload and within it, I had to figure out what was the value type.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2016 17:54:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Use-of-java-generics-in-hadoop-map-reduce-jobs/m-p/132551#M23187</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-03-17T17:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: Use of java generics in hadoop map reduce jobs?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Use-of-java-generics-in-hadoop-map-reduce-jobs/m-p/132552#M23188</link>
      <description>&lt;P&gt;Hmmm I suppose it depends how you see the question. Pretty sure everybody uses generics but you are right I haven't implemented a generic class myself in a MapReduce job before. Pretty sure a lot of libraries do it but yourself during coding. Not really. I think the reason for the question might help.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2016 18:29:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Use-of-java-generics-in-hadoop-map-reduce-jobs/m-p/132552#M23188</guid>
      <dc:creator>bleonhardi</dc:creator>
      <dc:date>2016-03-17T18:29:47Z</dc:date>
    </item>
  </channel>
</rss>

