This project has retired. For details please refer to its Attic page.
Lens Server: x_partition_list

x_partition_list Data Type

Namespace
uri:lens:cube:0.1
Schema
ns2.xsd
Properties
name data type type namespace min/max occurs description
partition x_partition element ns2 0/unbounded  

Example

<x----- xmlns="uri:lens:cube:0.1">
  <partition fact_or_dimension_table_name="..." input_format="..." location="..." name="..." output_format="..." serde_classname="..." update_period="...">
    <non_time_partition_spec>
      <part_spec_element/>
    </non_time_partition_spec>
    <time_partition_spec>
      <part_spec_element/>
    </time_partition_spec>
    <full_partition_spec>
      <part_spec_element/>
    </full_partition_spec>
    <partition_parameters>
      <property/>
    </partition_parameters>
    <serde_parameters>
      <property/>
    </serde_parameters>
  </partition>
</x----->