*|* at
> java.lang.invoke.MethodHandles$Lookup.linkMethodHandleConstant(MethodHandles.java:1750)
>
> *zeppelin* *|* at
> java.lang.invoke.MethodHandleNatives.linkMethodHandleConstant(MethodHandleNatives.java:477)
>
> *zeppelin* *|* ... 34 more
>
> *zeppelin* *|*
>
> *zeppelin* *|* INFO [2021-07-01 08:35:03,829]
> ({SchedulerFactory60} VFSNotebookRepo.java[save]:144) - Saving note
> 2GAM4MGRX to T3_A_2GAM4MGRX.zpln
>
> *zeppelin* *|* INFO [2021-07-01 08:35:03,840]
> ({SchedulerFactory60} AbstractScheduler.java[runJob]:154) - Job
> paragraph_1625079989375_1248319040 finished by scheduler
> RemoteInterpreter-spark-shared_process-shared_session with status ERROR
>
>
>
--
With best wishes,Alex Ott
http://alexott.net/
Twitter: alexott_en (English), alexott (Russian)
rove
> [ ] 0 no opinion
> [ ] -1 disapprove (and reason why)
>
> --
> Best Regards
>
> Jeff Zhang
>
--
With best wishes,Alex Ott
http://alexott.net/
Twitter: alexott_en (English), alexott (Russian)
om/document/d/1bLLKKxleZlZpP9EFJlLLkJKwDBps-RNvzNwh3LFZWZ4/edit?usp=sharing
>
>
> --
> Best Regards
>
> Jeff Zhang
>
--
With best wishes,Alex Ott
http://alexott.net/
Twitter: alexott_en (English), alexott (Russian)
rmation on the project and
> how to get involved, visit our website at http://zeppelin.apache.org/
>
> Thank you all users and contributors who have helped to improve Apache
> Zeppelin.
>
> --
> Best Regards
>
> Jeff Zhang
>
--
With best wishes,Alex Ott
http://alexott.net/
Twitter: alexott_en (English), alexott (Russian)
leName=&projectId=12316221
>
> Vote will be open for next 72 hours (close at 8am 26/July PDT).
>
> [ ] +1 approve
> [ ] 0 no opinion
> [ ] -1 disapprove (and reason why)
>
>
> --
> Best Regards
>
> Jeff Zhang
>
--
With best wishes,Alex Ott
http://alexott.net/
Twitter: alexott_en (English), alexott (Russian)
c9#diff-600376dffeb79835ede4a0b285078036.
>
>
> Philipp
>
>
> Am 21.07.20 um 11:28 schrieb Alex Ott:
>
> Hi Jeff
>
> I've found another issue in both rc1 & rc2 - if you don't specify the
> SPARK_HOME, then the default Spark interpreter doesn't start wi
owse/ZEPPELIN-4962
>
>
> Jeff Zhang 于2020年7月20日周一 下午9:53写道:
>
>> Thanks Alex, I also found another blocker issue in spark interpreter.
>> https://issues.apache.org/jira/browse/ZEPPELIN-4912
>>
>> Folks,
>> I'd like to cancel this RC, and will
2020 at 3:43 PM Jeff Zhang wrote:
> Thanks for the feedback, @Alex Ott , We can wait for
> your fix, and everyone else can continue to test the preview2.
>
>
> Alex Ott 于2020年7月18日周六 下午6:13写道:
>
>> I'm hitting https://issues.apache.org/jira/browse/ZEPPELIN-4787 in
&
be open for next 72 hours (close at 8am 20/July PDT).
>
> [ ] +1 approve
> [ ] 0 no opinion
> [ ] -1 disapprove (and reason why)
>
>
> --
> Best Regards
>
> Jeff Zhang
>
--
With best wishes,Alex Ott
http://alexott.net/
Twitter: alexott_en (English), alexott (Russian)
; We greatly appreciate all of Philipp Dallig's hard work and generous
> contributions to the project. We look forward to continued involvement in
> the project.
>
> Congratulations & Welcome aboard Philipp Dallig !
>
>
> --
> Best Regards
>
> Jeff Zh
nternally we
> do translate master to spark.master, so not sure why it would cause this
> issue, maybe it is some bugs.
>
>
>
> Alex Ott 于2020年5月17日周日 下午9:36写道:
>
>> I've seen somewhere in CDH documentation that they use MASTER, that's why
>> I'm asking..
sed to be
> SPARK_MASTER.
>
> On Sun, May 17, 2020 at 11:56 AM Alex Ott wrote:
>
>> Ok, I've created a JIRA for it:
>> https://issues.apache.org/jira/browse/ZEPPELIN-4821 and working on patch
>>
>> I'm not sure about environment variable name - it's
address of standalone mode, ex)
> spark://master_host:7077"
> },
> ```
> That "master" should be "spark.master".
>
> By adding an explicit spark.master with the value "local[*]" I can use all
> cores as expected. Without this and print
"spark.master".
PI> By adding an explicit spark.master with the value "local[*]" I can use all
cores as expected. Without this and printing sc.master I get
PI> "local". With the addition of the spark.master property set to "local[*]"
and printing s
27;, '_do_init', '_ensure_initialized', '_gateway',
PI> '_getJavaStorageLevel', '_initialize_context',
'_javaAccumulator', '_jsc', '_jvm', '_lock', '_next_accum_id',
PI> '_pickled_broadcast_vars', '_python_includes',
'_repr_html_', '_temp_dir', '_unbatched_serializer', 'accumulator', 'addFile',
PI> 'addPyFile', 'appName', 'applicationId', 'binaryFiles',
'binaryRecords', 'broadcast', 'cancelAllJobs', 'cancelJobGroup',
PI> 'defaultMinPartitions', 'defaultParallelism',
'dump_profiles', 'emptyRDD', 'environment', 'getConf', 'getLocalProperty',
PI> 'getOrCreate', 'hadoopFile', 'hadoopRDD', 'master',
'newAPIHadoopFile', 'newAPIHadoopRDD', 'parallelize', 'pickleFile',
PI> 'profiler_collector', 'pythonExec', 'pythonVer', 'range',
'runJob', 'sequenceFile', 'serializer', 'setCheckpointDir',
PI> 'setJobGroup', 'setLocalProperty', 'setLogLevel',
'setSystemProperty', 'show_profiles', 'sparkHome', 'sparkUser', 'startTime',
PI> 'statusTracker', 'stop', 'textFile', 'uiWebUrl', 'union',
'version', 'wholeTextFiles'] local[*] 8
PI> ```
PI> This is what I want.
PI>
PI> The Questions
PI> @ Why is the "master" property not used in the created
SparkContext?
PI> @ How do I add the spark.master property to the docker
image?
PI>
PI> Any hint or support you can provide would be greatly
appreciated.
PI>
PI> Yours Sincerely,
PI> Patrik Iselind
PI> --
PI> Best Regards
PI>
PI> Jeff Zhang
PI> --
PI> Best Regards
PI>
PI> Jeff Zhang
--
With best wishes,Alex Ott
http://alexott.net/
Twitter: alexott_en (English), alexott (Russian)
e need to highlight it, maybe move it to quick
> start
>
> Alex Ott 于2020年5月3日周日 上午2:12写道:
>
>> Jeff, do we have a document that describes changed behavior? Maybe it
>> makes
>> sense to create such for 0.9 release?
>>
>> Jeff Zhang at "Mon, 20 Apr 20
n 0.8.X was a clock button in the notebooks available.
JZ> In the current zeppelin 0.9.0 this clock symbol is not visible after
JZ> activation of the cron scheduler (and restart).
JZ> --
JZ> Sent from:
http://apache-zeppelin-users-incubating-mailing-list.75479.x6.na
Congratulations & Welcome aboard Yadong Xie and Hsuan Lee !
>
> --
> Best Regards
>
> Jeff Zhang
>
--
With best wishes,Alex Ott
http://alexott.net/
Twitter: alexott_en (English), alexott (Russian)
result.errors.length > 0) {
> FileUtils.deleteQuietly(heliumBundle);
> throw new IOException(result.errors[0]);
> }
>
> return heliumBundle;
> }
> ```
> NullPointerException occurs at line with `if (result.errors.length > 0)`.
> I tried to reproduce it by running `yar
projectId=12316221
>
> Vote will be open for next 72 hours (close at 7am 26/March PDT).
>
> [ ] +1 approve
> [ ] 0 no opinion
> [ ] -1 disapprove (and reason why)
>
>
> --
> Best Regards
>
> Jeff Zhang
>
--
With best wishes,Alex Ott
http://alexott.net/
Twitter: alexott_en (English), alexott (Russian)
; ___
>> >> > Eric Pugh | Founder & CEO | OpenSource Connections, LLC |
>> 434.466.1467 |
>> >> > http://www.opensourceconnections.com <
>> >> > http://www.opensourceconnections.com/> | My Free/Busy <
>> >> > http://tinyurl.com/eric-cal>
>> >> > Co-Author: Apache Solr Enterprise Search Server, 3rd Ed <
>> >> >
>> >>
>> https://www.packtpub.com/big-data-and-business-intelligence/apache-solr-enterprise-search-server-third-edition-raw
>> >> >
>> >> >
>> >> > This e-mail and all contents, including attachments, is considered to
>> be
>> >> > Company Confidential unless explicitly stated otherwise, regardless of
>> >> > whether attachments are marked as such.
>> >> >
>> >> >
>> >>
>> >
>>
--
With best wishes,Alex Ott
http://alexott.net/
Twitter: alexott_en (English), alexott (Russian)
; So I would like to suggest to officially drop support for Windows from 0.9.
> Let me know your concerns. Thanks
>
>
>
> --
> Best Regards
>
> Jeff Zhang
>
--
With best wishes,Alex Ott
http://alexott.net/
Twitter: alexott_en (English), alexott (Russian)
22 matches
Mail list logo