Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-4146

[Hive] null pointer exception on a join

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.19.0
    • None
    • None

    Description

      create table xx(aa int);
      select a.* from xx a join xx b on a.aa = b.aa;

      gets a nullpointer exception in join operator. close()

      The testcase works fine when it is issued from the command line - but it fails from ant

      Attachments

        1. HADOOP-4138-0.txt
          103 kB
          Zheng Shao

        Activity

          People

            namit Namit Jain
            namit Namit Jain
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: