+1. On Fri, Jul 1, 2016 at 2:12 PM, Jeff Steinmetz <[email protected]> wrote:
> 0 or +1 (depending on if this bug/comment is valid) > https://issues.apache.org/jira/browse/ZEPPELIN-1098 > > SparkR tests worked, as did a few other interpreters I tested (python, > jdbc, spark) > > However, regarding the %dep depreciation notice: > > Inside the zeppelin vagrant VM, I built the commit tagged 0.6.0-rc1 as > noted above with: > mvn clean package -Pspark-1.6 -Ppyspark -Phadoop-2.4 -DskipTests -Psparkr > -Pbuild-distr > > Then without any additional configuration I created a notebook with > > ---- > %dep > > > z.load("/usr/local/mycompany/jars/my-spark-utils_spark-1.6.0-2.10-assembly-1.0.jar") > > --- > followed by another paragraph: > ---- > > %spark > > import com.mycompany.services.ESQuery > > ---- > It worked as expected. The import resolved > > However if I put > /usr/local/mycompany/jars/my-spark-utils_spark-1.6.0-2.10-assembly-1.0.jar > > Into the interpreter artifacts directly, and remove the %dep, it errors out > (with no error message) > > It resolves maven artifacts however. Just seems to be an issue with local > files. > spark standalone (not a cluster) > > As a side comment: Is it wise to depreciate the %dep interpreter? From > what I can tell, the interpreter settings don't live with a notebook (I > looked at the notebook json export). There may still be a desire to self > document what artifacts are required via %dep. You could created a %md > paragraph and point out certain settings that need to exist in the > interpreter (purely for documentation reasons) > > Best > Jeff > > > > On Wed, Jun 29, 2016 at 3:00 PM, moon soo Lee <[email protected]> wrote: > > > Hi folks, > > > > I propose the following RC to be released for the Apache Zeppelin > > 0.6.0 release. > > > > The commit id is fa2c0ff93cca49428df8792e7ee35d2b561669bd which is > > corresponds to the tag v0.6.0-rc1: > > > > > https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;a=commit;h=fa2c0ff93cca49428df8792e7ee35d2b561669bd > > > > The release archives (tgz), signature, and checksums are here > > http://home.apache.org/~minalee/zeppelin-releases/zeppelin-0.6.0-rc1/ > > > > The release candidate consists of the following source distribution > archive > > zeppelin-0.6.0.tgz > > > > In addition, the following supplementary binary distributions are > provided > > for user convenience at the same location > > zeppelin-0.6.0-bin-all.tgz > > zeppelin-0.6.0-netinst-all.tgz > > > > The maven artifacts are here > > > > > https://repository.apache.org/content/repositories/orgapachezeppelin-1011/org/apache/zeppelin/ > > > > You can find the KEYS file here: > > https://people.apache.org/keys/committer/minalee.asc > > > > Release notes available at > > > > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12332761&styleName=Html&projectId=12316221 > > > > Vote will be open for next 72 hours (close at 3pm 2/Jul PDT). > > > > [ ] +1 approve > > [ ] 0 no opinion > > [ ] -1 disapprove (and reason why) > > >
