See comments below: On Sun, Feb 17, 2013 at 3:44 PM, Sree V <[email protected]> wrote:
> Hi All, > > Couple Basic question/clarification: > > 1. > > Source At:https://git-wip-us.apache.org/repos/asf/incubator-drill.git > Needs 'git' (fast version control) from, http://git-scm.com/downloads. > (v1.8.1.3 as of Feb 7, 2013) on my local, > > And clone source to my local. > > Have eclipse with EGit (Git Team Provider) plugin and Maven Integration > for Eclipse plugin. > Import -> Existing Maven Projects > > > /incubator-drill/sandbox/plan-parser/pom.xml > > /incubator-drill/sandbox/query-parser/pom.xml > > /incubator-drill/sandbox/prototype/pom.xml, with Five child pom.xml and > two of them with grandchild poms( one with one and other with two pom.xmls) > > Active areas are sandbox/prototype/common, sandbox/prototype/exec/ref and sandbox/prototype/sqlparser > > After projects are setup in workspace, they showed up with over one > hundred of Errors, missing files, compilation errors and lot of warnings.... > > The three projects above should compile. Note, you'll need to download and mvn install linq4j (https://github.com/julianhyde/linq4j) and optiq ( https://github.com/julianhyde/optiq). > Fix and commit. Is it open to all to commit ? > I made one commit, how long would it take to show up on master ? What is > the process ? > Make sure you have the latest tree and have done the steps above. If you still see problems, file a jira. All commits are done through JIRAs. Pick an existing JIRA or create a new one, assign it to yourself, write a patch, and then post it on the jira. > > > The source at, https://github.com/apache/incubator-drill, is read-only. > On fork doesn't get the 'sandbox' folder. And no commits can be made here > ?! > Multiple people have used fork without problem. Maybe delete and retry your fork. Fork to your own account, then follow process above for changes. Thanks, Jacques
