You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lens.apache.org by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org> on 2015/02/03 11:05:35 UTC

[jira] [Commented] (LENS-98) Support bucketing information to storage descriptor

    [ https://issues.apache.org/jira/browse/LENS-98?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14303032#comment-14303032 ] 

Amareshwari Sriramadasu commented on LENS-98:
---------------------------------------------

[~jothi], we already have bucket cols, sort cols and num buckets in storage descriptor. Please reopen if you need more.

      <xs:element name="bucket_cols" type="xs:string" maxOccurs="unbounded" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            List of bucket columns if the table is bucketed.
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="sort_cols" type="xs:string" maxOccurs="unbounded" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            List of sort columns if the table is bucketed.
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="sort_col_order" type="xs:int" maxOccurs="unbounded" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            List of sort column order if the table is bucketed.
          </xs:documentation>
        </xs:annotation>
      </xs:element>
and
    <xs:attribute name="num_buckets" type="xs:int">
      <xs:annotation>
        <xs:documentation>
          Number of buckets in the table, if bucketed.
        </xs:documentation>
      </xs:annotation>
    </xs:attribute>


> Support bucketing information to storage descriptor
> ---------------------------------------------------
>
>                 Key: LENS-98
>                 URL: https://issues.apache.org/jira/browse/LENS-98
>             Project: Apache Lens
>          Issue Type: Bug
>            Reporter: Jothi Padmanabhan
>            Assignee: Jothi Padmanabhan
>            Priority: Minor
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)