vikramahuja1001 commented on a change in pull request #3669: [CARBONDATA-3743] 
Added pre-priming check in the Spark job description page
URL: https://github.com/apache/carbondata/pull/3669#discussion_r403817286
 
 

 ##########
 File path: 
integration/spark/src/main/scala/org/apache/carbondata/indexserver/IndexServer.scala
 ##########
 @@ -131,8 +131,15 @@ object IndexServer extends ServerInterface {
       lazy val getCountTask = {
         if (!request.isFallbackJob) {
           sparkSession.sparkContext.setLocalProperty("spark.jobGroup.id", 
request.getTaskGroupId)
-          sparkSession.sparkContext
-            .setLocalProperty("spark.job.description", 
request.getTaskGroupDesc)
+          if (!request.ifAsyncCall()) {
 
 Review comment:
   done

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to