Hi, I'm not able to open the link provided. You linked the gmail sent mail address i guess. Gmail can't redirect me to that and logs me back to my inbox. Could you please repost it?
Thanks. Regards. On Wed, Jan 25, 2017 at 9:44 PM, James Taylor <[email protected]> wrote: > Please see this thread[1] for a description of how to do time series in > Apache Phoenix. > > [1] https://mail.google.com/mail/u/0/#sent/15985640ed6c5e86 > > On Wed, Jan 25, 2017 at 4:26 AM, Dhawal Arora <[email protected]> > wrote: > >> Hi, >> >> I'm trying to map a clickstream data into Hbase Schema following the >> OpenTSDB format <salt><timestamp><metric_id><tags> through Apache >> Phoenix where my MAJORITY queries will be selecting rowkeys in a particular >> timestamp range. >> >> I'm very new to the phoenix framework. Some digging showed that phoenix >> has ROW_TIMESTAMP for timeseries rowkeys but those use the predefined >> datatypes for rowkeys and columns contradictory to the tsdb format with >> everything mapped to single bits. >> >> Is there any way i can replicate the format mentioned here: >> http://opentsdb.net/docs/build/html/user_guide/backends/hbase.html over >> Apache Phoenix? I guess i can handle this situation by making secondary >> indexes as well through Phoenix but again the main goal is to stay as >> similar to the tsdb format as possible for performance. >> >> Thanks. >> >> Cheers. >> Dhawal Arora. >> > >
