You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by "Jarek Jarcec Cecho (JIRA)" <ji...@apache.org> on 2012/11/24 06:04:58 UTC

[jira] [Created] (SQOOP-724) Support Table hints in Microsoft SQL Server

Jarek Jarcec Cecho created SQOOP-724:
----------------------------------------

             Summary: Support Table hints in Microsoft SQL Server
                 Key: SQOOP-724
                 URL: https://issues.apache.org/jira/browse/SQOOP-724
             Project: Sqoop
          Issue Type: New Feature
    Affects Versions: 1.4.2
            Reporter: Jarek Jarcec Cecho
            Assignee: Jarek Jarcec Cecho


Would be great to add support for table hints to Microsoft SQL Server: 

http://msdn.microsoft.com/en-us/library/ms187373.aspx

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (SQOOP-724) Support Table hints in Microsoft SQL Server

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SQOOP-724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13506058#comment-13506058 ] 

Hudson commented on SQOOP-724:
------------------------------

Integrated in Sqoop-ant-jdk-1.6-hadoop200 #334 (See [https://builds.apache.org/job/Sqoop-ant-jdk-1.6-hadoop200/334/])
    SQOOP-724 Support Table hints in Microsoft SQL Server (Revision dc4a82102ca54c37482852f1a31e365885d3539e)

     Result = SUCCESS
cheolsoo : https://git-wip-us.apache.org/repos/asf?p=sqoop.git&a=commit&h=dc4a82102ca54c37482852f1a31e365885d3539e
Files : 
* src/docs/user/connectors.txt
* src/test/com/cloudera/sqoop/manager/SQLServerManagerImportManualTest.java
* src/java/org/apache/sqoop/mapreduce/sqlserver/SqlServerExportBatchOutputFormat.java
* src/java/org/apache/sqoop/manager/SQLServerManager.java
* src/java/org/apache/sqoop/mapreduce/sqlserver/SqlServerInputFormat.java
* src/java/org/apache/sqoop/mapreduce/sqlserver/SqlServerRecordReader.java
* src/test/com/cloudera/sqoop/manager/SQLServerManagerExportManualTest.java

                
> Support Table hints in Microsoft SQL Server
> -------------------------------------------
>
>                 Key: SQOOP-724
>                 URL: https://issues.apache.org/jira/browse/SQOOP-724
>             Project: Sqoop
>          Issue Type: New Feature
>    Affects Versions: 1.4.2
>            Reporter: Jarek Jarcec Cecho
>            Assignee: Jarek Jarcec Cecho
>         Attachments: bugSQOOP-724.patch, bugSQOOP-724.patch
>
>
> Would be great to add support for table hints to Microsoft SQL Server: 
> http://msdn.microsoft.com/en-us/library/ms187373.aspx

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (SQOOP-724) Support Table hints in Microsoft SQL Server

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SQOOP-724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13505975#comment-13505975 ] 

Hudson commented on SQOOP-724:
------------------------------

Integrated in Sqoop-ant-jdk-1.6-hadoop20 #336 (See [https://builds.apache.org/job/Sqoop-ant-jdk-1.6-hadoop20/336/])
    SQOOP-724 Support Table hints in Microsoft SQL Server (Revision dc4a82102ca54c37482852f1a31e365885d3539e)

     Result = SUCCESS
cheolsoo : https://git-wip-us.apache.org/repos/asf?p=sqoop.git&a=commit&h=dc4a82102ca54c37482852f1a31e365885d3539e
Files : 
* src/test/com/cloudera/sqoop/manager/SQLServerManagerExportManualTest.java
* src/test/com/cloudera/sqoop/manager/SQLServerManagerImportManualTest.java
* src/java/org/apache/sqoop/manager/SQLServerManager.java
* src/java/org/apache/sqoop/mapreduce/sqlserver/SqlServerRecordReader.java
* src/docs/user/connectors.txt
* src/java/org/apache/sqoop/mapreduce/sqlserver/SqlServerInputFormat.java
* src/java/org/apache/sqoop/mapreduce/sqlserver/SqlServerExportBatchOutputFormat.java

                
> Support Table hints in Microsoft SQL Server
> -------------------------------------------
>
>                 Key: SQOOP-724
>                 URL: https://issues.apache.org/jira/browse/SQOOP-724
>             Project: Sqoop
>          Issue Type: New Feature
>    Affects Versions: 1.4.2
>            Reporter: Jarek Jarcec Cecho
>            Assignee: Jarek Jarcec Cecho
>         Attachments: bugSQOOP-724.patch, bugSQOOP-724.patch
>
>
> Would be great to add support for table hints to Microsoft SQL Server: 
> http://msdn.microsoft.com/en-us/library/ms187373.aspx

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (SQOOP-724) Support Table hints in Microsoft SQL Server

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SQOOP-724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13506068#comment-13506068 ] 

Hudson commented on SQOOP-724:
------------------------------

Integrated in Sqoop-ant-jdk-1.6-hadoop100 #322 (See [https://builds.apache.org/job/Sqoop-ant-jdk-1.6-hadoop100/322/])
    SQOOP-724 Support Table hints in Microsoft SQL Server (Revision dc4a82102ca54c37482852f1a31e365885d3539e)

     Result = SUCCESS
cheolsoo : https://git-wip-us.apache.org/repos/asf?p=sqoop.git&a=commit&h=dc4a82102ca54c37482852f1a31e365885d3539e
Files : 
* src/java/org/apache/sqoop/mapreduce/sqlserver/SqlServerInputFormat.java
* src/docs/user/connectors.txt
* src/test/com/cloudera/sqoop/manager/SQLServerManagerImportManualTest.java
* src/java/org/apache/sqoop/manager/SQLServerManager.java
* src/java/org/apache/sqoop/mapreduce/sqlserver/SqlServerExportBatchOutputFormat.java
* src/test/com/cloudera/sqoop/manager/SQLServerManagerExportManualTest.java
* src/java/org/apache/sqoop/mapreduce/sqlserver/SqlServerRecordReader.java

                
> Support Table hints in Microsoft SQL Server
> -------------------------------------------
>
>                 Key: SQOOP-724
>                 URL: https://issues.apache.org/jira/browse/SQOOP-724
>             Project: Sqoop
>          Issue Type: New Feature
>    Affects Versions: 1.4.2
>            Reporter: Jarek Jarcec Cecho
>            Assignee: Jarek Jarcec Cecho
>         Attachments: bugSQOOP-724.patch, bugSQOOP-724.patch
>
>
> Would be great to add support for table hints to Microsoft SQL Server: 
> http://msdn.microsoft.com/en-us/library/ms187373.aspx

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (SQOOP-724) Support Table hints in Microsoft SQL Server

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SQOOP-724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13505977#comment-13505977 ] 

Hudson commented on SQOOP-724:
------------------------------

Integrated in Sqoop-ant-jdk-1.6-hadoop23 #498 (See [https://builds.apache.org/job/Sqoop-ant-jdk-1.6-hadoop23/498/])
    SQOOP-724 Support Table hints in Microsoft SQL Server (Revision dc4a82102ca54c37482852f1a31e365885d3539e)

     Result = SUCCESS
cheolsoo : https://git-wip-us.apache.org/repos/asf?p=sqoop.git&a=commit&h=dc4a82102ca54c37482852f1a31e365885d3539e
Files : 
* src/test/com/cloudera/sqoop/manager/SQLServerManagerImportManualTest.java
* src/docs/user/connectors.txt
* src/java/org/apache/sqoop/mapreduce/sqlserver/SqlServerInputFormat.java
* src/test/com/cloudera/sqoop/manager/SQLServerManagerExportManualTest.java
* src/java/org/apache/sqoop/manager/SQLServerManager.java
* src/java/org/apache/sqoop/mapreduce/sqlserver/SqlServerExportBatchOutputFormat.java
* src/java/org/apache/sqoop/mapreduce/sqlserver/SqlServerRecordReader.java

                
> Support Table hints in Microsoft SQL Server
> -------------------------------------------
>
>                 Key: SQOOP-724
>                 URL: https://issues.apache.org/jira/browse/SQOOP-724
>             Project: Sqoop
>          Issue Type: New Feature
>    Affects Versions: 1.4.2
>            Reporter: Jarek Jarcec Cecho
>            Assignee: Jarek Jarcec Cecho
>         Attachments: bugSQOOP-724.patch, bugSQOOP-724.patch
>
>
> Would be great to add support for table hints to Microsoft SQL Server: 
> http://msdn.microsoft.com/en-us/library/ms187373.aspx

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (SQOOP-724) Support Table hints in Microsoft SQL Server

Posted by "Jarek Jarcec Cecho (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SQOOP-724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jarek Jarcec Cecho updated SQOOP-724:
-------------------------------------

    Attachment: bugSQOOP-724.patch
    
> Support Table hints in Microsoft SQL Server
> -------------------------------------------
>
>                 Key: SQOOP-724
>                 URL: https://issues.apache.org/jira/browse/SQOOP-724
>             Project: Sqoop
>          Issue Type: New Feature
>    Affects Versions: 1.4.2
>            Reporter: Jarek Jarcec Cecho
>            Assignee: Jarek Jarcec Cecho
>         Attachments: bugSQOOP-724.patch
>
>
> Would be great to add support for table hints to Microsoft SQL Server: 
> http://msdn.microsoft.com/en-us/library/ms187373.aspx

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (SQOOP-724) Support Table hints in Microsoft SQL Server

Posted by "Jarek Jarcec Cecho (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SQOOP-724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jarek Jarcec Cecho updated SQOOP-724:
-------------------------------------

    Attachment: bugSQOOP-724.patch
    
> Support Table hints in Microsoft SQL Server
> -------------------------------------------
>
>                 Key: SQOOP-724
>                 URL: https://issues.apache.org/jira/browse/SQOOP-724
>             Project: Sqoop
>          Issue Type: New Feature
>    Affects Versions: 1.4.2
>            Reporter: Jarek Jarcec Cecho
>            Assignee: Jarek Jarcec Cecho
>         Attachments: bugSQOOP-724.patch, bugSQOOP-724.patch
>
>
> Would be great to add support for table hints to Microsoft SQL Server: 
> http://msdn.microsoft.com/en-us/library/ms187373.aspx

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (SQOOP-724) Support Table hints in Microsoft SQL Server

Posted by "Cheolsoo Park (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SQOOP-724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13505961#comment-13505961 ] 

Cheolsoo Park commented on SQOOP-724:
-------------------------------------

+1.
                
> Support Table hints in Microsoft SQL Server
> -------------------------------------------
>
>                 Key: SQOOP-724
>                 URL: https://issues.apache.org/jira/browse/SQOOP-724
>             Project: Sqoop
>          Issue Type: New Feature
>    Affects Versions: 1.4.2
>            Reporter: Jarek Jarcec Cecho
>            Assignee: Jarek Jarcec Cecho
>         Attachments: bugSQOOP-724.patch, bugSQOOP-724.patch
>
>
> Would be great to add support for table hints to Microsoft SQL Server: 
> http://msdn.microsoft.com/en-us/library/ms187373.aspx

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira