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

    https://github.com/apache/spark/pull/2685#discussion_r19256113
  
    --- Diff: pom.xml ---
    @@ -1272,16 +1276,33 @@
             </dependency>
           </dependencies>
         </profile>
    -
         <profile>
    -      <id>hive</id>
    +      <id>hive-0.12.0</id>
           <activation>
             <activeByDefault>false</activeByDefault>
           </activation>
           <modules>
             <module>sql/hive-thriftserver</module>
           </modules>
    +      <properties>
    +        <hive.version>0.12.0-protobuf-2.5</hive.version>
    +        <hive.version.short>0.12.0</hive.version.short>
    +        <derby.version>10.4.2.0</derby.version>
    +      </properties>
    +    </profile>
    +    <profile>
    +      <id>hive-0.13.1</id>
    +      <activation>
    +        <activeByDefault>false</activeByDefault>
    +      </activation>
    +      <modules>
    +        <module>sql/hive-thriftserver</module>
    --- End diff --
    
    Yes. either move to modules, or move to hive profile, since it is supported 
in both versions.


---
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