Re: Required file not found in building

2014-12-02 Thread Stephen Boesch
Thanks Sean, I followed suit (brew install zinc) and that is working. 2014-12-01 22:39 GMT-08:00 Sean Owen so...@cloudera.com: I'm having no problems with the build or zinc on my Mac. I use zinc from brew install zinc. On Tue, Dec 2, 2014 at 3:02 AM, Stephen Boesch java...@gmail.com wrote:

Required file not found in building

2014-12-01 Thread Stephen Boesch
It seems there were some additional settings required to build spark now . This should be a snap for most of you ot there about what I am missing. Here is the command line I have traditionally used: mvn -Pyarn -Phadoop-2.3 -Phive install compile package -DskipTests That command line is

Re: Required file not found in building

2014-12-01 Thread Ted Yu
I tried the same command on MacBook and didn't experience the same error. Which OS are you using ? Cheers On Mon, Dec 1, 2014 at 6:42 PM, Stephen Boesch java...@gmail.com wrote: It seems there were some additional settings required to build spark now . This should be a snap for most of you

Re: Required file not found in building

2014-12-01 Thread Stephen Boesch
Mac as well. Just found the problem: I had created an alias to zinc a couple of months back. Apparently that is not happy with the build anymore. No problem now that the issue has been isolated - just need to fix my zinc alias. 2014-12-01 18:55 GMT-08:00 Ted Yu yuzhih...@gmail.com: I tried

Re: Required file not found in building

2014-12-01 Thread Stephen Boesch
The zinc src zip for 0.3.5.3 was downloaded and exploded. Then I ran sbt dist/create . zinc is being launched from dist/target/zinc-0.3.5.3/bin/zinc 2014-12-01 20:12 GMT-08:00 Ted Yu yuzhih...@gmail.com: I use zinc 0.2.0 and started zinc with the same command shown below. I don't observe

Re: Required file not found in building

2014-12-01 Thread Ted Yu
I used the following for brew: http://repo.typesafe.com/typesafe/zinc/com/typesafe/zinc/dist/0.3.0/zinc-0.3.0.tgz After starting zinc, I issued the same mvn command but didn't encounter the error you saw. FYI On Mon, Dec 1, 2014 at 8:18 PM, Stephen Boesch java...@gmail.com wrote: The zinc src

Re: Required file not found in building

2014-12-01 Thread Sean Owen
I'm having no problems with the build or zinc on my Mac. I use zinc from brew install zinc. On Tue, Dec 2, 2014 at 3:02 AM, Stephen Boesch java...@gmail.com wrote: Mac as well. Just found the problem: I had created an alias to zinc a couple of months back. Apparently that is not happy with