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

x_partition Data Type

Namespace
uri:lens:cube:0.1
Schema
ns2.xsd
Properties
name data type type namespace min/max occurs description
fact_or_dimension_table_name string attribute 1/1  
input_format string attribute 0/1  
location string attribute 0/1  
name string attribute 0/1  
output_format string attribute 0/1  
serde_classname string attribute 0/1  
update_period x_update_period attribute 0/1  
full_partition_spec x_part_spec element ns2 0/1  
non_time_partition_spec x_part_spec element ns2 0/1  
partition_parameters x_properties element ns2 0/1  
serde_parameters x_properties element ns2 0/1  
time_partition_spec x_time_part_spec element ns2 0/1  

Example

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