CREATE  TABLE `null_tab3`(
  `a` string, 
  `b` string)
ROW FORMAT DELIMITED 
  NULL DEFINED AS 'fooNull' 
STORED AS INPUTFORMAT 
  'org.apache.hadoop.mapred.TextInputFormat' 
OUTPUTFORMAT 
  'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'
LOCATION
  'file:/tmp/sparkHiveWarehouse2573474017665704744/null_tab3'
TBLPROPERTIES (
  'numFiles'='1', 
  'transient_lastDdlTime'='1423973928', 
  'COLUMN_STATS_ACCURATE'='true', 
  'totalSize'='80', 
  'numRows'='10', 
  'rawDataSize'='70')
