You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Edward Yoon (JIRA)" <ji...@apache.org> on 2007/12/02 09:48:43 UTC

[jira] Updated: (HADOOP-2329) [Hbase Shell] Addition of Built-In Value Data Types for efficient accessing and stroing data

     [ https://issues.apache.org/jira/browse/HADOOP-2329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edward Yoon updated HADOOP-2329:
--------------------------------

    Description: 
A built-in data type is a fundamental data type that the hbase shell defines.
(character strings, scalars, ranges, arrays, ... , etc)

If you need a specialized data type that is not currently provided as a built-in type, 
you are encouraged to write your own user-defined data type using UDC(not yet implemented).
(or contribute it for distribution in a future release of hbase shell)

  was:
A built-in data type is a fundamental data type that the hbase shell defines.
(character strings, scalars, ranges, arrays, ... , etc)

If you need a specialized data type that is not currently provided as a built-in type, 
you are encouraged to write your own user-defined data type using UDF(not yet implemented).
(or contribute it for distribution in a future release of hbase shell)


> [Hbase Shell] Addition of Built-In Value Data Types for efficient accessing and stroing data
> --------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-2329
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2329
>             Project: Hadoop
>          Issue Type: New Feature
>          Components: contrib/hbase
>    Affects Versions: 0.16.0
>            Reporter: Edward Yoon
>            Assignee: Edward Yoon
>             Fix For: 0.16.0
>
>
> A built-in data type is a fundamental data type that the hbase shell defines.
> (character strings, scalars, ranges, arrays, ... , etc)
> If you need a specialized data type that is not currently provided as a built-in type, 
> you are encouraged to write your own user-defined data type using UDC(not yet implemented).
> (or contribute it for distribution in a future release of hbase shell)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.