All,
I created a Hbase table specifying only the column_family and used bulkload(ImportTsv) option to load data into it for 10 diff columns, When I create a view in phoenix, it returns data only when I map everything to VARCHAR, which is not right. Whereas the data contain double,int fields.
Can someone help on this.