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

Add limit to Hive QL

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.19.0
    • None
    • None
    • Added LIMIT to Hive query language.

    Description

      Add a limit feature to the Hive Query language.

      so you can do the following things:

      SELECT * FROM T LIMIT 10;

      and this would just return the 10 rows.

      No gaurantees are made on which 10 rows are returned by the query.

      Attachments

        Issue Links

          Activity

            People

              namit Namit Jain
              athusoo Ashish Thusoo
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: