Hello, We are reading tuples from kafka using storm and putting into HBase. but due to some performance issue we want to replace *HBase* with *Parquet file format*.
Is it possible to write tuples read from kafka to the *HDFS (Parquet file format with partitions)* using storm ? Thanks in advance. Regards, Sam
