I am reading data from hbase using spark sql. one column has xml data. when xml size is small , I am able to read correct data. but as soon as size increases too much, some of the columns in dataframe becomes null. xml is still coming correctly. while reading data from sql to hbase I have used this constraint: hbase.client.keyvalue.maxsize=0 in my sqoop.
-- Sent from: http://apache-hbase.679495.n3.nabble.com/HBase-Developer-f679493.html
