Hi all,
I have a scenario where all my tables are in DB2 and after dumping
them into HDFS.
A unique sequence id (or) unique identifier an extra column should be
added at beginning or at the end of the table can anyone help me on
this please.
Thanks
Regards
Abhi.
; keep and work with timestamps?
>
> On Thu, Jun 7, 2012 at 6:57 PM, Ashish wrote:
>> Can try snowflake https://github.com/twitter/snowflake
>>
>> On Thu, Jun 7, 2012 at 6:20 PM, abhishek dodda
>> wrote:
>>> Hi all,
>>>
>>> I have a scenar
ueNumber myUniqueNumber=MyUniqueNumber.getInstance();
> for(int n=0;n<=5;n++){
> System.out.println("read number:
> "+myUniqueNumber.getUniqueNumber());
> }
> }
> }
>
>
> On Thu, Jun 7, 2012 at 6:14 PM, abhishek dodda