You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Lengning Liu (JIRA)" <ji...@apache.org> on 2012/05/03 00:34:51 UTC

[jira] [Created] (HIVE-2998) Making Hive run on Windows Server and Windows Azure environment

Lengning Liu created HIVE-2998:
----------------------------------

             Summary: Making Hive run on Windows Server and Windows Azure environment
                 Key: HIVE-2998
                 URL: https://issues.apache.org/jira/browse/HIVE-2998
             Project: Hive
          Issue Type: Improvement
    Affects Versions: 0.8.1, 0.7.1
         Environment: Windows Server 2008 R2 and Windows Azure
            Reporter: Lengning Liu


This is the master JIRA for improvements on Hive that target on making Hive running natively on Windows Server and Windows Azure environment. Microsoft has done an initial work to make Hive (release 0.7.1 and 0.8.1) to run on Windows environment natively, and wants to contribute this work back to the community. The patches to sub-tasks of this JIRA are based on this work. The end to end HiveQL queries that Microsoft used for testing pass. We are working on investigating failed unit test cases at this moment and hopefully reaching the required bar in the next few months. We are posting the patches now so that we can get early feedback from the community and collaborate with other contributors who are interested in this work in the future. Thanks.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HIVE-2998) Making Hive run on Windows Server and Windows Azure environment

Posted by "Lengning Liu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-2998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lengning Liu updated HIVE-2998:
-------------------------------

    Description: This is the master JIRA for improvements on Hive that target on making Hive running natively on Windows Server and Windows Azure environment. Microsoft has done an initial work to make Hive (release 0.7.1 and 0.8.1) to run on Windows environment natively, and wants to contribute this work back to the community. The patches to sub-tasks of this JIRA are based on this work. The end-to-end HiveQL query tests pass. We are working on investigating failed unit test cases at this moment and hopefully reaching the required bar in the next few months. We are posting the patches now so that we can get early feedback from the community and collaborate with other contributors who are interested in this work in the future. Thanks.  (was: This is the master JIRA for improvements on Hive that target on making Hive running natively on Windows Server and Windows Azure environment. Microsoft has done an initial work to make Hive (release 0.7.1 and 0.8.1) to run on Windows environment natively, and wants to contribute this work back to the community. The patches to sub-tasks of this JIRA are based on this work. The end to end HiveQL queries that Microsoft used for testing pass. We are working on investigating failed unit test cases at this moment and hopefully reaching the required bar in the next few months. We are posting the patches now so that we can get early feedback from the community and collaborate with other contributors who are interested in this work in the future. Thanks.)
    
> Making Hive run on Windows Server and Windows Azure environment
> ---------------------------------------------------------------
>
>                 Key: HIVE-2998
>                 URL: https://issues.apache.org/jira/browse/HIVE-2998
>             Project: Hive
>          Issue Type: Improvement
>    Affects Versions: 0.7.1, 0.8.1
>         Environment: Windows Server 2008 R2 and Windows Azure
>            Reporter: Lengning Liu
>
> This is the master JIRA for improvements on Hive that target on making Hive running natively on Windows Server and Windows Azure environment. Microsoft has done an initial work to make Hive (release 0.7.1 and 0.8.1) to run on Windows environment natively, and wants to contribute this work back to the community. The patches to sub-tasks of this JIRA are based on this work. The end-to-end HiveQL query tests pass. We are working on investigating failed unit test cases at this moment and hopefully reaching the required bar in the next few months. We are posting the patches now so that we can get early feedback from the community and collaborate with other contributors who are interested in this work in the future. Thanks.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (HIVE-2998) Making Hive run on Windows Server and Windows Azure environment

Posted by "Edward Capriolo (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-2998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13267069#comment-13267069 ] 

Edward Capriolo commented on HIVE-2998:
---------------------------------------

It is more about keeping it working then making it work. Hive has ran on cygwin+windows before. Because the Jenkins environment does not run on windows systems it can break at any time and no one will know. 
                
> Making Hive run on Windows Server and Windows Azure environment
> ---------------------------------------------------------------
>
>                 Key: HIVE-2998
>                 URL: https://issues.apache.org/jira/browse/HIVE-2998
>             Project: Hive
>          Issue Type: Improvement
>    Affects Versions: 0.7.1, 0.8.1
>         Environment: Windows Server 2008 R2 and Windows Azure
>            Reporter: Lengning Liu
>
> This is the master JIRA for improvements on Hive that target on making Hive running natively on Windows Server and Windows Azure environment. Microsoft has done an initial work to make Hive (release 0.7.1 and 0.8.1) to run on Windows environment natively, and wants to contribute this work back to the community. The patches to sub-tasks of this JIRA are based on this work. The end-to-end HiveQL query tests pass. We are working on investigating failed unit test cases at this moment and hopefully reaching the required bar in the next few months. We are posting the patches now so that we can get early feedback from the community and collaborate with other contributors who are interested in this work in the future. Thanks.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HIVE-2998) Making Hive run on Windows Server and Windows Azure environment

Posted by "Lengning Liu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-2998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13267486#comment-13267486 ] 

Lengning Liu commented on HIVE-2998:
------------------------------------

Hi Edward, thanks for the comment. We agree with you. The goal of this work is to remove the dependency of Cygwin on Windows so that Hive can run natively. This is an extension to the similar work we are doing for Hadoop (https://issues.apache.org/jira/browse/HADOOP-8079). We definitely look forward to more feedback and collaborations next. Thanks!
                
> Making Hive run on Windows Server and Windows Azure environment
> ---------------------------------------------------------------
>
>                 Key: HIVE-2998
>                 URL: https://issues.apache.org/jira/browse/HIVE-2998
>             Project: Hive
>          Issue Type: Improvement
>    Affects Versions: 0.7.1, 0.8.1
>         Environment: Windows Server 2008 R2 and Windows Azure
>            Reporter: Lengning Liu
>
> This is the master JIRA for improvements on Hive that target on making Hive running natively on Windows Server and Windows Azure environment. Microsoft has done an initial work to make Hive (release 0.7.1 and 0.8.1) to run on Windows environment natively, and wants to contribute this work back to the community. The patches to sub-tasks of this JIRA are based on this work. The end-to-end HiveQL query tests pass. We are working on investigating failed unit test cases at this moment and hopefully reaching the required bar in the next few months. We are posting the patches now so that we can get early feedback from the community and collaborate with other contributors who are interested in this work in the future. Thanks.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HIVE-2998) Making Hive run on Windows Server and Windows Azure environment

Posted by "Mahadevan Venkatraman (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-2998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mahadevan Venkatraman updated HIVE-2998:
----------------------------------------

    Description: 
This is the master JIRA for improvements to Hive that would enable it to run natively on Windows Server and Windows Azure environments.  Microsoft has done the initial work here to have Hive (releases 0.7.1 and 0.8.1) running on Windows and would like to contribute this work back to the community. The end-to-end HiveQL query tests pass. We are currently working on investigating failed unit test cases. It is expected that we post the initial patches within a few weeks for review. Looking forward to the collaboration. Thanks!


  was:This is the master JIRA for improvements on Hive that target on making Hive running natively on Windows Server and Windows Azure environment. Microsoft has done an initial work to make Hive (release 0.7.1 and 0.8.1) to run on Windows environment natively, and wants to contribute this work back to the community. The patches to sub-tasks of this JIRA are based on this work. The end-to-end HiveQL query tests pass. We are working on investigating failed unit test cases at this moment and hopefully reaching the required bar in the next few months. We are posting the patches now so that we can get early feedback from the community and collaborate with other contributors who are interested in this work in the future. Thanks.

    
> Making Hive run on Windows Server and Windows Azure environment
> ---------------------------------------------------------------
>
>                 Key: HIVE-2998
>                 URL: https://issues.apache.org/jira/browse/HIVE-2998
>             Project: Hive
>          Issue Type: Improvement
>    Affects Versions: 0.7.1, 0.8.1
>         Environment: Windows Server 2008 R2 and Windows Azure
>            Reporter: Lengning Liu
>
> This is the master JIRA for improvements to Hive that would enable it to run natively on Windows Server and Windows Azure environments.  Microsoft has done the initial work here to have Hive (releases 0.7.1 and 0.8.1) running on Windows and would like to contribute this work back to the community. The end-to-end HiveQL query tests pass. We are currently working on investigating failed unit test cases. It is expected that we post the initial patches within a few weeks for review. Looking forward to the collaboration. Thanks!

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira