I am trying to give input to map reduce from hbase table. but it is generating error attached in snapshot.
Map reduce and rhbase is independently working fine.
but as soon as i am trying to create custom input function from make.input.format it generates error
Platform details
Hadoop -2.5.2
Hbase-0.98
R- 3.0.2
rmr-3.3.1
rhbase-1.2.1
Code and error
####################################
> freebase.input.format =
+ make.input.format(
+ "hbase",
+ family.columns =
+ list(
+ name = "",
+ freebase = "types"),
+ key.deserialize = "raw",
+ cell.deserialize = "raw",
+ dense = F,
+ atomic = F)
Error: object of type 'closure' is not subsettable