Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-591

Impalad SIGSEV on GROUP BY query with Avro data 7fa2526910f4

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Works for Me
    • Impala 1.0.1
    • Impala 1.2
    • None
    • Cloudera Quick Start VM, CDH 4.3, CentOS 6.2

    Description

      When performing SELECT with GROUP BY on Avro data (no compression):

      Connected to localhost.localdomain:21000
      Server version: impalad version 1.0.1 RELEASE (build df844fb967cec8740f08dfb8b21962bc053527ef)
      Welcome to the Impala shell. Press TAB twice to see a list of available commands.

      Copyright (c) 2012 Cloudera, Inc. All rights reserved.

      (Shell build version: Impala Shell v1.0.1 (df844fb) built on Tue Jun 4 08:08:13 PDT 2013)
      [localhost.localdomain:21000] > desc tweets2;
      Query: describe tweets2
      Query finished, fetching results ...
      ----------------------------------------------

      name type comment

      ----------------------------------------------

      created_at string from deserializer
      tweet string from deserializer
      id bigint from deserializer
      in_reply_to_status_id bigint from deserializer
      in_reply_to_user_id bigint from deserializer
      user_id bigint from deserializer
      user_screen_name string from deserializer
      geo_lat double from deserializer
      geo_long double from deserializer
      geo_type string from deserializer

      ----------------------------------------------
      Returned 10 row(s) in 1.02s

      [localhost.localdomain:21000] > select count, user_screen_name
      > from tweets2
      > group by user_screen_name;
      Query: select count, user_screen_name from tweets2 group by user_screen_name
      Query finished, fetching results ...
      Error communicating with impalad: TSocket read 0 bytes
      [Not connected] >

      SIGSEGV (0xb) at pc=0x00007fa2526910f4

      Attachments

        1. hs_err_pid4176.log
          15 kB
          Tristan Stevens

        Activity

          People

            skye Skye Wanderman-Milne
            tmgstev Tristan Stevens
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: