<?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: Lipstick Issue in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Lipstick-Issue/m-p/143921#M32220</link>
    <description>&lt;P&gt;Resources:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.graphviz.org/Download_linux_rhel.php"&gt;http://www.graphviz.org/Download_linux_rhel.php&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Netflix/Lipstick/wiki/Getting-Started"&gt;https://github.com/Netflix/Lipstick/wiki/Getting-Started&lt;/A&gt;&lt;/P&gt;&lt;PRE&gt;yum list available 'graphviz*'yum install 'graphviz*'./gradlew assemble&lt;/PRE&gt;&lt;P&gt;I always like to rename gradlew, avengers.&lt;/P&gt;&lt;P&gt;then&lt;/P&gt;&lt;PRE&gt;./gradlew run-app&lt;/PRE&gt;&lt;P&gt;&lt;A href="http://localhost:9292/" target="_blank"&gt;http://localhost:9292/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;(Make sure you add that port/open firewall/etc...)&lt;/P&gt;&lt;P&gt;That worked!&lt;/P&gt;&lt;PRE&gt;2016-06-17 02:36:44,558 [main] INFO  org.apache.pig.tools.pigstats.mapreduce.SimplePigStats - Script Statistics:
HadoopVersionPigVersionUserIdStartedAtFinishedAtFeatures
2.4.0root2016-06-17 02:36:402016-06-17 02:36:44HASH_JOIN,FILTER,LIMIT
Success!
Job Stats (time in seconds):
JobIdMapsReducesMaxMapTimeMinMapTImeAvgMapTimeMedianMapTimeMaxReduceTimeMinReduceTimeAvgReduceTimeMedianReducetimeAliasFeatureOutputs
job_local2036219587_000121n/an/an/an/an/an/an/an/afruit_names_join,fruits,limited,namesHASH_JOIN
job_local406327028_000211n/an/an/an/an/an/an/an/afruit_namesfile:/tmp/temp195796189/tmp-2027262369,
Input(s):
Successfully read 3 records from: "file:///opt/demo/certification/pig/Lipstick/quickstart/1.dat"
Successfully read 3 records from: "file:///opt/demo/certification/pig/Lipstick/quickstart/2.dat"
Output(s):
Successfully stored 1 records in: "file:/tmp/temp195796189/tmp-2027262369"
Counters:
Total records written : 1
Total bytes written : 0
Spillable Memory Manager spill count : 0
Total bags proactively spilled: 0
Total records proactively spilled: 0
Job DAG:
job_local2036219587_0001-&amp;gt;job_local406327028_0002,
job_local406327028_0002
2016-06-17 02:36:44,568 [main] INFO  org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher - Success!
2016-06-17 02:36:44,571 [main] WARN  org.apache.pig.data.SchemaTupleBackend - SchemaTupleBackend has already been initialized
2016-06-17 02:36:44,582 [main] INFO  org.apache.hadoop.mapreduce.lib.input.FileInputFormat - Total input paths to process : 1
2016-06-17 02:36:44,583 [main] INFO  org.apache.pig.backend.hadoop.executionengine.util.MapRedUtil - Total input paths to process : 1
(orange,ORANGE)&lt;/PRE&gt;</description>
    <pubDate>Fri, 17 Jun 2016 09:21:57 GMT</pubDate>
    <dc:creator>TimothySpann</dc:creator>
    <dc:date>2016-06-17T09:21:57Z</dc:date>
    <item>
      <title>Lipstick Issue</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Lipstick-Issue/m-p/143920#M32219</link>
      <description>&lt;P&gt;Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/pig/backend/executionengine/ExecException
at java.lang.Class.getDeclaredMethods0(Native Method)&lt;/P&gt;&lt;P&gt;I am running the example on HDP 2.4 and get this error.   Investigating logs.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jun 2016 09:12:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Lipstick-Issue/m-p/143920#M32219</guid>
      <dc:creator>TimothySpann</dc:creator>
      <dc:date>2016-06-17T09:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: Lipstick Issue</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Lipstick-Issue/m-p/143921#M32220</link>
      <description>&lt;P&gt;Resources:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.graphviz.org/Download_linux_rhel.php"&gt;http://www.graphviz.org/Download_linux_rhel.php&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Netflix/Lipstick/wiki/Getting-Started"&gt;https://github.com/Netflix/Lipstick/wiki/Getting-Started&lt;/A&gt;&lt;/P&gt;&lt;PRE&gt;yum list available 'graphviz*'yum install 'graphviz*'./gradlew assemble&lt;/PRE&gt;&lt;P&gt;I always like to rename gradlew, avengers.&lt;/P&gt;&lt;P&gt;then&lt;/P&gt;&lt;PRE&gt;./gradlew run-app&lt;/PRE&gt;&lt;P&gt;&lt;A href="http://localhost:9292/" target="_blank"&gt;http://localhost:9292/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;(Make sure you add that port/open firewall/etc...)&lt;/P&gt;&lt;P&gt;That worked!&lt;/P&gt;&lt;PRE&gt;2016-06-17 02:36:44,558 [main] INFO  org.apache.pig.tools.pigstats.mapreduce.SimplePigStats - Script Statistics:
HadoopVersionPigVersionUserIdStartedAtFinishedAtFeatures
2.4.0root2016-06-17 02:36:402016-06-17 02:36:44HASH_JOIN,FILTER,LIMIT
Success!
Job Stats (time in seconds):
JobIdMapsReducesMaxMapTimeMinMapTImeAvgMapTimeMedianMapTimeMaxReduceTimeMinReduceTimeAvgReduceTimeMedianReducetimeAliasFeatureOutputs
job_local2036219587_000121n/an/an/an/an/an/an/an/afruit_names_join,fruits,limited,namesHASH_JOIN
job_local406327028_000211n/an/an/an/an/an/an/an/afruit_namesfile:/tmp/temp195796189/tmp-2027262369,
Input(s):
Successfully read 3 records from: "file:///opt/demo/certification/pig/Lipstick/quickstart/1.dat"
Successfully read 3 records from: "file:///opt/demo/certification/pig/Lipstick/quickstart/2.dat"
Output(s):
Successfully stored 1 records in: "file:/tmp/temp195796189/tmp-2027262369"
Counters:
Total records written : 1
Total bytes written : 0
Spillable Memory Manager spill count : 0
Total bags proactively spilled: 0
Total records proactively spilled: 0
Job DAG:
job_local2036219587_0001-&amp;gt;job_local406327028_0002,
job_local406327028_0002
2016-06-17 02:36:44,568 [main] INFO  org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher - Success!
2016-06-17 02:36:44,571 [main] WARN  org.apache.pig.data.SchemaTupleBackend - SchemaTupleBackend has already been initialized
2016-06-17 02:36:44,582 [main] INFO  org.apache.hadoop.mapreduce.lib.input.FileInputFormat - Total input paths to process : 1
2016-06-17 02:36:44,583 [main] INFO  org.apache.pig.backend.hadoop.executionengine.util.MapRedUtil - Total input paths to process : 1
(orange,ORANGE)&lt;/PRE&gt;</description>
      <pubDate>Fri, 17 Jun 2016 09:21:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Lipstick-Issue/m-p/143921#M32220</guid>
      <dc:creator>TimothySpann</dc:creator>
      <dc:date>2016-06-17T09:21:57Z</dc:date>
    </item>
  </channel>
</rss>

