|
Stuti Awasthi
2011-11-21, 09:22
Harsh J
2011-11-21, 09:53
Stuti Awasthi
2011-11-21, 09:58
Ted Dunning
2011-11-21, 15:27
Stuti Awasthi
2011-11-22, 05:26
Chris Shain
2011-11-22, 05:40
Stuti Awasthi
2011-11-22, 06:11
Ted Dunning
2011-11-22, 07:14
Chris Shain
2011-11-22, 16:11
Ted Dunning
2011-11-22, 06:13
Stuti Awasthi
2011-11-22, 06:42
Ted Dunning
2011-11-22, 07:11
|
-
Version control of files present in HDFSStuti Awasthi 2011-11-21, 09:22
Hi All,
I want to provide version control for documents which I keep in HDFS. What I can do to attain this. Any ideas ? Regards, Stuti Awasthi ::DISCLAIMER:: ----------------------------------------------------------------------------------------------------------------------- The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. It shall not attach any liability on the originator or HCL or its affiliates. Any views or opinions presented in this email are solely those of the author and may not necessarily reflect the opinions of HCL or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of this message without the prior written consent of the author of this e-mail is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately. Before opening any mail and attachments please check them for viruses and defect. ----------------------------------------------------------------------------------------------------------------------- +
Stuti Awasthi 2011-11-21, 09:22
-
Re: Version control of files present in HDFSHarsh J 2011-11-21, 09:53
HDFS is merely a filesystem today. You'll need to write your own
versioning layer on top of it if you need such a functionality. On Mon, Nov 21, 2011 at 2:52 PM, Stuti Awasthi <[EMAIL PROTECTED]> wrote: > Hi All, > I want to provide version control for documents which I keep in HDFS. What I can do to attain this. Any ideas ? > > Regards, > Stuti Awasthi > > > ::DISCLAIMER:: > ----------------------------------------------------------------------------------------------------------------------- > > The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. > It shall not attach any liability on the originator or HCL or its affiliates. Any views or opinions presented in > this email are solely those of the author and may not necessarily reflect the opinions of HCL or its affiliates. > Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of > this message without the prior written consent of the author of this e-mail is strictly prohibited. If you have > received this email in error please delete it and notify the sender immediately. Before opening any mail and > attachments please check them for viruses and defect. > > ----------------------------------------------------------------------------------------------------------------------- > -- Harsh J +
Harsh J 2011-11-21, 09:53
-
RE: Version control of files present in HDFSStuti Awasthi 2011-11-21, 09:58
Do we have any support from GIT or SVN to attain that ?
-----Original Message----- From: Harsh J [mailto:[EMAIL PROTECTED]] Sent: Monday, November 21, 2011 3:23 PM To: [EMAIL PROTECTED] Subject: Re: Version control of files present in HDFS HDFS is merely a filesystem today. You'll need to write your own versioning layer on top of it if you need such a functionality. On Mon, Nov 21, 2011 at 2:52 PM, Stuti Awasthi <[EMAIL PROTECTED]> wrote: > Hi All, > I want to provide version control for documents which I keep in HDFS. What I can do to attain this. Any ideas ? > > Regards, > Stuti Awasthi > > > ::DISCLAIMER:: > ---------------------------------------------------------------------- > ------------------------------------------------- > > The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. > It shall not attach any liability on the originator or HCL or its > affiliates. Any views or opinions presented in this email are solely those of the author and may not necessarily reflect the opinions of HCL or its affiliates. > Any form of reproduction, dissemination, copying, disclosure, > modification, distribution and / or publication of this message > without the prior written consent of the author of this e-mail is > strictly prohibited. If you have received this email in error please delete it and notify the sender immediately. Before opening any mail and attachments please check them for viruses and defect. > > ---------------------------------------------------------------------- > ------------------------------------------------- > -- Harsh J +
Stuti Awasthi 2011-11-21, 09:58
-
Re: Version control of files present in HDFSTed Dunning 2011-11-21, 15:27
HDFS is a filesystem that is designed to support map-reduce computation.
As such, the semantics differ from what SVN or GIT would want to have. HBase provides versioned values. That might suffice for your needs. On Mon, Nov 21, 2011 at 9:58 AM, Stuti Awasthi <[EMAIL PROTECTED]> wrote: > Do we have any support from GIT or SVN to attain that ? > > -----Original Message----- > From: Harsh J [mailto:[EMAIL PROTECTED]] > Sent: Monday, November 21, 2011 3:23 PM > To: [EMAIL PROTECTED] > Subject: Re: Version control of files present in HDFS > > HDFS is merely a filesystem today. You'll need to write your own > versioning layer on top of it if you need such a functionality. > > On Mon, Nov 21, 2011 at 2:52 PM, Stuti Awasthi <[EMAIL PROTECTED]> > wrote: > > Hi All, > > I want to provide version control for documents which I keep in HDFS. > What I can do to attain this. Any ideas ? > > > > Regards, > > Stuti Awasthi > > > > > > ::DISCLAIMER:: > > ---------------------------------------------------------------------- > > ------------------------------------------------- > > > > The contents of this e-mail and any attachment(s) are confidential and > intended for the named recipient(s) only. > > It shall not attach any liability on the originator or HCL or its > > affiliates. Any views or opinions presented in this email are solely > those of the author and may not necessarily reflect the opinions of HCL or > its affiliates. > > Any form of reproduction, dissemination, copying, disclosure, > > modification, distribution and / or publication of this message > > without the prior written consent of the author of this e-mail is > > strictly prohibited. If you have received this email in error please > delete it and notify the sender immediately. Before opening any mail and > attachments please check them for viruses and defect. > > > > ---------------------------------------------------------------------- > > ------------------------------------------------- > > > > > > -- > Harsh J > +
Ted Dunning 2011-11-21, 15:27
-
RE: Version control of files present in HDFSStuti Awasthi 2011-11-22, 05:26
Hi Ted,
Well in my case document size can be big, which is not good to keep in Hbase. So I rule out this option. Thanks From: Ted Dunning [mailto:[EMAIL PROTECTED]] Sent: Monday, November 21, 2011 8:57 PM To: [EMAIL PROTECTED] Subject: Re: Version control of files present in HDFS HDFS is a filesystem that is designed to support map-reduce computation. As such, the semantics differ from what SVN or GIT would want to have. HBase provides versioned values. That might suffice for your needs. On Mon, Nov 21, 2011 at 9:58 AM, Stuti Awasthi <[EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>> wrote: Do we have any support from GIT or SVN to attain that ? -----Original Message----- From: Harsh J [mailto:[EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>] Sent: Monday, November 21, 2011 3:23 PM To: [EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]> Subject: Re: Version control of files present in HDFS HDFS is merely a filesystem today. You'll need to write your own versioning layer on top of it if you need such a functionality. On Mon, Nov 21, 2011 at 2:52 PM, Stuti Awasthi <[EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>> wrote: > Hi All, > I want to provide version control for documents which I keep in HDFS. What I can do to attain this. Any ideas ? > > Regards, > Stuti Awasthi > > > ::DISCLAIMER:: > ---------------------------------------------------------------------- > ------------------------------------------------- > > The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. > It shall not attach any liability on the originator or HCL or its > affiliates. Any views or opinions presented in this email are solely those of the author and may not necessarily reflect the opinions of HCL or its affiliates. > Any form of reproduction, dissemination, copying, disclosure, > modification, distribution and / or publication of this message > without the prior written consent of the author of this e-mail is > strictly prohibited. If you have received this email in error please delete it and notify the sender immediately. Before opening any mail and attachments please check them for viruses and defect. > > ---------------------------------------------------------------------- > ------------------------------------------------- > -- Harsh J +
Stuti Awasthi 2011-11-22, 05:26
-
RE: Version control of files present in HDFSChris Shain 2011-11-22, 05:40
I'd imagine that you could point git or svn at HDFS mounted as regular
filesystem in user space (which works, but I've heard is a bit buggy). My question is really what do you expect to gain by using HDFS this way (vs NFS or a NAS filer for instance) ? On Nov 22, 2011 12:27 AM, "Stuti Awasthi" <[EMAIL PROTECTED]> wrote: > Hi Ted,**** > > Well in my case document size can be big, which is not good to keep in > Hbase. So I rule out this option.**** > > ** ** > > Thanks**** > > ** ** > > *From:* Ted Dunning [mailto:[EMAIL PROTECTED]] > *Sent:* Monday, November 21, 2011 8:57 PM > *To:* [EMAIL PROTECTED] > *Subject:* Re: Version control of files present in HDFS**** > > ** ** > > HDFS is a filesystem that is designed to support map-reduce computation. > As such, the semantics differ from what SVN or GIT would want to have.*** > * > > ** ** > > HBase provides versioned values. That might suffice for your needs.**** > > On Mon, Nov 21, 2011 at 9:58 AM, Stuti Awasthi <[EMAIL PROTECTED]> > wrote:**** > > Do we have any support from GIT or SVN to attain that ? > > -----Original Message----- > From: Harsh J [mailto:[EMAIL PROTECTED]] > Sent: Monday, November 21, 2011 3:23 PM > To: [EMAIL PROTECTED] > Subject: Re: Version control of files present in HDFS > > HDFS is merely a filesystem today. You'll need to write your own > versioning layer on top of it if you need such a functionality. > > On Mon, Nov 21, 2011 at 2:52 PM, Stuti Awasthi <[EMAIL PROTECTED]> > wrote: > > Hi All, > > I want to provide version control for documents which I keep in HDFS. > What I can do to attain this. Any ideas ? > > > > Regards, > > Stuti Awasthi > > > > > > ::DISCLAIMER:: > > ---------------------------------------------------------------------- > > ------------------------------------------------- > > > > The contents of this e-mail and any attachment(s) are confidential and > intended for the named recipient(s) only. > > It shall not attach any liability on the originator or HCL or its > > affiliates. Any views or opinions presented in this email are solely > those of the author and may not necessarily reflect the opinions of HCL or > its affiliates. > > Any form of reproduction, dissemination, copying, disclosure, > > modification, distribution and / or publication of this message > > without the prior written consent of the author of this e-mail is > > strictly prohibited. If you have received this email in error please > delete it and notify the sender immediately. Before opening any mail and > attachments please check them for viruses and defect. > > > > ---------------------------------------------------------------------- > > ------------------------------------------------- > > > > > > -- > Harsh J**** > > ** ** > +
Chris Shain 2011-11-22, 05:40
-
RE: Version control of files present in HDFSStuti Awasthi 2011-11-22, 06:11
Hey Chris,
This is what I also thought and looking at Mountable HDFS options. I need to check if its buggy. To your other ques : I am building an app which will have TBs of data and require analysis. Now I am using HDFS as a background filesystem and Hbase for database option. To do analysis on the data, I use MR jobs . All this is not provided by NFS. One part of this app include document management in which I wanted to provide version control. This is the usecase I have. May be this helps. ☺ Thanks From: Chris Shain [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 22, 2011 11:10 AM To: [EMAIL PROTECTED] Subject: RE: Version control of files present in HDFS I'd imagine that you could point git or svn at HDFS mounted as regular filesystem in user space (which works, but I've heard is a bit buggy). My question is really what do you expect to gain by using HDFS this way (vs NFS or a NAS filer for instance) ? On Nov 22, 2011 12:27 AM, "Stuti Awasthi" <[EMAIL PROTECTED]> wrote: Hi Ted, Well in my case document size can be big, which is not good to keep in Hbase. So I rule out this option. Thanks From: Ted Dunning [mailto:[EMAIL PROTECTED]] Sent: Monday, November 21, 2011 8:57 PM To: [EMAIL PROTECTED] Subject: Re: Version control of files present in HDFS HDFS is a filesystem that is designed to support map-reduce computation. As such, the semantics differ from what SVN or GIT would want to have. HBase provides versioned values. That might suffice for your needs. On Mon, Nov 21, 2011 at 9:58 AM, Stuti Awasthi <[EMAIL PROTECTED]> wrote: Do we have any support from GIT or SVN to attain that ? -----Original Message----- From: Harsh J [mailto:[EMAIL PROTECTED]] Sent: Monday, November 21, 2011 3:23 PM To: [EMAIL PROTECTED] Subject: Re: Version control of files present in HDFS HDFS is merely a filesystem today. You'll need to write your own versioning layer on top of it if you need such a functionality. On Mon, Nov 21, 2011 at 2:52 PM, Stuti Awasthi <[EMAIL PROTECTED]> wrote: > Hi All, > I want to provide version control for documents which I keep in HDFS. What I can do to attain this. Any ideas ? > > Regards, > Stuti Awasthi > > > ::DISCLAIMER:: > ---------------------------------------------------------------------- > ------------------------------------------------- > > The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. > It shall not attach any liability on the originator or HCL or its > affiliates. Any views or opinions presented in this email are solely those of the author and may not necessarily reflect the opinions of HCL or its affiliates. > Any form of reproduction, dissemination, copying, disclosure, > modification, distribution and / or publication of this message > without the prior written consent of the author of this e-mail is > strictly prohibited. If you have received this email in error please delete it and notify the sender immediately. Before opening any mail and attachments please check them for viruses and defect. > > ---------------------------------------------------------------------- > ------------------------------------------------- > -- Harsh J +
Stuti Awasthi 2011-11-22, 06:11
-
Re: Version control of files present in HDFSTed Dunning 2011-11-22, 07:14
It is a bit off topic, but maprfs is closely equivalent to HDFS except that
it provides the read-write and NFS semantics you are looking for. Trying to shoe-horn HDFS into a job that it wasn't intended to do (i.e. general file I/O) isn't a great idea. Better to use what it is good for. On Mon, Nov 21, 2011 at 10:11 PM, Stuti Awasthi <[EMAIL PROTECTED]>wrote: > This is what I also thought and looking at Mountable HDFS options. I need > to check if its buggy. > To your other ques : I am building an app which will have TBs of data and > require analysis. Now I am using HDFS as a background filesystem and Hbase > for database option. To do analysis on the data, I use MR jobs . > All this is not provided by NFS. One part of this app include document > management in which I wanted to provide version control. This is the > usecase I have. May be this helps. ☺ > +
Ted Dunning 2011-11-22, 07:14
-
Re: Version control of files present in HDFSChris Shain 2011-11-22, 16:11
Agreed on HDFS not being designed for this purpose.
Additionally, version control tools are typically geared toward managing a lot of small text files (e.g. source code) with lots of versions. The versions are usually stored as diffs from a base version to conserve disk space, and those diffs are re-applied to recreate any given file version. If you are talking about a lot of very large files, a traditional version control system may not be the most efficient option for a number of reasons, not the least of which might be re-applying diffs to GB-sized binary files. I'm not saying it wouldn't work, just that it really isn't what VCS are usually designed for. Simple snapshots of your file set, tar/gzipped, would probably be simpler to manage. Creating a new (or for that matter retrieving and unpacking an old) snapshot file could be a simple pre/post step in your MR job workflow. On Tue, Nov 22, 2011 at 2:14 AM, Ted Dunning <[EMAIL PROTECTED]> wrote: > It is a bit off topic, but maprfs is closely equivalent to HDFS except > that it provides the read-write and NFS semantics you are looking for. > > Trying to shoe-horn HDFS into a job that it wasn't intended to do (i.e. > general file I/O) isn't a great idea. Better to use what it is good for. > > > On Mon, Nov 21, 2011 at 10:11 PM, Stuti Awasthi <[EMAIL PROTECTED]>wrote: > >> This is what I also thought and looking at Mountable HDFS options. I need >> to check if its buggy. >> To your other ques : I am building an app which will have TBs of data and >> require analysis. Now I am using HDFS as a background filesystem and Hbase >> for database option. To do analysis on the data, I use MR jobs . >> All this is not provided by NFS. One part of this app include document >> management in which I wanted to provide version control. This is the >> usecase I have. May be this helps. ☺ >> > > +
Chris Shain 2011-11-22, 16:11
-
Re: Version control of files present in HDFSTed Dunning 2011-11-22, 06:13
How big is that?
On Mon, Nov 21, 2011 at 9:26 PM, Stuti Awasthi <[EMAIL PROTECTED]> wrote: > Hi Ted,**** > > Well in my case document size can be big, which is not good to keep in > Hbase. So I rule out this option.**** > > ** ** > > Thanks**** > > ** ** > > *From:* Ted Dunning [mailto:[EMAIL PROTECTED]] > *Sent:* Monday, November 21, 2011 8:57 PM > *To:* [EMAIL PROTECTED] > *Subject:* Re: Version control of files present in HDFS**** > > ** ** > > HDFS is a filesystem that is designed to support map-reduce computation. > As such, the semantics differ from what SVN or GIT would want to have.*** > * > > ** ** > > HBase provides versioned values. That might suffice for your needs.**** > > On Mon, Nov 21, 2011 at 9:58 AM, Stuti Awasthi <[EMAIL PROTECTED]> > wrote:**** > > Do we have any support from GIT or SVN to attain that ? > > -----Original Message----- > From: Harsh J [mailto:[EMAIL PROTECTED]] > Sent: Monday, November 21, 2011 3:23 PM > To: [EMAIL PROTECTED] > Subject: Re: Version control of files present in HDFS > > HDFS is merely a filesystem today. You'll need to write your own > versioning layer on top of it if you need such a functionality. > > On Mon, Nov 21, 2011 at 2:52 PM, Stuti Awasthi <[EMAIL PROTECTED]> > wrote: > > Hi All, > > I want to provide version control for documents which I keep in HDFS. > What I can do to attain this. Any ideas ? > > > > Regards, > > Stuti Awasthi > > > > > > ::DISCLAIMER:: > > ---------------------------------------------------------------------- > > ------------------------------------------------- > > > > The contents of this e-mail and any attachment(s) are confidential and > intended for the named recipient(s) only. > > It shall not attach any liability on the originator or HCL or its > > affiliates. Any views or opinions presented in this email are solely > those of the author and may not necessarily reflect the opinions of HCL or > its affiliates. > > Any form of reproduction, dissemination, copying, disclosure, > > modification, distribution and / or publication of this message > > without the prior written consent of the author of this e-mail is > > strictly prohibited. If you have received this email in error please > delete it and notify the sender immediately. Before opening any mail and > attachments please check them for viruses and defect. > > > > ---------------------------------------------------------------------- > > ------------------------------------------------- > > > > > > -- > Harsh J**** > > ** ** > +
Ted Dunning 2011-11-22, 06:13
-
RE: Version control of files present in HDFSStuti Awasthi 2011-11-22, 06:42
Well the documents can be in various formats like pdf,doc,xls, video file,ppt etc and can vary in size from MBs to GBs.
I have read that if the file sizes are going bigger than MBs then it is not good to use Hbase for storage. Any Comments From: Ted Dunning [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 22, 2011 11:43 AM To: [EMAIL PROTECTED] Subject: Re: Version control of files present in HDFS How big is that? On Mon, Nov 21, 2011 at 9:26 PM, Stuti Awasthi <[EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>> wrote: Hi Ted, Well in my case document size can be big, which is not good to keep in Hbase. So I rule out this option. Thanks From: Ted Dunning [mailto:[EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>] Sent: Monday, November 21, 2011 8:57 PM To: [EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]> Subject: Re: Version control of files present in HDFS HDFS is a filesystem that is designed to support map-reduce computation. As such, the semantics differ from what SVN or GIT would want to have. HBase provides versioned values. That might suffice for your needs. On Mon, Nov 21, 2011 at 9:58 AM, Stuti Awasthi <[EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>> wrote: Do we have any support from GIT or SVN to attain that ? -----Original Message----- From: Harsh J [mailto:[EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>] Sent: Monday, November 21, 2011 3:23 PM To: [EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]> Subject: Re: Version control of files present in HDFS HDFS is merely a filesystem today. You'll need to write your own versioning layer on top of it if you need such a functionality. On Mon, Nov 21, 2011 at 2:52 PM, Stuti Awasthi <[EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>> wrote: > Hi All, > I want to provide version control for documents which I keep in HDFS. What I can do to attain this. Any ideas ? > > Regards, > Stuti Awasthi > > > ::DISCLAIMER:: > ---------------------------------------------------------------------- > ------------------------------------------------- > > The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. > It shall not attach any liability on the originator or HCL or its > affiliates. Any views or opinions presented in this email are solely those of the author and may not necessarily reflect the opinions of HCL or its affiliates. > Any form of reproduction, dissemination, copying, disclosure, > modification, distribution and / or publication of this message > without the prior written consent of the author of this e-mail is > strictly prohibited. If you have received this email in error please delete it and notify the sender immediately. Before opening any mail and attachments please check them for viruses and defect. > > ---------------------------------------------------------------------- > ------------------------------------------------- > -- Harsh J +
Stuti Awasthi 2011-11-22, 06:42
-
Re: Version control of files present in HDFSTed Dunning 2011-11-22, 07:11
MB's are fine. GB's are a bit much. You are right.
On Mon, Nov 21, 2011 at 10:42 PM, Stuti Awasthi <[EMAIL PROTECTED]>wrote: > Well the documents can be in various formats like pdf,doc,xls, video > file,ppt etc and can vary in size from MBs to GBs. **** > > I have read that if the file sizes are going bigger than MBs then it is > not good to use Hbase for storage.**** > > ** ** > > Any Comments **** > > ** ** > > *From:* Ted Dunning [mailto:[EMAIL PROTECTED]] > *Sent:* Tuesday, November 22, 2011 11:43 AM > *To:* [EMAIL PROTECTED] > *Subject:* Re: Version control of files present in HDFS**** > > ** ** > > How big is that?**** > > On Mon, Nov 21, 2011 at 9:26 PM, Stuti Awasthi <[EMAIL PROTECTED]> > wrote:**** > > Hi Ted,**** > > Well in my case document size can be big, which is not good to keep in > Hbase. So I rule out this option.**** > > **** > > Thanks**** > > **** > > *From:* Ted Dunning [mailto:[EMAIL PROTECTED]] > *Sent:* Monday, November 21, 2011 8:57 PM > *To:* [EMAIL PROTECTED] > *Subject:* Re: Version control of files present in HDFS**** > > **** > > HDFS is a filesystem that is designed to support map-reduce computation. > As such, the semantics differ from what SVN or GIT would want to have.*** > * > > **** > > HBase provides versioned values. That might suffice for your needs.**** > > On Mon, Nov 21, 2011 at 9:58 AM, Stuti Awasthi <[EMAIL PROTECTED]> > wrote:**** > > Do we have any support from GIT or SVN to attain that ? > > -----Original Message----- > From: Harsh J [mailto:[EMAIL PROTECTED]] > Sent: Monday, November 21, 2011 3:23 PM > To: [EMAIL PROTECTED] > Subject: Re: Version control of files present in HDFS > > HDFS is merely a filesystem today. You'll need to write your own > versioning layer on top of it if you need such a functionality. > > On Mon, Nov 21, 2011 at 2:52 PM, Stuti Awasthi <[EMAIL PROTECTED]> > wrote: > > Hi All, > > I want to provide version control for documents which I keep in HDFS. > What I can do to attain this. Any ideas ? > > > > Regards, > > Stuti Awasthi > > > > > > ::DISCLAIMER:: > > ---------------------------------------------------------------------- > > ------------------------------------------------- > > > > The contents of this e-mail and any attachment(s) are confidential and > intended for the named recipient(s) only. > > It shall not attach any liability on the originator or HCL or its > > affiliates. Any views or opinions presented in this email are solely > those of the author and may not necessarily reflect the opinions of HCL or > its affiliates. > > Any form of reproduction, dissemination, copying, disclosure, > > modification, distribution and / or publication of this message > > without the prior written consent of the author of this e-mail is > > strictly prohibited. If you have received this email in error please > delete it and notify the sender immediately. Before opening any mail and > attachments please check them for viruses and defect. > > > > ---------------------------------------------------------------------- > > ------------------------------------------------- > > > > > > -- > Harsh J**** > > **** > > ** ** > +
Ted Dunning 2011-11-22, 07:11
|