Github user liancheng commented on a diff in the pull request:

    https://github.com/apache/spark/pull/6521#discussion_r31386722
  
    --- Diff: 
sql/hive/src/main/scala/org/apache/spark/sql/hive/client/IsolatedClientLoader.scala
 ---
    @@ -90,14 +90,14 @@ private[hive] object IsolatedClientLoader {
      *    `ClientInterface`, unless `isolationOn` is set to `false`.
      *
      * @param version The version of hive on the classpath.  used to pick 
specific function signatures
    - *                that are not compatibile accross versions.
    + *                that are not compatible across versions.
      * @param execJars A collection of jar files that must include hive and 
hadoop.
      * @param config   A set of options that will be added to the HiveConf of 
the constructed client.
      * @param isolationOn When true, custom versions of barrier classes will 
be constructed.  Must be
      *                    true unless loading the version of hive that is on 
Sparks classloader.
    - * @param rootClassLoader The system root classloader.  Must not know 
about hive classes.
    - * @param baseClassLoader The spark classloader that is used to load 
shared classes.
    - *
    + * @param rootClassLoader The system root classloader.
    + * @param baseClassLoader The spark classloader that is used to load 
shared classes.  Must not know
    + *                        about hive classes.
    --- End diff --
    
    Thanks :)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to