FINAL REMINDER: Apache EU Roadshow 2018 in Berlin next week!

2018-06-06 Thread sharan

Hello Apache Supporters and Enthusiasts

This is a final reminder that our Apache EU Roadshow will be held in 
Berlin next week on 13th and 14th June 2018. We will have 28 different 
sessions running over 2 days that cover some great topics. So if you are 
interested in Microservices, Internet of Things (IoT), Cloud, Apache 
Tomcat or Apache Http Server then we have something for you.


https://foss-backstage.de/sessions/apache-roadshow

We will be co-located with FOSS Backstage, so if you are interested in 
topics such as incubator, the Apache Way, open source governance, legal, 
trademarks or simply open source communities then there will be 
something there for you too.  You can attend any of talks, presentations 
and workshops from the Apache EU Roadshow or FOSS Backstage.


You can find details of the combined Apache EU Roadshow and FOSS 
Backstage conference schedule below:


https://foss-backstage.de/schedule?day=2018-06-13

Ticket prices go up on 8th June 2018 and we have a last minute discount 
code that anyone can use before the deadline:


15% discount code: ASF15_discount
valid until June 7, 23:55 CET

You can register at the following link:

https://foss-backstage.de/tickets

Our Apache booth and lounge will be open from 11th - 14th June for 
meetups, hacking or to simply relax between sessions. And we will be 
posting regular updates on social media throughout next week so please 
follow us on Twitter @ApacheCon


Thank you for your continued support and we look forward to seeing you 
in Berlin!


Thanks
Sharan Foga, VP Apache Community Development

http://apachecon.com/

PLEASE NOTE: You are receiving this message because you are subscribed 
to a user@ or dev@ list of one or more Apache Software Foundation projects.





[jira] [Created] (SQOOP-3333) Change default behavior of the MS SQL connector to non-resilient.

2018-06-06 Thread Fero Szabo (JIRA)
Fero Szabo created SQOOP-:
-

 Summary: Change default behavior of the MS SQL connector to 
non-resilient.
 Key: SQOOP-
 URL: https://issues.apache.org/jira/browse/SQOOP-
 Project: Sqoop
  Issue Type: Task
Reporter: Fero Szabo
Assignee: Fero Szabo


The default behavior of Sqoop is to use a "resilient" retry mechanism in the 
SQL Server connector. However, this relies on the split-by column being unique 
and ordered ascending. This can lead to obscure errors (duplicate or missing 
records in imports / exports) and should be used only if specifically wanted by 
the users.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (SQOOP-3332) Extend Documentation of --non-resilient flag and add warning message when detected

2018-06-06 Thread Fero Szabo (JIRA)
Fero Szabo created SQOOP-3332:
-

 Summary: Extend Documentation of --non-resilient flag and add 
warning message when detected
 Key: SQOOP-3332
 URL: https://issues.apache.org/jira/browse/SQOOP-3332
 Project: Sqoop
  Issue Type: Task
Reporter: Fero Szabo
Assignee: Fero Szabo


The non-resilient flag can be used to avoid the retry mechanism in the SQL 
Server connector. The documentation only tells that it can be used in export, 
however it can be used in import as well.

Also, the feature itself relies on the implicit assumption that the split-by 
column is unique and sorted in ascending order. The users have to be warned 
about this limitation, at the very least.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)