|
|
-
Where did hdfs source go?
Ravi Prakash 2011-06-13, 07:09
-
Re: Where did hdfs source go?
Todd Lipcon 2011-06-13, 16:20
I just updated the HowToContribute wiki to reference the combined structure. Sorry we missed this, Ravi. -Todd On Mon, Jun 13, 2011 at 12:21 AM, Aaron T. Myers <[EMAIL PROTECTED]> wrote: > Hi Ravi, > > See this JIRA for more info: > https://issues.apache.org/jira/browse/HADOOP-7106> > -- > Aaron T. Myers > Software Engineer, Cloudera > > > > On Mon, Jun 13, 2011 at 12:09 AM, Ravi Prakash <[EMAIL PROTECTED]> > wrote: > > > Hi folks, > > > > Where did the hdfs source go? > > > > http://wiki.apache.org/hadoop/HowToContribute doesn't work anymore. > Trying > > > > $ svn checkout > > http://svn.apache.org/repos/asf/hadoop/hdfs/trunk/hadoop-hdfs-trunk> > svn: URL ' http://svn.apache.org/repos/asf/hadoop/hdfs/trunk' doesn't > exist > > > > Thanks > > Ravi > > > -- Todd Lipcon Software Engineer, Cloudera
-
Re: Where did hdfs source go?
Matthew Foley 2011-06-13, 19:27
And see Todd's directions at http://markmail.org/message/cmyx2ojtn6dj6wlp--Matt On Jun 13, 2011, at 12:21 AM, Aaron T. Myers wrote: Hi Ravi, See this JIRA for more info: https://issues.apache.org/jira/browse/HADOOP-7106-- Aaron T. Myers Software Engineer, Cloudera On Mon, Jun 13, 2011 at 12:09 AM, Ravi Prakash <[EMAIL PROTECTED]> wrote: Hi folks, Where did the hdfs source go? http://wiki.apache.org/hadoop/HowToContribute doesn't work anymore. Trying $ svn checkout http://svn.apache.org/repos/asf/hadoop/hdfs/trunk/hadoop-hdfs-trunksvn: URL ' http://svn.apache.org/repos/asf/hadoop/hdfs/trunk' doesn't exist Thanks Ravi
-
Re: Where did hdfs source go?
Kirk True 2011-06-17, 00:10
A thousand pardons if this is known/obvious, but links off of http://hadoop.apache.org/hdfs/version_control.html don't work (they result in 404 errors). Kirk On 06/13/2011 12:27 PM, Matthew Foley wrote: > And see Todd's directions at http://markmail.org/message/cmyx2ojtn6dj6wlp> > --Matt > > On Jun 13, 2011, at 12:21 AM, Aaron T. Myers wrote: > > Hi Ravi, > > See this JIRA for more info: > https://issues.apache.org/jira/browse/HADOOP-7106> > -- > Aaron T. Myers > Software Engineer, Cloudera > > > > On Mon, Jun 13, 2011 at 12:09 AM, Ravi Prakash<[EMAIL PROTECTED]> wrote: > > Hi folks, > > Where did the hdfs source go? > > http://wiki.apache.org/hadoop/HowToContribute doesn't work anymore. Trying > > $ svn checkout > http://svn.apache.org/repos/asf/hadoop/hdfs/trunk/hadoop-hdfs-trunk> svn: URL ' http://svn.apache.org/repos/asf/hadoop/hdfs/trunk' doesn't exist > > Thanks > Ravi > > >
-
Re: Where did hdfs source go?
Todd Lipcon 2011-06-17, 18:47
Hey Kirk, Sorry about that. I'll fix the web sites momentarily. -Todd On Thu, Jun 16, 2011 at 5:10 PM, Kirk True <[EMAIL PROTECTED]> wrote: > A thousand pardons if this is known/obvious, but links off of > http://hadoop.apache.org/hdfs/version_control.html don't work (they result > in 404 errors). > > Kirk > > On 06/13/2011 12:27 PM, Matthew Foley wrote: >> >> And see Todd's directions at http://markmail.org/message/cmyx2ojtn6dj6wlp>> >> --Matt >> >> On Jun 13, 2011, at 12:21 AM, Aaron T. Myers wrote: >> >> Hi Ravi, >> >> See this JIRA for more info: >> https://issues.apache.org/jira/browse/HADOOP-7106>> >> -- >> Aaron T. Myers >> Software Engineer, Cloudera >> >> >> >> On Mon, Jun 13, 2011 at 12:09 AM, Ravi Prakash<[EMAIL PROTECTED]> >> wrote: >> >> Hi folks, >> >> Where did the hdfs source go? >> >> http://wiki.apache.org/hadoop/HowToContribute doesn't work anymore. Trying >> >> $ svn checkout >> http://svn.apache.org/repos/asf/hadoop/hdfs/trunk/hadoop-hdfs-trunk>> svn: URL ' http://svn.apache.org/repos/asf/hadoop/hdfs/trunk' doesn't exist >> >> Thanks >> Ravi >> >> >> > -- Todd Lipcon Software Engineer, Cloudera
-
Re: Where did hdfs source go?
Kirk True 2011-06-17, 21:03
What's the source of truth in SVN? hadoop/common/hdfs or hadoop/hdfs? From Todd's email, I'm guessing the former. It seems to work better as well for my purposes of running HDFS from source. Kirk On 06/17/2011 11:47 AM, Todd Lipcon wrote: > Hey Kirk, > > Sorry about that. I'll fix the web sites momentarily. > > -Todd > > On Thu, Jun 16, 2011 at 5:10 PM, Kirk True<[EMAIL PROTECTED]> wrote: >> A thousand pardons if this is known/obvious, but links off of >> http://hadoop.apache.org/hdfs/version_control.html don't work (they result >> in 404 errors). >> >> Kirk >> >> On 06/13/2011 12:27 PM, Matthew Foley wrote: >>> And see Todd's directions at http://markmail.org/message/cmyx2ojtn6dj6wlp>>> >>> --Matt >>> >>> On Jun 13, 2011, at 12:21 AM, Aaron T. Myers wrote: >>> >>> Hi Ravi, >>> >>> See this JIRA for more info: >>> https://issues.apache.org/jira/browse/HADOOP-7106>>> >>> -- >>> Aaron T. Myers >>> Software Engineer, Cloudera >>> >>> >>> >>> On Mon, Jun 13, 2011 at 12:09 AM, Ravi Prakash<[EMAIL PROTECTED]> >>> wrote: >>> >>> Hi folks, >>> >>> Where did the hdfs source go? >>> >>> http://wiki.apache.org/hadoop/HowToContribute doesn't work anymore. Trying >>> >>> $ svn checkout >>> http://svn.apache.org/repos/asf/hadoop/hdfs/trunk/hadoop-hdfs-trunk>>> svn: URL ' http://svn.apache.org/repos/asf/hadoop/hdfs/trunk' doesn't exist >>> >>> Thanks >>> Ravi >>> >>> >>> > >
-
Re: Where did hdfs source go?
Harsh J 2011-06-17, 21:14
Yep, it is the former: ASF SVN Paths: hadoop/common/trunk/{common, hdfs, mapreduce} On Sat, Jun 18, 2011 at 2:33 AM, Kirk True <[EMAIL PROTECTED]> wrote: > What's the source of truth in SVN? hadoop/common/hdfs or hadoop/hdfs? > > From Todd's email, I'm guessing the former. It seems to work better as well > for my purposes of running HDFS from source. > > Kirk > > On 06/17/2011 11:47 AM, Todd Lipcon wrote: >> >> Hey Kirk, >> >> Sorry about that. I'll fix the web sites momentarily. >> >> -Todd >> >> On Thu, Jun 16, 2011 at 5:10 PM, Kirk True<[EMAIL PROTECTED]> wrote: >>> >>> A thousand pardons if this is known/obvious, but links off of >>> http://hadoop.apache.org/hdfs/version_control.html don't work (they >>> result >>> in 404 errors). >>> >>> Kirk >>> >>> On 06/13/2011 12:27 PM, Matthew Foley wrote: >>>> >>>> And see Todd's directions at >>>> http://markmail.org/message/cmyx2ojtn6dj6wlp>>>> >>>> --Matt >>>> >>>> On Jun 13, 2011, at 12:21 AM, Aaron T. Myers wrote: >>>> >>>> Hi Ravi, >>>> >>>> See this JIRA for more info: >>>> https://issues.apache.org/jira/browse/HADOOP-7106>>>> >>>> -- >>>> Aaron T. Myers >>>> Software Engineer, Cloudera >>>> >>>> >>>> >>>> On Mon, Jun 13, 2011 at 12:09 AM, Ravi Prakash<[EMAIL PROTECTED]> >>>> wrote: >>>> >>>> Hi folks, >>>> >>>> Where did the hdfs source go? >>>> >>>> http://wiki.apache.org/hadoop/HowToContribute doesn't work anymore. >>>> Trying >>>> >>>> $ svn checkout >>>> http://svn.apache.org/repos/asf/hadoop/hdfs/trunk/hadoop-hdfs-trunk>>>> svn: URL ' http://svn.apache.org/repos/asf/hadoop/hdfs/trunk' doesn't >>>> exist >>>> >>>> Thanks >>>> Ravi >>>> >>>> >>>> >> >> > -- Harsh J
-
Re: Where did hdfs source go?
Luke Lu 2011-06-17, 22:57
Heads up, I noticed the issue this morning and just pushed the fix before I saw this thread. It'll take about an hour to reflect the changes on the website. On Fri, Jun 17, 2011 at 11:47 AM, Todd Lipcon <[EMAIL PROTECTED]> wrote: > Hey Kirk, > > Sorry about that. I'll fix the web sites momentarily. > > -Todd > > On Thu, Jun 16, 2011 at 5:10 PM, Kirk True <[EMAIL PROTECTED]> wrote: >> A thousand pardons if this is known/obvious, but links off of >> http://hadoop.apache.org/hdfs/version_control.html don't work (they result >> in 404 errors). >> >> Kirk >> >> On 06/13/2011 12:27 PM, Matthew Foley wrote: >>> >>> And see Todd's directions at http://markmail.org/message/cmyx2ojtn6dj6wlp>>> >>> --Matt >>> >>> On Jun 13, 2011, at 12:21 AM, Aaron T. Myers wrote: >>> >>> Hi Ravi, >>> >>> See this JIRA for more info: >>> https://issues.apache.org/jira/browse/HADOOP-7106>>> >>> -- >>> Aaron T. Myers >>> Software Engineer, Cloudera >>> >>> >>> >>> On Mon, Jun 13, 2011 at 12:09 AM, Ravi Prakash<[EMAIL PROTECTED]> >>> wrote: >>> >>> Hi folks, >>> >>> Where did the hdfs source go? >>> >>> http://wiki.apache.org/hadoop/HowToContribute doesn't work anymore. Trying >>> >>> $ svn checkout >>> http://svn.apache.org/repos/asf/hadoop/hdfs/trunk/hadoop-hdfs-trunk>>> svn: URL ' http://svn.apache.org/repos/asf/hadoop/hdfs/trunk' doesn't exist >>> >>> Thanks >>> Ravi >>> >>> >>> >> > > > > -- > Todd Lipcon > Software Engineer, Cloudera >
|
|