[ 
https://issues.apache.org/jira/browse/HIVE-16573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15994432#comment-15994432
 ] 

anishek commented on HIVE-16573:
--------------------------------

[~lirui] The ability to show progress bar on beeline client side lead to 
changes that i was not sure how it would be done on spark side as i had very 
little insight into spark as an engine for hive, hence i worked with the tez 
engine first and planed to do final modification for spark towards the end.Now 
that i look back into it, i think i missed that condition for spark, i think 
that condition has to be slightly modified as 

{code}
      if (SessionState.get().getConf()
          .getBoolVar(HiveConf.ConfVars.HIVE_SERVER2_INPLACE_PROGRESS) && 
engine.equals("spark"))
        inPlaceUpdates = HiveConf.getBoolVar(conf, 
HiveConf.ConfVars.SPARK_EXEC_INPLACE_PROGRESS);
    }

{code}


> In-place update for HoS can't be disabled
> -----------------------------------------
>
>                 Key: HIVE-16573
>                 URL: https://issues.apache.org/jira/browse/HIVE-16573
>             Project: Hive
>          Issue Type: Bug
>          Components: Spark
>            Reporter: Rui Li
>            Assignee: Rui Li
>            Priority: Minor
>
> {{hive.spark.exec.inplace.progress}} has no effect



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to