https://bugzilla.wikimedia.org/show_bug.cgi?id=64929

            Bug ID: 64929
           Summary: JSONSerDe does not exist
           Product: Analytics
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: critical
          Priority: Unprioritized
         Component: Kraken
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected],
                    [email protected], [email protected]
       Web browser: ---
   Mobile Platform: ---

ADD JAR /usr/lib/hcatalog/share/hcatalog/hcatalog-core-0.5.0-cdh4.3.1.jar;
set hive.mapred.mode = nonstrict;
SELECT *
FROM (SELECT user_agent,x_analytics FROM webrequest_mobile
      WHERE year = 2014
      AND content_type RLIKE('text/html')
        AND ip NOT RLIKE(':')
      ORDER BY rand()) wmrand
LIMIT 5000000;

FAILED: RuntimeException
MetaException(message:org.apache.hadoop.hive.serde2.SerDeException SerDe
com.cloudera.hive.serde.JSONSerDe does not exist)

Mostly appears when running from a file, but not uniformly. Has only appeared
while I was simultaneously running other queries from a different file - not
sure if there's a link there.

This is a pretty substantial blocker on some open requests from Erik, and so
since the entire analytics team is putting their heads together at the mo, a
fast fix would be most appreciated :).

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to