Github user tellison commented on the issue:

    https://github.com/apache/incubator-pirk/pull/17
  
    As well as supporting the original format, this PR allows for a more 
concise form, like this:
    
    ```
    <schema>
        <schemaName>fakeDataSchema</schemaName>
        <element>
            <name>elementName1</name>
            <type>string</type>
        </element>
        <element>
            <name>elementName2</name>
            <type>int</type>
            <isArray/>
            
<partitioner>org.apache.pirk.schema.data.partitioner.PrimitiveTypePartitioner</partitioner>
        </element>
        <element>
            <name>elementName3</name>
            <type>string</type>
            <isArray/>
            
<partitioner>org.apache.pirk.schema.data.partitioner.IPDataPartitioner</partitioner>
        </element>
    </schema>
    ```
    Note: ```elementName1``` has no ```isArray``` element, so it is not an 
array; the other two don't need to specify a value for ```isArray```.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to