Describle how data is stored in HBase ?

Viewing 0 reply threads
  • Author
    Posts
    • #6578
      DataFlair TeamDataFlair Team
      Spectator

      # In HBase, data is stored in key / value format
      # Each value is specified by completed cell co-ordinates :
      # Below are the example :

      (Row key:Column family:Column name:Time stamp) => value
      (DataFlair:address:city:1391813876869)=>Indore

      where
      * DataFlair = rowkey
      * Address = column family
      * City = column name
      * 1391813876869 = timestamp
      * Value = Indore

Viewing 0 reply threads
  • You must be logged in to reply to this topic.