Re: Not able to disable TLSv1, TLSv1.1 on Apache Yarn

2019-09-03 Thread Anton Puzanov
t; > Sorry but I have last thing to test. Can you add below is core-site xml > file and restart all hadoop processes? > > hadoop.ssl.enabled.protocols=TLSv1.2 > > Thanks > > On Tue, 3 Sep 2019, 12:53 Anton Puzanov, > wrote: > >> I have tried it right now an

Re: Not able to disable TLSv1, TLSv1.1 on Apache Yarn

2019-09-03 Thread Anton Puzanov
low command?. > > openssl s_client -connect hostname:8190 -tls1 > > Also, have you already tried below in custom yarn-site xml? > > ssl.exclude.protocol=TLSv1,TLSv1.1 > > Thanks > > On Mon, 2 Sep 2019, 20:22 Anton Puzanov, > wrote: > >> Hi, >> >> I

Not able to disable TLSv1, TLSv1.1 on Apache Yarn

2019-09-02 Thread Anton Puzanov
Hi, I have been requested to disable TLSv1 and TLSv1.1 from our Yarn service. Some background: we run a HDP cluster version 2.6.3.0-235 After scrapping the web for the specific configuration I need to disable the algorithms, the only solution I found is to configure "jdk.tls.disabledAlgorithms. I

Spark pools support on Yarn

2019-02-25 Thread Anton Puzanov
Hi everyone, Spark supports in application, job concurrency execution by using pools and Spark's Fair scheduler (different than Yarn's Fair scheduler). link: https://spark.apache.org/docs/latest/job-scheduling.html#scheduling-within-an-application Is this feature supported when Yarn is used as a

Yarn FairScheduler doesn't distribute resources between queues

2018-01-22 Thread Anton Puzanov
I try to define several Yarn queues so that the cluster will always be fully used and once a new task will be added to different queue the resources will be divided (several workers in the first queue will be preempted) For that purpose I use FairScheduler and rely on the documentation: Hadoop-Fai