Re: Getting driver logs in Standalone Cluster

2019-06-12 Thread Tomasz Krol
ve started running jobs in cluster mode and obviously driver is > running on worker and can't see the logs. > > I would like to store logs (preferably in hdfs), any easy way to do that? > > Thanks > > > > -- > Sent from: http://apache-spark-user-list.1001560.n3.nabble.com/ > > - > To unsubscribe e-mail: user-unsubscr...@spark.apache.org > > -- Tomasz Krol patric...@gmail.com

Re: Upsert for hive tables

2019-05-30 Thread Tomasz Krol
: > >> Isn't step1 and step2 producing the copy of Table A? >> >> >> >> -- >> Sent from: http://apache-spark-user-list.1001560.n3.nabble.com/ >> >> - >> To unsubscribe e-mail: user-unsubscr...@spark.apache.org >> >> -- Tomasz Krol patric...@gmail.com

Re: Upsert for hive tables

2019-05-29 Thread Tomasz Krol
onciliation job smoothly enough. > > Others, any better input? > > On Wed 29 May, 2019, 10:50 PM Tomasz Krol, wrote: > >> Hey Guys, >> >> I am wondering what would be your approach to following scenario: >> >> I have two tables - one (Table A) is relatively s

Upsert for hive tables

2019-05-29 Thread Tomasz Krol
TB of data that takes obviously some time. I was trying different approaches but no luck. I am wondering whats your ideas how can we perform this scenario efficiently in Spark? Cheers Tom -- Tomasz Krol patric...@gmail.com

Refresh parquet metadata on Spark Thrift Server

2019-04-09 Thread Tomasz Krol
Hey Guys, Do you know any possible way to refresh parquet tables that will clear cached metadata for all users in Spark Thrift Server. Or can I somehow stop caching metadata at all for parquet tables? Seems like spark.sql.parquet.cacheMetadata doesnt work anymore. Thanks Tom -- Tomasz Krol

Adaptive query execution and CBO

2019-03-28 Thread Tomasz Krol
properly (sort merge join happens) with adaptive qe enable. Thanks Tom -- Tomasz Krol patric...@gmail.com

Spark Thrift Server 2.2.1

2019-03-26 Thread Tomasz Krol
decreased. I am wondering if any of you manage to get good results running the Spark Thrift Server with FAIR scheduler mode? Thanks Tom -- Tomasz Krol patric...@gmail.com

Re: Spark on k8s - map persistentStorage for data spilling

2019-03-01 Thread Tomasz Krol
Yeah, seems like that option with making emptyDir larger is something that we need to consider. Cheers Tomasz Krol On Fri, 1 Mar 2019 at 19:30, Matt Cheah wrote: > Ah I see: We always force the local directory to use emptyDir and it > cannot be configured to use any other volume typ

Re: Spark on k8s - map persistentStorage for data spilling

2019-03-01 Thread Tomasz Krol
let us know if that moves > the spills as expected? > > > > -Matt Cheah > > > > *From: *Tomasz Krol > *Date: *Wednesday, February 27, 2019 at 3:41 AM > *To: *"user@spark.apache.org" > *Subject: *Spark on k8s - map persistentStorage for data spilling > &

Spark on k8s - map persistentStorage for data spilling

2019-02-27 Thread Tomasz Krol
-- Tomasz Krol patric...@gmail.com