Re: Contributing...

2013-07-30 Thread James Carman
en't contributed very > much to HDFS, so I don't have a ton of knowledge about what's going on > there. > > Also, I've found that a good way to start contributing is to use the > software and find things about it that bother you. > > Hope that helps, >

Contributing...

2013-07-29 Thread James Carman
I would like to get started contributing to Hadoop. Does anyone have any pointers on where to start digging in? I don't mean "look at JIRAs and start submitting patches." I mean, which areas of the project would be a good place to start for a beginner?

Re: Building Hadoop...

2013-07-29 Thread James Carman
buting to Hadoop. > > BTW there is a small lag between checkin of SVN and the propagation to GIT. > > Cheers > > On Mon, Jul 29, 2013 at 8:20 AM, James Carman > wrote: > >> What is the "preferred" way you guys want to receive patches? Would >> you rath

Re: Building Hadoop...

2013-07-29 Thread James Carman
y is SVN, and Git one is mirror of that. Both of > them are official. > You can find these information at: > http://wiki.apache.org/hadoop/HowToContribute > > Thanks, > - Tsuyoshi > > On Mon, Jul 29, 2013 at 8:29 PM, James Carman > wrote: >> Is the "offi

Re: Building Hadoop...

2013-07-29 Thread James Carman
SyVLQxtqgbqLxn_lYdgOQY8oR3tZj4XU >> >> Didn't really create it for public consumption, so it's not well formatted, >> etc. >> >> -Chris >> >> >> On Sun, Jul 28, 2013 at 2:00 PM, James Carman > >wrote: >> >> > Okay, cool. That

Re: Building Hadoop...

2013-07-28 Thread James Carman
To help other folks who might be having the same troubles as me, this gist helped me downgrade protobuf: https://gist.github.com/gcatlin/1847248 On Sun, Jul 28, 2013 at 5:00 PM, James Carman wrote: > Okay, cool. That's what I figured. I'll try to figure out how to > install s

Re: Building Hadoop...

2013-07-28 Thread James Carman
0 > > On Jul 28, 2013, at 1:13 PM, James Carman wrote: > >> I am on Mac OS X. I've installed protobuf 2.5.0 using homebrew. >> However, I'm getting errors like this: >> >> [ERROR] Failed to execute goal >> org.apache.maven.plugins:maven-compi

Re: Building Hadoop...

2013-07-28 Thread James Carman
0:15 AM, Ted Yu wrote: > You should be using libprotoc 2.4.1 > > Cheers > > On Sun, Jul 28, 2013 at 7:08 AM, James Carman > wrote: > >> Is there anything special I have to do to get the build working on my >> local machine? I have installed protocol buffers and I of

Building Hadoop...

2013-07-28 Thread James Carman
Is there anything special I have to do to get the build working on my local machine? I have installed protocol buffers and I of course have Maven/JDK. I am getting compiler errors relating to protobuf. Do I need a different version in my local Maven repository?