ABCDEFGHIJKLMNOPQRSTUVWXYZAAABACADAEAFAGAHAIAJAKALAMANAOAP
1
ApacheCon Europe 2014waitlistFreeBSD: Making the daemon SupernaturalThe BSD unix-like variants have always been the center innovation and new features, that can now be considered ubiquituous or "natural" in the UNIX world: there is BSD code in commercial UNIX, In MacOS X, in the Playstation, and to some extent in Linux, Windows and many devices. FreeBSD, in particular, is backed by it's own Foundation and powers one third of the Internet traffic in the US through Netflix and is noted by distrowatch.com as the most popular non-linux based distribution.

The original objective of this talk was to present a technical view the newer, and to some extent "supernatural", features that are built into the latest versions of FreeBSD and that are important when you want to get more performance out of your applications or when making your code portable. Additionally we will make a parallel between the FreeBSD and Apache Foundations and learn share some tips.
Pedro GiffuniI am a Mechanical Engineer and I have a M. Sc. in Industrial Engineering but I have always been a hobbyist on computers and Networking. I learned to program on around the 80's and, before meeting the Internet, I was a Bitnet user.
Since my University days (late mid-90's) and I have been using FreeBSD actively in system administration and I am currently a FreeBSD developer (src committer since 2011). I also got involved recently in the Apache OpenOffice project (100 million downloads!) and I maintain the Apache Hadoop and Apache OpenOffice ports in FreeBSD.
I have given the following talks in International Events:
EuroBSDCon 2008 "Engineering Applications in FreeBSD".
ApacheconEU 2012: "IP clearance in the FreeBSD port of Apache OpenOffice".
BSDCan 2014: "Features and status of FreeBSD's Ext2 implementation".
Apache Software FoundationPresentationDeveloperpfg@apache.orgPedroGiffuni
2
ApacheCon Europe 2014
WaitlistEasy Model View Controller With Apache CXF
Model View Controller (MVC) is a well known pattern for getting the application response data bound to HTML views on the server. Many frameworks supporting MVC require developers to structure their code around specific MVC annotations or types known to such frameworks.
Apache CXF JAX-RS implementation offers a light-weight, non-intrusive way to link application responses to view handlers such as JSP with a single JAX-RS MessageBodyWriter provider. The application code relying on this provider is not coded specifically around it and can continue be a pure JAX-RS code focused on supporting various HTTP methods and data formats.
Sergey Beryozkin
I'm originally from Belarus, now live and work in Dublin, Ireland. I'm Software Architect working for Talend (www.talend.com) where my primary responsibility is to contribute to Apache projects as well as to the internal REST Tooling project. I have represented Talend in JAX-RS 2.0 Experts Group. My blog is at sberyozkin.blogspot.com. I'm Apache CXF PMC member and its JAX-RS (Java API for REST services) implementation project lead. I'm also an Apache Member. Other Apache projects I'm contributing to: Camel, Aries, Tika, as well as Apache CXF DOSGi and Fediz subprojects. I'm also the current lead of Jettison at Codehaus. Public speaking engagements: ApacheCon NA 2014, JAX-2012(Mainz, Germany).
TalendSoftware ArchitectPresentationDevelopersberyozkin@gmail.comsberyozkin
3
ApacheCon Europe 2014RejectSearching and annotating images in the WebIn this talk details about the implementation of an image search functionality for a Web Search Engine will be provided. The components of the resulting architecture and comments on the developed plugins for Nutch will be covered, demonstrating the capabilities of this two powerful systems from Apache Foundation.

The resulting system allows the automatic retrieval of images from the Web, recognition and association of the text surrounding the images making by extension the images searchable by text queries. This opens a lot of possibilities, especially when is combined with the power that Solr brings into the mix. Some of the builtin components from Solr are covered and a detail explanation on how this parts were used to enrich the user experience will be attended.
Jorge Betancourt GonzalezSearch engineer working in the University of Informatic Sciences. Working from over 2 years now in a search engine for the cuban Web. Background in web mining and analytics, NLP, Machine Learning and relevancy tuning. PresentationDeveloperbetancourt.jorge@gmail.comjorgelbg
4
ApacheCon Europe 2014RejectApache Nutch family picturesApache Nutch has two versions (trunk and 2.x) which differ in their architecture, underlying storage and functionalities. This talk will compare their performances and should help users decide which version is the most suitable for their usage based on the performance / feature trade-off.
The results of a recent Nutch user survey will also be presented, which will help understand what the community looks like, what version is used and what for. We will try to summarise the difficulties, limitations but also benefits that the users reported in this survey and answer some of the common issues and questions encountered by new users of Nutch. Finally we will cover some of the possible future developments for the project and how other Apache projects could be used to further improve Nutch.
Julien NiocheJulien Nioche is the Director of DigitalPebble Ltd, a consultancy based in Bristol, UK which specialises in open source solutions for text engineering. Julien is the VP for Apache Nutch and also a committer to various other projects (Apache Tika, Behemoth). His expertise covers web crawling, natural language processing, machine learning and search. DigitalPebble LtdDirectorPresentationDeveloperjulien@digitalpebble.comjnioche
5
ApacheCon Europe 2014RejectCreating web applications with Apache Struts2Apache Struts 2 is one of the world most used MVC based web framework.
This Talk gives a quick introduction into Struts2 and explain how Struts2 is working together with modern client side technologies, like javascript and css frameworks jQuery and Bootstrap.
As second part this talk gives an example how Struts2 is working together with client side javascript MVC frameworks like Angular JS.
Johannes GeppertMy name is Johannes Geppert, since 2009 I am a Committer/PMC of the Apache Struts Project.
I already spoke on the ApacheCon 2012 EU together with Rene Gielen.
Software DeveloperPresentationDeveloperjogep@apache.orgjogep
6
ApacheCon Europe 2014WaitlistCreating Apache OpenOffice-API-Documentation On-the-flyGiven the impressive functionality of Apache OpenOffice (AOO) a vast amount of object-oriented modeled application programming interfaces (API) is available for programming.
There is a JavaDoc-like documentation available for AOO APIs, but sometimes following the documentation links from one class to the next a programmer might get lost in the "API-forest". This presentation is about a utility that allows a programmer to create an overview documentation which gives a bird eye's view of all the classes that constitute the AOO (actually UNO, universal netword object) object in hand. The resulting writer document includes all UNO services, UNO interfaces, UNO attributes and the like, linked to the official AOO documentation. This way an AOO programmer gets an overview over the forest of classes, functionality and information that is available for the supplied AOO/UNO object.
Rony FlatscherRony Flatscher is a member at the Apache Software Foundation (ASF) and works as a professor for Information Systems at the WU Vienna. He is the author of BSF4ooRexx a cross-platform package that bridges the programming language ooRexx and Java. It includes support for Apache OpenOffice (AOO) turning ooRexx into a macro language for AOO.PresentationDeveloperrony.flatscher@wu.ac.atronyf
7
ApacheCon Europe 2014
waitlistEvolving Hive to a distributed, ANSI SQL compliant database for big data
Apache Hive has evolved from a client tool to a distributed database for big data powered by Hadoop, and during the process, much attention has been paid by the community recently to making Hive ANSI-SQL compliant. This talk will highlight the effort and summarize the major work that has been done. The gaps and future work are also outlined.
Xuefu Zhang
Xuefu Zhang has over 10 year's experience in software development. Working for Cloudera since May 2013, he spends a lot of his efforts on Apache Hive and Pig. Prior to joining Cloudera, Xuefu Zhang served for Inadco, an online ads serving company, as the chief architect. Under that role, Apache projects were widely introduced and adopted on the company's technology stack. He also worked in the Hadoop team at Yahoo when the majority of the development on Hadoop was still there. In addition, he spent his early career at Informatica, gaining important experience on enterprise software development, especially in ETL. Xuefu Zhang is a PMC member for Hive and Sentry, and a committer for Pig project.
PresentationWildcardxuefu_zhang@yahoo.comlierria
8
ApacheCon Europe 2014
WaitlistApplication Architectures with Apache Hadoop – Putting the Pieces Together Through Example
Are you looking for a deeper understanding of how to integrate components in the Apache Hadoop ecosystem to implement data management and processing solutions? Then this presentation is for you. We'll provide a clickstream analytics example illustrating how to architect solutions with Apache Hadoop along with providing best practices and recommendations for using Apache Hadoop, Apache HBase, Apache Flume, Apache Sqoop and related tools.
Mark Grover
Mark Grover is a committer on Apache Bigtop, a committer and PMC member on Apache Sentry (incubating) and a contributor to Apache Hadoop, Apache Hive, Apache Sqoop and Apache Flume. He is a Software Engineer at Cloudera.
Ted Malaska is a Senior Solutions Architect at Cloudera. Previously, he was a Lead Architect at the Financial Industry Regulatory Authority (FINRA). He has also contributed code to Apache Flume, Apache Avro, Yarn, and Apache Pig.
Jonathan Seidman is a Solutions Architect at Cloudera. Previously, he was a technical lead on the big data team at Orbitz Worldwide, He's also a co-founder of the Chicago Hadoop User Group and Chicago Big Data.
Gwen Shapira is a Solutions Architect at Cloudera. She has 15 years of experience working with customers to design scalable data architectures. Gwen is a frequent speaker at industry conferences and maintains a popular blog.
PresentationDevelopergrover_markgrover@yahoo.commgrover
9
ApacheCon Europe 2014
WaitlistApache Giraph: start analyzing graph relationships in your bigdata in 45 minutes (or your money back)!
The genesis of Hadoop was in analyzing massive amounts of data with a mapreduce framework. SQL­-on­Hadoop has followed shortly after that, paving a way to the whole schema-­on­-read notion. Discovering graph relationship in your data is the next logical step. Apache Giraph (modeled on Google’s Pregel) lets you apply the power of BSP approach to the unstructured data. In this talk we will focus on practical advice of how to get up and running with Apache Giraph, start analyzing simple data sets with built­-in algorithms and finally how to implement your own graph processing applications using the APIs provided by the project. We will then dive into how Giraph integrates with the Hadoop ecosystem (Hive, HBase, Accumulo, etc.) and will also provide a whirlwind tour of Giraph architecture.
Roman Shaposhnik
Roman Shaposhnik is a Sr. Manager Manager of Hadoop Open Source Platform at Pivotal Inc. He is a committer on Apache Hadoop, Apache Giraph and holds a Chair position in Apache Incubator projects. He is also a first time author with Manning working on the "Giraph in action" book together with two other co-authors. Roman has been involved in Open Source software for more than a decade and has hacked projects ranging from Linux kernel to the flagship multimedia library known as FFmpeg. He grew up in Sun microsystems where he had an opportunity to learn from the best software engineers in the industry. Roman's alma mater is St. Petersburg State University, Russia where he studied to be a mathematician. He is also
PresentationDeveloperrvs@apache.orgrvs
10
ApacheCon Europe 2014RejectFOSS: pieceful software evolutionOpen-source has enabled things like httpd, Linux, document processing, video communication, encryption, Hadoop, NewSQL and in-memory platforms. The variety of license model to choose from allow for thriving business community to be build around FOSS.
Data storage and processing landscape is transforming right in front of us. I am making an arguement that in the absence of an openly-available Linux OS under the GNU General Public License, Internet search as we know it wouldn’t have happened. Can you imagine Google data centers running on WindowsNT? Judge for yourself. Even better, start contributing to the evolution.

This extreme power puts a new level of responsibilities on the software develops.
Konstantin BoudnikDr. Konstantin Boudnik, Vice President of Apache, Bigtop is one of the early developers of Hadoop and a co-author of Apache BigTop, the open source framework and the community around creation of software stacks for Hadoop-related projects. With 20 years of experience in software development, Hadoop, analytics, Git, distributed systems and more, Dr. Boudnik contributed to multiple open source projects in the storage and data processingApache Software FoundationVP, BigtopPresentationWildcardlf@boudnik.orgc0s
11
ApacheCon Europe 2014
RejectMy way is Apache way
Budapast is a brand new destination for ApachCon Europe , I'm sure people who would like to what is an Apache Software Foundation and what is Apache way . As an Apache Newbie how to learn the Apache way. I'm an Apache member , mentored many organization in Apache Way and individual to learn what is apache way . For example I'm recently started with Apache kafka project and would like bring up case studies how an individual can follow absorb Apache way in nut shell and mean while promoting women contribution towards to apache projects and insprise and educate folks about apache way as a developer (My way)
Kanch Welagedara
I'm an open source evangelist,Java developer ,community person and Apache member.I have been presentation many Apache Con NA and Asia as well.Senior member of Sri Lanka FOSS community. Contributed in Apache project Axis C++ ,Geronimo and core organizer for First ever open source conference in Asia 2004 , Apache Asia 2006 Apache Asia Roadshow 2009 ,Apache barcamp 2012 and event chair fast feather track in ApacheCon Europe 2012
PresentationWildcardkanchanas@gmail.comkanchanaasf
12
ApacheCon Europe 2014RejectOpensource in an echo friendly business and technology I have been working on many of the financial Business organization which are leveraging open source for business as technical consultant .May of the business focus in open source was migrating from propitiatory , moderation resolving many of key business critical problems by using open source and facing the people thought process in all these to eye break and fruitiness were quite challenging and it's an useful information for the people who are keen on leveraging open source in business . I would be presenting many of case studies and let others know the successful stories to encourage to use open source in business as well as how to contribute back to the community ( I will bring up some abstract case studies of JPMorgan and paypal ) Also discuss the challenges faced and how we over come those in technology based and people based.Kanch WelagedaraI'm an open source evangelist,Java developer ,community person and Apache member.I have been presentation many Apache Con NA and Asia as well.Senior member of Sri Lanka FOSS community. Contributed in Apache project Axis C++ ,Geronimo and core organizer for First ever open source conference in Asia 2004 , Apache Asia 2006 Apache Asia Roadshow 2009 ,Apache barcamp 2012 and event chair fast feather track in ApacheCon Europe 2012
PresentationBusinesskanchanas@gmail.comkanchanaasf
13
ApacheCon Europe 2014RejectLocationMapperThe use case of this project was: "A user can find documents, plans, discussions and other information from the data pool regarding a geographical location of interest." The project used the Fusepool platform (https://github.com/fusepool/fusepool-platform) which itself makes heavy uses of Apache Stanbol and other Open Source Semantic Web software.Andreas KuckartzAndreas Kuckartz is involved in Apache Stanbol and has been an Early Adopter of both the IKS and the Fusepool FP7 projects. He has been a speaker at conferences such as LinuxTag and Chemnitzer Linux-Tage and also presented during a hearing in the European Parliament about decentralized Social Media. He is a chairman of the W3C Federated Social Web Community Group and participating in other W3C Commmunity Groups. He is also involved in helping to create OParl, a standard data format for parliamentary information systems.PresentationWildcarda.kuckartz@ping.deakuckartz
14
ApacheCon Europe 2014
RejectDelivery of Open Source Identity infrastructures
Nowadays most components of a full identity infrastructure are available as Open Source components - and some even within The ASF: identity repositories, provisioning engines, access management systems.

Picking these bricks to realize a solution that will suit the wide-range ever-changing organizations' needs is a real challenge for all system integrators in the Identity & Access Management area.

Some real-word use cases and scenarios will be reviewed in this presentation to highlight strengths, flexibility and benefits - but also wicked problems and possible improvements - that Open Source Identity infrastructures can provide to organizations and final users.
Francesco Chicchiriccò
My name is Francesco Chicchiriccò and I am Involved at The Apache Software Foundation:
member, Syncope PMC chair, Cocoon PMC, Olingo PMC.
Besides ASF, I am project owner of ConnId, the Hippo Cocoon Toolkit and OpenJPA Azure. I've been also contributing to some other projects like Sync4j (now Funambol), and Hippo CMS.

Few years ago, I decided to start a brand new Open Source based company, Tirasa (http://www.tirasa.net), aiming to speed up the development and the adoption of Apache Syncope.

I had the chance to speak about Apache Syncope at ApacheCon EU 2012 and ConfSL 2012.
TirasaCEOPresentationBusinessilgrosso@apache.orgilgrossoAuthorization/authentication
15
ApacheCon Europe 2014RejectInterfacing with Apache IoT NodesThe Internet of Things is creeping into legacy systems and in this hour we examine what role web service and client applications can play in the IoT. A quick tour of definitions, market movements, and industrial strategy sets the stage for deeper inspection of IoT technology. We log into a low power embedded prototyping board used in IoT research (a grant of either Galileo or Edison from Intel) and snoop around the file system, finally deploying Apache and quickly tuning for the unique IoT platform.

An in depth demonstration of a home made Apache module to drive the Arduino-compatible shield assembly of a Galileo prototyping board further illustrates theory and concepts of the first half hour. Code samples of CGI and MQTT based communications between IoT nodes are explained and related to websocket signalling. Finally, a strangely relevant 2-3 minute Hollywood clip adds a fun ending.
Michael Schloh von BennewitzMichael Schloh von Bennewitz is a computer scientist specializing in network software, mobile computing, and client server design. Responsible for research, development, and maintenance of packages in several community software repositories, Michael actively contributes to the Opensource development community.

Fluent in four languages, he speaks at technical events every year. Michael has presented for groups including Cable & Wireless, Nokia, Ubuntu, and Mobile World Congress.
LabDeveloperlinuxfound@encambio.commichaescCloud / IoT
16
ApacheCon Europe 2014RejectMachine Learning to Evolve HBase Column FamiliesFinding an optimal column-family structure for known access patterns can be seen as an optimization problem. As it cannot be exhaustively solved even for a modest number of columns, an evolution-based optimization strategy is designed. Its fitness-function for guiding evolution takes care of best designing practices, such as achieving that a data-access is column-scoped, ensuring an evenly distribution of data across column-families, and minimizing the amount of duplication.

The challenges of tuning numerous configuration parameters that control the optimization process are overcome by using Hadoop to parallelize training. Its map-tasks use training data to find a solution for a given configuration, and its reduce-tasks select the best solution based on validation data. Experiments on testing data show that the reading performance of HBase is improved with a statistical significance.
Dragan MilosevicDr. Dragan Milosevic is certified Solr/Lucene, Hadoop and HBase developer and currently works as Chief Search Architect at zanox in distributed computing team that builds a world-class reporting framework. He is author of a book “Beyond Centralized Search Engines: An Agent-Based Filtering Framework” that describes the application of several machine-learning techniques for solving cooperation and coordination challenges in distributed systems. Those principles are nicely integrated in zanox reporting framework that represents one very successful application of various Apache open-source projects. His talks on Hadoop Get Together 2010 and 2012, Buzzwords 2012, ApacheCon Europe 2012 and Lucene Revolution 2013 uncovered details about version-mismatch handling during communication, aggregation map-reduce jobs, resource-aware query routing and search analytics for guiding index-building.PresentationDeveloperdragan.milosevic@zanox.comDraganMilosevicBig Data
17
ApacheCon Europe 2014
WaitlistApache Sirona, a complete and extensible monitoring solution to rule them all.
Application monitoring has always been a major concern in companies and projects. All of us already try to mesure performances in some ways, even fully specific. Between the basic stopwatch APIs and the professional APM tools, there is a gulch.

Apache Sirona, is a simple but extensible monitoring system for any Java applications. It aims at providing a solid backbone on top of an extensible API. Perfect balance between too simple stopwatch utilities and full APM solutions, Apache Sirona make it possible to follow and understand applications from the end-user perspective to the server side.

Want to know more about profiling, monitoring, and how Apache Sirona entered into the game, then you don't want to miss this talk.
Jean-Louis Monteiro
I'm a Senior Java Enterprise Software Architect and passionate about Open Source. My experience includes banking, insurance, telecommunications and public domain. I teach Java EE 6 at the local University in France. After six years contributing Apache OpenEJB, I was invited to join the JCP and currently participates in the EJB 3.2 Expert Group. I'm a contributor of various open source projects focused mainly within the Apache Software Foundation. I'm a committer and member of the Project Management Committee (PMC) for the Apache OpenEJB project and was strong force in the creation of Apache TomEE.

I like sharing ideas, getting together with other and learning from anyone. So I like participating into conference and Java User Groups just to hear from others, but also to speak myself on different technical subjects.
TomitribeDirector of Engineering PresentationOperationsjlmonteiro@apache.orgjlmonteiroContent services/infrastructure
May be better as FFT, given it's Incubating and fairly small
18
ApacheCon Europe 2014
AcceptProposal for multitenant RBAC as Apache Project
Considerations are being made to add Fortress IAM as an Apache project. The advantages of Fortress over existing Apache security projects are it fully implements ANSI RBAC (INCITS 359). This standard brings management capability for the RBAC data. Other advantages include a standardized multitenant data model that will simplify security integration.
This session will introduce the Fortress RBAC model and discuss the ongoing efforts to include as an Apache project. It will discuss alternatives of merging with existing apache security projects. A question and answer session at the end of the talk will provide attendees with an opportunity to provide their suggestions as well.
Shawn McKinney
Principal at Symas Corporation. Software Architect and Fortress developer on the OpenLDAP engineering team. Previously held positions at FIS as lead security architect and development manager responsible for delivery of Open Source identity solutions to financial service data centers in Europe and the Americas.
speaking experience:
JavaOne:
2009 - TS4213 - Securing Web and SOA with Apache Axis, WSS4J, Spring, and OpenLDAP
2012 - BOF4803 - Open Source IAM Expert Panel, Part 1
2013
1. BOF2337 - Open Source IAM Expert Panel, Part 2
2. CON2381 - Using ANSI Role-Based Access Control to Secure Java Enterprise Applications:
http://parleys.com/play/52505709e4b0c4f11ec57651/about
2014 - CON3479 - The Anatomy of a Secure Web application using Java

LDAPCon
2011 - http://ldapcon.org/2011/index.php?site=open-source
2013 - http://www.slideshare.net/ldapcon/fortress-ldap-con2013v2
PresentationDevelopersmckinney@symas.comshawnmckinneyAuthorization/authentication
Ditch - not yet an Apache project. Would be better as FFT or BarCamp
19
ApacheCon Europe 2014
WaitlistA JCR view of the world - everything is content, everything is a tree
This talk presents a number of real-world examples of how JCR (Java Content Repository) tree structures are used to store content in heavy-duty content management systems. We'll describe a number of macro- and micro-tree structures that expose your content in a transparent, evolvable and self-documenting way.
By dissecting several example web and mobile application pages down to the content repository node and property level, we will show how JCR's combination of free-form and more structured micro-trees allows us to create simple and flexible content structures that can evolve with your application with minimal disruption.
Bertrand Delacretaz
Bertrand Delacretaz works as a Principal Scientist in the AEM R&D team at Adobe’s Basel office, using open source tools to create world-class content management and digital marketing systems. Bertrand is an active member and current Director of the Apache Software Foundation, and a frequent speaker at technical conferences including ApacheCon, TransferSummit, Berlin Buzzwords and regional AEM-related conferences.
PresentationDeveloperbdelacretaz@apache.orgbdelacretaz
Ditch - enough JCR/JackRabbit already elsewhere in trakc
20
21
ApacheCon Europe 2014
Waitlist
BlazeDS: Client Server Communication done right
Even if the currently used data exchange formats from server-to-client and client-to-server have evolved quite a bit over the years, most still have a lot of problems: Large overhead, a lot of duplicated data, inability to serialise cyclic object graphs, not strongly types, ... With AMF, a protocol intorduced by Adobe in 2002 lacks none of these problems. In this talk I would like to give an overview of BlazeDS, which is a highly optimized framework for type-safe serialization and deserialization of large Java object graphs using AMF. I want to lay special emphasis on the AMF format and how it has major advantages over the established formats and how BlazeDS is more than just a framework for Client-Server communication, but also can be used for a lot more.
Christofer Dutz
My involvment with Apache has probably started in 1999 with the Apache Cocoon project. Since then I have been involved in quite a lot of projects. When getting in touch with Adobe Flex I pretty quickly got involved with the Flexmojos project, which I used to build my Adobe Flex applications with Maven. This involvement has grown so far, that in 2012 I completely took over development and supporting the community. When Flex was donated to Apache I immediately started contributing my work to this project. Here I am currently taking care of bringing Apache Flex and Flexmojos together. Since then I have been an Apache committer and am continuing to bring Flexmojos and Apache Flex together. I have had speaking experiance at the ApacheCon North America 2014, Quest Conference 2006 (Riversaide, Ca)
C-Ware IT-ServiceSenior Java DeveloperPresentationDeveloperchristofer.dutz@c-ware.dechrisdutzSoftwareDev
22
ApacheCon Europe 2014WaitlistFixing bugs in Apache FlexApache Flex is an open source framework for easily building applications for mobile devices, the browser and desktop.

When the framework was donated to Apache, it come with an existing JIRA bug base with 1000s of open issues. In this talk I'll look at how we managed that huge big base and some advice on what we did right and what we've done wrong.

I'll go though a live coding demo showing a workflow in how to to diagnose a bug, fix it, compile the SDK, test that the fix has worked (both manually and automatically using the Mustella testing framework) and create a patch for submission in JIRA.
Justin McleanJustin Mclean has more than 15 years experience in developing web based applications and over that time has worked on hundreds of database driven web sites, mobile and desktop applications. He has seen significant changes of technology in the industry, surviving the browser wars and the dot-com bubble. Justin has a keen interest in the open source hardware movement and it's huge potential.

Justin runs his own consulting company Class Software, runs regular training courses and has spoken at numerous conferences in Australia and overseas.

In his free time he's active in the Apache Flex project project including being the release manager for several versions of Apache Flex and Flex Unit. He’s on the Apache Incubator PMC and was recently made an Apache member. He's also co-author of a book on Android mobile development and runs the IoT (internet of things) meetup in Sydney.
PresentationDeveloperjustin@classsoftware.comjmclean
23
ApacheCon Europe 2014
AverageQuickly develop rich mobile applications with Apache Cordova
With the variety of devices, platforms and functionalities in the mobile world, it is difficult for developers to quickly create and maintain mobile applications for all target platforms they are required to (Android, iOS, Windows, etc). Also, the speed to put the application in the hands of the users makes it almost an impossible task.
Apache Cordova provides a set of APIs for creating hybrid mobile applications using Web technologies (HTML 5, CSS, JavaScript) that can access functionality as a native application, such as camera, accelerometer, network, etc.
In this session, Victor Sosa will demonstrate how quickly a mobile application can be created to target different mobile platforms and that can access to native device features with reusable code using Apache Cordova and IBM Rational Application Developer.
Victor Sosa
Victor Sosa is a software engineer in IBM Rational with a diverse areas of interest, from plain Java and Javascript and other languages and frameworks to Mobile and Cloud computing. His focus is on bringing development tools to other developers to maximize their development skills into reliable applications. Victor has over 8 years of experience in software development since he graduated from Instituto Tecnologico del Valle del Guadiana in Durango, Mexico. Follow him on Twitter: https://twitter.com/sosah_victor
PresentationDevelopersosah.victor@gmail.comVictor Sosa
24
ApacheCon Europe 2014AverageJava 8: Implications on library designJava 8 contains several potentially game changing features that may significantly affect how we design/redesign libraries. This talk assembles the current known implications that java8 can have on libraries and discusses the different java8 idioms. Kristian RosenvoldJava, C# and javascript developer, working as a consultant for Oslo-based Zenior AS.

Proud nerd with an eye for mechanical sympathy, clean code and testing. Apache Maven PMC, Selenium committer. Frequent speaker at JavaZone and occasional other Oslo community events. Fluent english speaker.
PresentationDeveloperkristian.rosenvold@gmail.comkrosenvoldSoftwareDev
25
ApacheCon Europe 2014AverageApache Onami - The quest for less boilerplateIn this presentation Michael Houmark and Nino Martinez will give you an overview of the Apache Onami, and give a short introduction to Onami's subprojects.
Onami is all about less boilerplate for you by using all the goodness of Guice. Onami has a lot of different types of projects from Quartz integration to Guice lifecyle additions like warmup to the newly adopted Guava.
We will show code examples and do live code.
Nino MartinezMichael Houmark and Nino Martinez are developers taking pride in code caring and craftsmanship.
Together they have more than 26 years of combined developing experience. Nino is a PMC on Apache Onami.
Both Nino and Michael are employed at NetDesign A/S in Denmark. Both have experience at doing workshops for customers.
Nino has held several Apache Wicket meetups and done a couple of presentations on that.
PresentationDevelopernino.martinez.wael@gmail.comnmwaelSoftwareDev
26
ApacheCon Europe 2014
WaitlistTiles 3 – simple templating for complex websites
"For complex web sites it remains the easiest and most elegant way to work alongside any MVC technology."

 ––  The concept of Tiles you have from Struts could well be outdated and wrong. While at heart it remains an implementation of the composition pattern, Tiles-3 has been rewritten to be both framework agnostic and template agnostic. Mick will demonstrate that Tiles-3 is now a simpler technology, coded correctly and cleanly, that remains a solid solution to solving many of the headaches existing in modern website development. Mick will go through different templating styles and show how to minimise Tiles configuration, a common Tiles hangover. While the user community is active, and the project solid and stable, Mick hopes to also inspire and capture potential committers to the project.
mick semb wever
Programmer at FINN.no, Norway's largest classifieds website, working on core platform systems.
 Keen on all things open sourced. Cassandra MVP and an Apache Tiles PMC.
PresentationDevelopermick@semb.wever.orgmckWicket / web frameworks
27
ApacheCon Europe 2014
WaitlistAll You Need to Know About CXF JAX-RS in Camel
Apache Camel is a lightweight and powerful routing engine which can link multiple components into routes. A given route is often required to interact with 3rd party HTTP consumers and producers and Camel ships a number of HTTP-centric components supporting it. In this presentation we will analyze the way Apache CXF JAX-RS implementation can be used to HTTP-enable Camel routes with the help of Camel CXFRS component or native CXF JAX-RS endpoints.
Sergey Beryozkin
I'm originally from Belarus, now live and work in Dublin, Ireland. I'm Software Architect working for Talend (www.talend.com) where my primary responsibility is to contribute to Apache projects as well as to the internal REST Tooling project. I have represented Talend in JAX-RS 2.0 Experts Group. My blog is at sberyozkin.blogspot.com. I'm Apache CXF PMC member and its JAX-RS (Java API for REST services) implementation project lead. I'm also an Apache Member. Other Apache projects I'm contributing to: Camel, Aries, Tika, as well as Apache CXF DOSGi and Fediz subprojects. I'm also the current lead of Jettison at Codehaus. Public speaking engagements: ApacheCon NA 2014, JAX-2012(Mainz, Germany).
TalendSoftware ArchitectPresentationDevelopersberyozkin@gmail.comsberyozkinCXF
28
ApacheCon Europe 2014
AverageDecoupling and Distribution - Distributed Design at Scale
My most recent work consists of designing and developing a large distributed system that uses the "remote proxy" pattern for executing arbitrarily complex workflows in a distributed deterministic way for a Healthcare startup in Silicon Valley.

Using a set of OSGi Services inside Apache ServiceMix, with Camel mediation and routing and CXF REST services, I designed (and implemented) a finite state machine to execute, transition, and provide routing semantics for events and actions using remote agents communicate using REST, HTTP, and low-level Linux TCP/IP networking.

The agents were written in C++, using the latest C++ 11 features of multi-threading, lambdas and thread-safe queue semantics to fork, monitor, and provide management and event notification python processes deployed with Docker. The OSGi services written in Java and a couple of REST routing services written in Python.
John Dubchak
Principal Engineer, Analytics & Data Sciences at Castlight Health

I am a software architect, developer, and technology enthusiast. My most recent work consists of a large distributed system that uses the "remote proxy" pattern for executing arbitrarily complex workflows in a distributed deterministic way.

I have involved with software engineering for over 25 years including large development projects in C/C++, Java (even back in the EJB 2.1 days), Python and Javascript. I am heavily influenced by the "Software Craftsman" approach espoused by Robert Martin and believe in the purity of both design and implementation of software to prevent both "Architectural Drift" (also called decay) and code rot.

I have spoken at many User Group's both in Minneapolis MN and Silicon Valley over the years but never at a major conference.
PresentationDeveloperjohn@johndubchak.comjohndubchakCXF/OSGI
29
ApacheCon Europe 2014RejectMy way is Apache wayBudapast is a brand new destination for ApachCon Europe , I'm sure people who would like to what is an Apache Software Foundation and what is Apache way . As an Apache Newbie how to learn the Apache way. I'm an Apache member , mentored many organization in Apache Way and individual to learn what is apache way . For example I'm recently started with Apache kafka project and would like bring up case studies how an individual can follow absorb Apache way in nut shell and mean while promoting women contribution towards to apache projects and insprise and educate folks about apache way as a developer (My way)Kanch WelagedaraI'm an open source evangelist,Java developer ,community person and Apache member.I have been presentation many Apache Con NA and Asia as well.Senior member of Sri Lanka FOSS community. Contributed in Apache project Axis C++ ,Geronimo and core organizer for First ever open source conference in Asia 2004 , Apache Asia 2006 Apache Asia Roadshow 2009 ,Apache barcamp 2012 and event chair fast feather track in ApacheCon Europe 2012PresentationWildcardkanchanas@gmail.comkanchanaasf
30
ApacheCon Europe 2014RejectOpensource in an echo friendly business and technology I have been working on many of the financial Business organization which are leveraging open source for business as technical consultant .May of the business focus in open source was migrating from propitiatory , moderation resolving many of key business critical problems by using open source and facing the people thought process in all these to eye break and fruitiness were quite challenging and it's an useful information for the people who are keen on leveraging open source in business . I would be presenting many of case studies and let others know the successful stories to encourage to use open source in business as well as how to contribute back to the community ( I will bring up some abstract case studies of JPMorgan and paypal ) Also discuss the challenges faced and how we over come those in technology based and people based.Kanch WelagedaraI'm an open source evangelist,Java developer ,community person and Apache member.I have been presentation many Apache Con NA and Asia as well.Senior member of Sri Lanka FOSS community. Contributed in Apache project Axis C++ ,Geronimo and core organizer for First ever open source conference in Asia 2004 , Apache Asia 2006 Apache Asia Roadshow 2009 ,Apache barcamp 2012 and event chair fast feather track in ApacheCon Europe 2012
PresentationBusinesskanchanas@gmail.comkanchanaasf
31
ApacheCon Europe 2014
RejectConfiguration of configurable good and production follow-up in improved Apache-OFBiz OOTB
Configuration available in Apache-OFBiz OOTB is with difficulty adaptable to the industrial production other than assembly.
With a minimum of modification, it is possible to make it more flexible and offers many other possibilities of settings to adapt it to any type of production.
Secondly, this presentation will talk about production follow-up in the factory.
Production follow-up in Apache-OFBiz is enough for collecting data by the production manager, but doesn't allow a real-time seizure by operators.
The addition of a component (Free Licence) allows to make accessible features of Apache-OFBiz directly in the workshop on rugged tablets with touch screen, and so to collect data in real-time.
The presentation will show new possibilities of the configuration and will also demonstrate that Apache-OFBiz has its place in the factory.
Julien NICOLAS
Julien NICOLAS is a French developer dedicated to Apache-OFBiz. He designed and developed software solution for industries based on ERP since 2004 and with Apache-OFBiz since 2013. He is a founding member of the french community of Apache-OFBiz in France (2014). He created "Nomaka", a service and consulting company dedicated to Apache-OFBiz implementation and specialized in industrial process.
He spoke at Free Software event in Nantes in 2014 about using Apache-OFBiz for industrial process.
NomakaPresentationOperationsjulien.nicolas@nomaka.frjuliennicolas
Speakers informed us that 30 mins would be enough. Got a Reject because a reviewer decided that writing style of the pitch suggest bad verbal proficiency in English.
32
ApacheCon Europe 2014WaitlistNot 100% Pure Java: Integrating Subversion into Java ApplicationsIntegrating Apache Subversion into your Java application appears to be a daunting proposition. Attempts to do so range from wrapping the Subversion command-line client as an external tool, to using implementations of the Subversion protocol and working copy that have nothing in common with the project — all in the name of the dubious goal of keeping your code base "100% Pure Java." In this presentation we'll make a case study of a major Java-based Subversion client making the transition from (pure-Java) SVNKit to JavaHL, the Java/JNI binding to the Subversion API that is maintained by the Subversion project. We'll show that developing, debugging and distributing Java applications that depend on platform-specific code is not appreciably more complex than in the case of pure Java code.Branko ČibejBrane has been a Subversion developer and PMC member for 14 years, having joined the project soon after it started. Two years ago he began working on the project full-time as Director of Subversion at WANdisco. He is a member of the Apache Software Foundation and a regular speaker at WANdisco's annual SVN+git Live events.ASFPresentationDeveloperbrane@apache.orgbraneAsk if it can be made part of svn with branches
33
ApacheCon Europe 2014RejectBridging two different worlds: Julia and JavaJulia is a new programming language for numerical computing. In the two and a half years since its public unvieling, it has attracted a large and passionate following among the scientific programming community.

There are parts of the Java ecosystem that provide unique and high quality libraries which are difficult to find in other languages. There include packages such as POI, FOP and Tika, which provide a large amount of functionality that is hard to reproduce. In this talk Avik Sengupta discusses some of the unique features of the Julia language and shows how easy it is to make cross language calls in Julia. He dives into the implementation of Julia's JavaCall package, and shows examples of how access to some of these Java libraries provide valuable functionality to the Julia ecosystem.
Avik SenguptaAvik Sengupta is a committer to Apache POI and a contributor to the Julia Language. He maintatains various Julia packages including JavaCall and Taro. He has spoken at the Linux Bangalore and the JuliaCon confrerences among others. Avik is currently the co-founder of Algocircle, a firm attempting to bring the power of machine learning to the financial sector. PresentationDeveloperavik@sengupta.netaviksSoftwareDev
34
ApacheCon Europe 2014
WaitlistOFBiz - The not so obvious Apache Project
Apache OFBiz is, when looking at from the outside, more a suite of business applications enabling Small & Medium Enterprises to execute their day-to-day operations in the areas of e-Commerce, CRM, Supply Chain Management, Warehousing, Project Management, Accounting and Employee Self Service. Thus it is more than enabling technological solutions to perform better and more reliable.

In this presentation Pierre will explain explaining what the OFBiz project is about and what it is not. He will provide insights about technologies used. Also, an overview will be given of the business domains the OFbiz product can be applied to. Finally, insights will be shared about the challenges when working with the OFBiz product.
Pierre Smits
Pierre Smits is the founder and owner of ORRTIZ.COM and is a contributor to the OFBiz project since 2009.

He has been working as a developer, implementer, project manager and solution architect and has worked for customers as Royal Philips, De Telegraaf (media), Vanderlande Industries (logistics systems) and De Amersfoortse (insurer).

He uses various Apache products to support his own company and in propositions for his customers.
SOMONAR B.V.Founder and CEOPresentationDeveloperpierre.smits@orrtiz.comPierreSmitsIntroductory presentation
35
ApacheCon Europe 2014
WaitlistManaging the Project with Apache OFBiz
Apache OFBiz is an integrated suite of business applications for Small and Medium Enterprises, enabling uses in domains like CRM, Supply Chain Management, Manufacturing Management, Inventory and Warehouse Management, Project Management and Accounting. As such it can be used by both independent contractor and company in the sector of professional services.

Pierre will present a case study of the implementation of Apache OFBiz in a small academic research organisation working on a European project regarding dynamic manufacturing and will highlight the challenges, opportunities and business aspects the implementation faced.
Pierre Smits
Pierre Smits is the founder and owner of ORRTIZ.COM and is a contributor to the OFBiz project since 2009.

He has been working as a developer, implementer, project manager and solution architect and has worked for customers as Royal Philips, De Telegraaf (media), Vanderlande Industries (logistics systems) and De Amersfoortse (insurer).

He uses various Apache products to support his own company and in propositions for his customers.
SOMONAR B.V.Founder and CEOPresentationBusinesspierre.smits@orrtiz.comPierreSmitsThis can be combined with talk 7
36
ApacheCon Europe 2014
WaitlistApache-OFBiz ERP, modularity for customer project capitalization
Evolution and enhancement for all open source project coming from user usage. For ERP, and so Apache OFBiz, each customer project need some customizations and/or developments, how to proceed to be able to propose some "standard" contributions to OFBiz community. Working with small configurable module is one solution. This presentation will focus on all step to use this way.
This presentation will not only explain existing tools and process but also show how this methodology and the market-place associated can help to subcontract very dynamically some part of a project.
Olivier Heintz
Olivier Heintz is a French Applicative and integration Architect dedicated to Apache-OFBiz solution since 2003. He has managed multiple implementation project and contributed to Apache-OFBiz and ofbizextra (community.ofbizextra.org) a forge dedicated to extension to OFBiz, and to develop the OFBiz community in France. In 2004, he created "Nereide" a service and consulting company dedicated to Free Software ERP implementation in France. Previously he was a senior manager in CSC company, in charge of ERP - eAI integration and Baan technical integration team. He has more than 30 years of experience in manufacturing IT management and he manage ERP project since 1994. His core skills are Supply chain management, shop floor control, wip and inventory integration and accounting.
Previously, he spoke at the OFBiz track in ApacheCon US 2008 and manage the OFBiz track in ApacheCon Europe 2012.
PresentationDeveloperolivier.heintz@nereide.frholivier
37
ApacheCon Europe 2014
RejectBringing deduplication to secondary storage: Cloudstack meets Skylable SX
Object-storage is meant to be reliable and cheap.
Typically this means that you have to accept some trade-offs, but it doesn't have to be that way.
Skylable SX is a fast open-source object storage, written in C, without SPoFs, built from the ground-up to work in a distributed environment. It is extremely easy to setup and to maintain. It offers a RESTful interface for its own protocol (SX) and also for the S3 protocol.
Unlike existing object-storage solutions, Skylable SX supports deduplication and multiplexing of transfers to multiple cluster nodes.

The presentation will focus on how easy it is to add support for Skylable SX to Cloudstack as a provider of secondary storage (with a plugin) and how the SX protocol can benefit Cloudstack users by providing deduplication, incremental uploads and multiplexed transfers.
Luca Gibelli
Luca Gibelli started his adventure in the open-source world in 2002 as a cofounder of ClamAV, the leading open-source antivirus toolkit for UNIX. The project was acquired by Sourcefire which later became part of Cisco.
After 10 years in the cybersecurity industry, in 2012, Luca left ClamAV and started a new venture to solve the problem of storing massive amounts of data in private clouds. Skylable was born.

Luca presented ClamAV at many local security-focused conferences in Italy and more recently has held many presentations about Skylable at a few universities in Italy and Poland.
SkylableFounderLightning TalkOperationsluca@skylable.comnervous
38
ApacheCon Europe 2014
RejectLXC based cartridges for Apache Stratos
Apache Stratos is a highly extendible Platform as a Service (PaaS) framework which provides a cloud computing platform for running software on all major infrastructure cloud providers. Currently Stratos run computing services directly on virtual machines on Infrastructure as a Service (IaaS) platforms. In this model each computing service instance needs a dedicated virtual machine. With Linux Container (LXC) support Stratos could run multiple instances of computing services on the same VM by sharing infrastructure resources. This will dramatically reduce the infrastructure resource usage and consequently reduce the cost that needs to be spent on the IaaS. More importantly it will break the barrier of requiring an IaaS to contribute to Stratos. Once LXC support is fully implemented developers and potential users can setup a complete Stratos environment on an average notebook.
Imesh Gunaratne
Imesh is a Technical Lead at WSO2. He has a masters with a distinction in Enterprise Applications Development awarded by Sheffield Hallam University (SHU), UK, a bachelors in Information Technology awarded by Curtin University of Technology, Australia and a bachelors with special honours in Information Technology awarded by Sri Lanka Institute of Information Technology (SLIIT), Sri Lanka.
Imesh implemented a PaaS solution for Mono for his masters thesis and received an award for his work from SHU. He has also received many other awards during his bachelors for his contributions and performance. He currently contributes to Apache Stratos project at ASF as a committer and a PMC member.
Imesh has done lectures, tutorials and labs on enterprise applications development at University of Colombo, SLIIT and supervised final year research projects at University of Moratuwa, Sri Lanka.
WSO2Technical LeadPresentationDeveloperimesh.gunaratne@gmail.comimeshContent services/infrastructure
39
ApacheCon Europe 2014
WaitlistHow to build a cloud-based product using the Apache infrastructure
The presentation will introduce how to combine different Apache projects to build a cloud-based product. In this case, the Redlink platform which uses Apache Stanbol for content analysis, Apache Marmotta for data management, Apache Zookeeper as distributed configuration server, and the gateways implemented based on the Apache HTTPd. The results can then be consumed by other projects such as Apache Solr. The presentation will detail the design and technical decisions, and how the Apache projects were able to fulfill the requirements. Further details can be found at http://dev.redlink.io
Sergio Fernández
Sergio Fernández is Partner Technology Manager at Redlink GmbH, Senior Researcher at Salzburg Research, and contributor to Apache Marmotta and Apache Stanbol. Sergio is a Software Engineer specialized on applied research. His research is focused on different aspects of Web Science, where he’s mainly interested about Web Architectures, Data Integration, Social Semantic Web and Linked Data. In these years, where he has worked in some applied research institutes around Europe, Sergio has participated in large-scale European research projects as well as in W3C standardization groups. Sergio has large experience on collaborative open source development, actively cooperating with different organizations.
Redlink GmbH
Software Engineer / Partner Technology Manager
PresentationWildcardwikier@apache.orgwikiercloud
40
ApacheCon Europe 2014
RejectOars in the cloud: Running Galera within Mesos in warehousesGalera is used for synchronous replication in MySQL-verse to create
a cluster of homogenous nodes. In contrast to traditional mysql
replication, Galera offers symmetry,thus the ability to easily scale
horizontally by adding more nodes and to transparently remove nodes
when no longer required. Moreover, MySQL now has integration with other
databases/frameworks like Memcached, Hadoop, Cassandra, LevelDB. This
makes it ideal to run Galera instances within Mesos framework. When
processing is done, Galera instance can be launched right at that node,
and data loaded into rest of cluster after which this ephemeral instance
be moved. This avoids the need to copy data to all the nodes of cluster
separately and does it reliably. In addition, Marathon/Chronos can be
used to launch, manage and schedule long-running instances, bringing
them within confines of Mesos as well.
Raghavendra Prabhu
Raghavendra Prabhu is the Product Lead of Percona XtraDB Cluster/Galera (PXC)
at Percona. He joined Percona nearly 2 years ago. Before joining, he
worked at Yahoo! SDC at Bangalore for 3 years as Systems Engineer,
primarily dealing with databases (MySQL). Raghavendra's main interests include databases and operating systems,
specifically linux kernel. He also likes to contribute and has
contributed code upstream to several FOSS projects — for more details
on that visit http://wnohang.net/code.

I have spoken previously at PLMCE, FOSDEM, LCA, IEEE HiPC and WCCI conferences.
PresentationOperationsraghavendra.d.prabhu@gmail.comrprabhuCloud
41
ApacheCon Europe 2014
RejectContextual Auto-tagging of Images using the surrounding text and similar images
The number of images produced and uploaded to the internet is growing exponentially. Popular sites like Yahoo Flickr, Google Picasso are flooded. It has become a laborious and challenging process for the individuals to tag the images. Tagging images is used for many purposes that include search, discovery, navigation and organization. There are not many open sources to help solve this problem. There are image similarity finding open source like LIRE ,text analysis open sources like Apache Stanbol and so on. There are wonderful resources like Wikipedia image dumps, dbpedia ontologies, freebase ontologies to name a few. What is missing is an algorithm which uses all these resources and accomplishes semi/auto-tagging of images. Hopefully the talk ignites the community to work towards creating a great open source to address this problem. A prototype algorithm also will be presented as POC.
harish suvarna
I am working as Senior Globalization Architect in Adobe Systems Inc, San Jose, CA, USA. My job is to invent, identify, design and architect relevant text analytics solutions for Adobe Products. Some of the solutions I provided include Sentiment Engine, Emotion Engine, Auto-Tagging of documents and Content filtering technologies. I have over 25 years of software development experience in Texas Instruments, Silicon Graphics and Adobe Systems Inc. I have been granted 4 patents sofar. I am graduate of CMU, Pittsburgh in the field of Software Engineering.
PresentationDeveloperhsuvarna@gmail.comhsuvarna
42
ApacheCon Europe 2014
WaitlistExtracting Facts with Apache Stanbol
Fact Extraction is a new kind of EnhancementEngine for Apache Stanbol that can detect and extract features -{slot}={value(s)} pairs such as "color: red", "start-time: 15:30", "operation temperature: -15 to 45°C" from texts; This presentation will first describe the concept of the engine and how it integrates in the enhancement workflow. The second part will present supported features and value types of the engine. The third part shows how to configure the engine with domain specific features based on a real world example. The presentation will conclude with a demonstration of the engine.
Rupert Westenthaler
Rupert Westenthaler is co-founder of Redlink GmbH, Researcher at Salzburg Research and contributor to Apache Stanbol as well as some other Apache projects. Rupert is a Software Engineer specialized on applied research. His main interests are Natural Language Processing, Information Extraction, Semantic Web and Linked Data. In recent years he worked in several large-scale European research projects in those areas. He has large experience on collaborative open source development, actively cooperating with different organizations.
Salzburg ResearchResearcherPresentationDeveloperrupert.westenthaler@gmail.comwestei
43
ApacheCon Europe 2014
RejectEnterprise Integration Patterns in Apache Stanbol
EIP can be explained as a set of accepted solutions to recurring problems within a given context. These patterns help developers and architects describe and develop robust integration solutions more rapidly and reliably. Apache Stanbol provides a set of reusable components for Semantic Content Management. One of such components is the Enhancer, which can be used to extract features from different types of content. With EIP-Stanbol integration using Apache Camel, all the well-known EIP are available in Stanbol providing access to a set of useful tools. Moreover the EIP integration brings to Stanbol the possibility of running in a standalone way, in the sense that it could act by its own (requesting content, enhancing and sending it) as opposite to the current REST approach.
This integration is being done as part of the GSoC 2014
https://github.com/adperezmorales/stanbol-camel-workflow/
Antonio David Perez Morales
I am a Senior Software Engineer working at the R&D division of Zaizi. Computer Engineer and M.Sc Software Engineer and Technology, I have a broad experience in Analysis, Design, Development and Integration of enterprise web, mobile and cloud applications. I have worked several years with Digital Identity, Security and Semantic techologies over web applications and CMS, participating in several European projects. Currently I'm specialised mostly in search and semantic technologies. I also contribute to Apache projects related to semantic technologies, being committer of Apache Stanbol. Currently at Zaizi, I'm involved in the development of an advanced enterprise search engine with semantic capabilities and also participating in european projects like MICO (www.mico-project.eu)

I have participated in some european conferences like ECIR 2014, Alfresco summit and Drupalcamp.


PresentationDeveloperadperezmorales@gmail.comadperezmorales
44
ApacheCon Europe 2014AverageHow to create a Gora-powered MapReduce project from scratchAlthough there are various ORM frameworks for relational databases, data modeling in NoSQL data stores differ profoundly from their relational cousins. Regarding to this, Apache Gora is a framework which gives the user an easy-to-use in-memory data model and persistence for big data framework with datastore specific mappings and built in Apache Hadoop™ support. In this tutorial, firstly you will learn about preparing Avro schemas for the data model. Next in order, implementing a basic Gora-powered MapReduce application will be demonstrated. During the implementation, you will also get experience of switching easily between different NoSQL data stores (eg. HBase, Cassandra). Alparslan AvcıAlparslan Avcı is a software engineer who is working as a team-member in AGMLab and developing a large-scaled distributed web crawler for the search engine project of the company. The specified crawler is based on Apache Nutch and works on Hadoop cluster. He regularly contributes to some open-source projects under Apache Software Foundation. He is also a PMC member and committer at Apache Gora. In addition, he spent his early career at Asseco SEE, gaining important experience on enterprise software development. Alparslan presented many times in both academic conferences and enterprise company trainings during his career.TutorialDeveloperalparslanavci@gmail.comalparslanavci
45
ApacheCon Europe 2014
RejectExpanding Apache Ambari to include Apache Spark
Apache Ambari is the only open-source Hadoop Console. As the Big Data revolution continues to rapidly evolve, so do the tools used to analyze the data at hand.
This talk will focus on expanding Ambari to include a new stack service, Apache Spark, in two varieties. One, as a service available within the current core Hadoop services and secondly, as a stack service of it's own. Thus changing the way we think of processing data with Hadoop. The second option allowing users more freedom by separating the ties between the compute and storage layer. This flexibility affording the capability to run a cluster within OpenStack and analyze data across multiple networked storage repositories.
Erin Boyd
Erin Boyd currently works as a Principle Engineer working in the CTO office at Red Hat. She is involved in contributing to the Big Data initiative and Hadoop Compatible File Systems. She has worked on integration with Ambari and GlusterFS. She is a contributor for Apache Ambari. Prior to Red Hat, Erin worked at IBM for 13 years working on Distributed Solutions and Analytics. She has a Master's Degree in Computer Science from the University of Alaska Fairbanks.
PresentationDevelopereboyd@redhat.comerinboyd(Weak Accept - Chris Mattmann)Sounds like configuring Hadoop and expanding it to configure Spark. Not too exciting IMO.
46
ApacheCon Europe 2014
WaitlistApache HBase: Where online meets low latency
HBase is an online database; response latency is critical. This talk will examine sources of latency in HBase, detailing steps along the read and write paths. We’ll examine the entire request lifecycle, from client to server and back again. We’ll look at the different factors that impact latency, including GC, cache misses, and system failures. We’ll also highlight some of the work done in 0.96+ to improve the reliability of HBase. The talk is for people who want to know what to expect out of HBase when it comes to applications with low latency requirements.
Nick Dimiduk
Nick Dimiduk is an HBase committer and an author of HBase in Action. He works on the HBase team at Hortonworks where his focus is on usability and performance. His involvement in Hadoop and HBase communities started in 2008 when his nightly ETL jobs were taking 20+ hours. Since then, he has applied Hadoop and HBase to projects over social media, social gaming, click-stream analysis, climatology, and geographic data. Nick also helped establish Seattle’s Scalability Meetup and tried his hand at entrepreneurship.
PresentationDeveloperndimiduk@gmail.comndimidukBig Data(Weak Accept - Chris Mattmann)
Another HBASE talk - this one on low latency - sounds interesting, but also going to talk about features like the 2 prior talks on HBase do too.
47
ApacheCon Europe 2014
waitlistHive on Spark
Apache Hive has become de facto standar SQL on big data in Hadoop ecosystem. With its open architecture and backend neutrality, Hive queries can run on MapReduce and Tez. On the other hand, Apache Spark as an open-source data analytics cluster computing framework has gained significant momentum recently. Marrying the two, that is, providing a new execution engine to Hive, has many benefits for Spark users and Hive users. This presentation will talk about the motivation, design principles, architecture, etc. followed by a demo.
Xuefu Zhang
Xuefu Zhang has over 10 year's experience in software development. Working for Cloudera since May 2013, he spends a lot of his efforts on Apache Hive and Pig. Prior to joining Cloudera, Xuefu Zhang served for Inadco, an online ads serving company, as the chief architect. Under that role, Apache projects were widely introduced and adopted on the company's technology stack. He also worked in the Hadoop team at Yahoo when the majority of the development on Hadoop was still there. In addition, he spent his early career at Informatica, gaining important experience on enterprise software development, especially in ETL. Xuefu Zhang is a PMC member for Hive and Sentry, and a committer for Pig project.
PresentationDeveloperxuefu_zhang@yahoo.comlierria(Weak Accept - Chris Mattmann)Main concern here is that it's another talk about Spark and another talk from someone from the same company - also never really seen this developer talk.
48
ApacheCon Europe 2014
WaitlistApache HBase for Architects
Your application is out-growing its database. You've started shopping NoSQL options. HBase, Cassandra, Riak, Mongo, Redis -- which one to choose? Maybe you've adopted Hadoop into your Data Warehouse. You've heard HBase might be an appropriate technology, but you need to know more. This talk is for you. To understand when to use HBase, first understand how it works. This talk explores the design of HBase and its critical paths to ground an understanding of its use.
Nick Dimiduk
Nick Dimiduk is an HBase committer and an author of HBase in Action. He works on the HBase team at Hortonworks where his focus is on usability and performance. His involvement in Hadoop and HBase communities started in 2008 when his nightly ETL jobs were taking 20+ hours. Since then, he has applied Hadoop and HBase to projects over social media, social gaming, click-stream analysis, climatology, and geographic data. Nick also helped establish Seattle’s Scalability Meetup and tried his hand at entrepreneurship.
PresentationDeveloperndimiduk@gmail.comndimiduk(Weak Accept - Chris Mattmann)Not really sure how this talk is different from Enis's - we should only pick one of these.
49
ApacheCon Europe 2014
RejectYARN over MR1 - An operational win
YARN is the new resource management and execution framework of Apache Hadoop. This talk provides an architectural overview of YARN and how it leads to improved scalability, cluster utilization and multi-tenancy. The talk also covers YARN's reliability and other operational aspects of running and supporting YARN clusters. It makes a case for migrating to YARN, particularly from MapReduce v1. The talk concludes with an update on key features in YARN currently under development.
Karthik Kambatla
Karthik Kambatla is a Software Engineer in the Resource Management team at Cloudera. As a committer on the Apache Hadoop project, he focuses on YARN and MapReduce. He has a Masters degree in Computer Science from Purdue University and is enrolled in their PhD program.

Karthik's speaking experience comes from presenting his work at academic conferences. Most recently, he presented "High Availability in YARN" at the Hadoop Summit '14.
PresentationWildcardkasha@apache.orgkashaBig Data(Reject - Chris Mattmann)Another talk on YARN and we already have a few - not really sure about the distinguishing feature on this one plus am not familiar with the speaker.
50
ApacheCon Europe 2014
RejectConsensus based replication for HBase
HBase is a distributed, scalable, big data store that is often used as the database for real time, and near real time, Big Data applications. HBase availability disruptions result in non-responsive applications, data loss etc. In this presentation, the two main areas of HBase availability concerns, namely the Region Server and the HBase master are analyzed. The use of a Paxos based co-ordination system to provide multiple active Region Servers per Region is presented. The role of the HBase Master, and a robust system for providing multiple active HBase Masters are considered here.
Konstantin Boudnik
Dr. Konstantin Boudnik, Vice President of Apache Bigtop, is one of the early developers of Hadoop and a co-author of Apache BigTop, the open source framework and the community around creation of software stacks for Hadoop-related projects. With 20 years of experience in software development, Hadoop, analytics, Git, distributed systems and more, Dr. Boudnik contributed to multiple open source projects in the storage and data processing
Apache Software Foundation
VP, BigtopPresentationDeveloperlf@boudnik.orgc0s
51
ApacheCon Europe 2014
RejectApache Hadoop YARN Rolling Upgrade
Apache Hadoop YARN is distributed OS for big data engines which enables the Hadoop compute layer to be a common resource-management platform that can host a multitude of applications. It has great scalability that can be up to thousands of nodes which also bring challenges to maintainability of cluster, especially for upgrade process.
In this talk, we’ll first analyze the challenges for previous upgrade model of Apache Hadoop YARN to understand what is pain point for users to do upgrade on a large YARN cluster. Then, we move to discuss our solutions of rolling upgrade and work in apache hadoop community, include: work preserving work during ResourceManager and NodeManager restart, deploy multiple version of MR jars on the same cluster via distributed cached and handling compatibility of versions for RPC protocol, layout of persistent data or even security tokens.
Junping Du
Junping Du is Apache Hadoop Committer and software engineer in Hortownworks. Before joining Hortownworks, he is staff engineer of VMware and work on couple of projects related to cloud computing and big data.
PresentationDeveloperdujunping@gmail.comJunpingDu
52
ApacheCon Europe 2014
RejectApache Bigtop: saving the day for Spark and others
Building a working data processing stack using open source or commercial components is a challenging and highly complex task. Multiple often conflicting dependencies, many development teams with different release trains might dictate a substantial coordination effort. A constant flow of new features, bug fixes, and other changes are almost a disaster in making when it comes to the regression and quality control at any stage between development and production environment. Businesses with internal development teams are facing the issues with integration points of their deliverables into the bigger, company wide data platform software. The problem is exaggerated by exponential growth of the standard libraries and transient dependencies. Oftentimes, it is next to impossible to create a well controlled and reproducible system environment in all stages of the platform life-cycle.
Konstantin Boudnik
Dr. Konstantin Boudnik, Vice President of Apache, Bigtop is one of the early developers of Hadoop and a co-author of Apache BigTop, the open source framework and the community around creation of software stacks for Hadoop-related projects. With 20 years of experience in software development, Hadoop, analytics, Git, distributed systems and more, Dr. Boudnik contributed to multiple open source projects in the storage and data processing
Apache Software Foundation
VP, BigtopPresentationDeveloperlf@boudnik.orgc0s
53
ApacheCon Europe 2014
RejectNamed Entity Resolution using OpenNLP: research and industrial applications for Big Data Processing
We present a modular set of Natural Language Processing tools (ixa-pipes) which provide easy access to NLP technology. It offers robust and efficient linguistic annotation to both researchers and non-NLP experts with the aim of lowering the barriers of using NLP technology either for research purposes or for small industrial developers and SMEs. In addition to using Apache OpenNLP API, the tools in ixa-pipes (ixa2.si.ehu.es/ixa-pipes) are based on a data-centric architecture which makes it easy to pick and change or even replace different components. In this talk we will also present how we obtain competitive research results in several NLP for 5 languages as well as its application in big data processing based on Storm, UIMA and JRuby in several European projects. We will also describe the cross-fertilization between ixa-pipes and OpenNLP for current and future work.
Rodrigo Agerri
I am a relatively new Apache OpenNLP committer and on my day-job I am a Research Fellow in Natural Language Processing at the University of the Basque Country (UPV/EHU) (http://www.rodrigoagerri.net). I am interested in open source software in general and OpenNLP in particular for both research and industrial applications. I am currently working at the European Projects OpeNER (http://www.opener-project.org) and NewsReader (http://www.newsreader-project.eu), were we use technology from OpenNLP and from other Apache projects such as Storm for Big Data processing in Natural Language Processing. I usually participate in scientific NLP conferences (e.g., EACL and LREC this year) but it is my first time in a conference of the ApacheCon type. I firmly believe in cross-fertilization between academic prototypes and open-source projects such as OpenNLP to advance of NLP technology for all.
PresentationDeveloperragerri@apache.orgragerri
54
ApacheCon Europe 2014
RejectIndexing for faster HBase queries via Phoenix
Phoenix provides SQL skin over HBase, a very popular data store due to its tight integration with Hadoop. Phoenix is delivered as a client-embedded JDBC driver, that compiles SQL into native HBase calls.
Query latencies can however be high sometimes, specially when querying tables on column values. This can also have other undesirable side effects - like timeouts at client, or lease expiries.
Phoenix supports global indexes, and recently added support for local indexes(region level) . The indexes are used for various queries, like equals and range condition scans, and can turn full table scans to point/range scans.
In this session, we will learn about global and local index capability in Phoenix, and the scenarios where each of the options is suitable. We will also dive into technical details of the local index implementation - how region level indexes are stored in a separate table.
Rajeshbabu Chintaguntla
Rajesh is committer for Apache HBase and Apache Phoenix contributor. He is a Senior Software Engineer with Huawei in their Bangalore R&D Center, and works on enhancements and stabilization of HBase and Phoenix to meet needs of Telco customers. His recent focus has been the development of secondary indexes, which Huawei recently open sourced.
PresentationDeveloperchrajeshbabu32@gmail.comchrajeshbabu
55
ApacheCon Europe 2014
RejectApache Pig as a platform for Datascience
Apache Pig is a platform for analyzing large data sets that consists of a high-level language for expressing data analysis programs, coupled with infrastructure for evaluating these programs. In addition, it provides for extensibility by way of User Defined Functions. There are some third-party libraries for Pig geared for use by Data Scientists. In this talk, I will explore how to integrate popular libraries with Apache Pig to provide a robust environment to do data science. I will explore gaps and potential improvements that can be had based on our experience using Pig as a tool for data science. In particular, we will focus the role of Pig as a data aggregation tool as well as a platform to evaluate machine learning models at scale.
Casey Stella
I am currently a principal architect in the consulting organization at Hortonworks. I primarily work with the Apache Hadoop software stack. I specialize in writing software and solving problems where there are either scalability concerns due to large amounts of traffic or large amounts of data. I have a particular passion for data science problems or any thing vaguely mathematical. As a Principal Architect focused on data science, I spend time with a variety of clients, large and small, mentoring and helping them use Hadoop to solve their problems. I have specialized in the past in Oil & Gas and Healthcare. I have previously spoken at the Hadoop Summit 2013 in the Data Science track as well as at HBaseCon 2012.
PresentationDevelopercstella@hortonworks.comcestellaBig Data
56
57
ApacheCon Europe 2014RejectBigPetStore : A polyglot blueprint bigdata app.BigPetStore is a polyglot big data blueprint which can be used for integration testing & demoing of various animals in the hadoop ecosystem - from the bottom up. Going beyond word count : It exemplifies the lifecycle of data, low-level aspects of the hadoop API, and provides an application template that is modular and extensible for newcomers to the hadoop ecosystem. BigPetStore includes a data set generator which scales from 10 bytes to several Terabytes (and theoretically, even more), and processing hooks which demonstrate how to use Pig, Mahout, and Hive in a cluster in order to solve a "real world" problem. Finally - the BigPetStore web app demonstrates how we can visualize the data derived from a hadoop cluster to derive insight. By combining all these attributes with graphviz documentation, and maintaining BigPetStore as part of a top level apache project (in apache bigtop). jay vyasI'm a BigData engineer at Red Hat, working on file system interoperability and testing of hadoop clusters under different configurations. I'm a commiter on Apache BigTop and have contributed code to Apache Hadoop. I'm currently working on making it easier to use Apache BigTop to test varying workloads in clusters on different FileSystem implementations at scale. Previous experience includes machine learning, andI've given talks to several academic circles during my doctoral work in Bioinformatics, at the University of Connecticut. Lightning TalkDeveloperjayunit100@gmail.comjayunit100
58
ApacheCon Europe 2014WaitlistBlockCache 101This session examines the BlockCache. You'll learn what the BlockCache does and its role in the HBase read path. We'll look at the important metrics and when and why to consider a non-default configuration.Nick DimidukNick Dimiduk is an HBase committer and an author of HBase in Action. He works on the HBase team at Hortonworks where his focus is on usability and performance. His involvement in Hadoop and HBase communities started in 2008 when his nightly ETL jobs were taking 20+ hours. Since then, he has applied Hadoop and HBase to projects over social media, social gaming, click-stream analysis, climatology, and geographic data. Nick also helped establish Seattle’s Scalability Meetup and tried his hand at entrepreneurship.Lightning TalkOperationsndimiduk@gmail.comndimiduk
59
ApacheCon Europe 2014WaitlistMeet the Wicket CommunityIn this Birds of a Feather we provide a way for you to engage with some of the core developers and other Wicket community members present at this conference. We can discuss any topics that is Wicket related: current problems, new developments, handy dandy frameworks and libraries, the future of Wicket, other Apache projects that are using Wicket, etc. Martijn DashorstMartijn Dashorst has been involved with Apache Wicket since it was made open source over ten years ago. He is a proud developer for over 17 years. At Topicus he helps maintain and create Wicket applications for the majority of educational professionals in the Netherlands. Martijn has evangelised Wicket at numerous conferences, including JavaOne, Devoxx and ApacheCon.Topicus B.V.Software engineerBoFsDeveloperdashorst@apache.orgdashorst
60
ApacheCon Europe 2014RejectTowards Teaching Cyber-Physical Systems with Apache Virtual Computing LabThe Apache Virtual Computing Lab (VCL) moves higher education computing labs into an academic cloud. Students can request preconfigured computing environments on a self-service portal; VCL then allocates fresh virtual machine instances of the environments for the user and presents remote connection information on the portal. The migration of key, purely “desktop” assignments to VCL was a success at BME DMIS; still, there are a number of gaps in VCL capabilities for a complete IT system engineering curriculum.
The presentation briefly introduces VCL, discusses experiences of the initial departmental rollout at BME DMIS and presents the custom modules that enable a) OpenStack over VCL (“cloud on cloud”) reservations for teaching cloud computing and b) embedding physical measurement setups into VCL reservations via cloud-attached Raspberry Pi-s for teaching cyber-physical systems.



Imre KocsisImre Kocsis is an assistant lecturer at the Department of Measurement and Information Systems (DMIS), Budapest University of Technology and Economics (BME), Hungary. He led the very successful Apache Virtual Computing Lab (VCL) rollout project at the department and is currently managing VCL-related internal research and development.
His other academic and industrial projects tend to focus on solving IaaS cloud dependability, performance and capacity problems with measurement-based data analysis. Apart from teaching cloud, dependable and autonomic computing and Big Data analysis techniques and presenting papers at conferences, he is also a regular presenter at the “Budapest Users of R Network” meetup.
Department of Measurement and Information Systems, Budapest University of Technology and Economicsassistant lecturerPresentationWildcardikocsis@mit.bme.huikocsis
61
ApacheCon Europe 2014WaitlistCouchDB — Distributed Data Storage for EveryoneDistributed programming is hard. CouchDB aims to address multi-master data synchronisation and make it accessible to a wider audience of programmers.

This talk explains the principles behind CouchDB’s powerful data synchronisation engine and follows up with a look at a number of different use-cases where it solves real world problems.

Where applicable, we look at satellite projects PouchDB, TouchDB and BigCouch, the in-browser, mobile-OS, and BigData implementations of CouchDB replication.
Jan LehnardtJan Lehnardt is an Open Source developer. He works on all parts of the web stack and tries to make things easier for everyone. He’s a core contributor to Apache CouchDB and Hoodie, a co-curator for JSConf EU and lives in Berlin.

Jan has spoken at over 150 conferences and other events in the past seven years. For a small excerpt, see http://lanyrd.com/profile/janl/sessions/
PresentationDeveloperjan@apache.orgjanlehnardt
62
ApacheCon Europe 2014RejectGo type-safe with DeltaSpikeDeltaSpike is a grouped effort made by the community to have the best set of CDI extensions. Rafael will show an overview on DeltaSpike project, focusing on the features that will boost your project's productivity and show what are the best practices to avoid pitfalls. Stay in tune with this amazing project and what it can do for you.Rafael BenevidesRafael is passionate about productivity software development, agile, opensource and coffee; not necessarily on this order. Actually lives in Brasília where he has worked on many Brazilian government software projects and also giving talks about the projects that he have been working on conferences like TDC Brazil and JBoss In Bossa. He's also a JBoss Senior Software Engineer at Red Hat, responsible for "JBoss Developer Materials" and DeltaSpike committer. PresentationDeveloperrafabene@gmail.comrafabene
63
ApacheCon Europe 2014RejectOak, the architecture of Apache Jackrabbit 3.0Apache Jackrabbit is just about to reach the 3.0 milestone based on a new architecture called Oak. Based on concepts like eventual consistency and multi-version concurrency control, and borrowing ideas from distributed version control systems and cloud-scale databases, the Oak architecture is a major leap ahead for Jackrabbit. This presentation describes the Oak architecture and shows what it means for the scalability and performance of modern content applications. Changes to existing Jackrabbit functionality are described and the migration process is explained.
Michael DürigMichael Dürig is a key developer of Jackrabbit Oak and has been deeply involved in the project as of its inception. He is the PMC chair of Apache Jackrabbit and a frequent contributor to other Apache projects.

Michael has presented at conferences like Jazoon, ScalaDays, .adaptTo() and several smaller and less formal venues. He works as a senior developer for Adobe Research Switzerland.
PresentationDevelopermduerig@apache.orgmduerig
64
ApacheCon Europe 2014WaitlistState of JavaEE on OSGiOSGi and JavaEE both are very interesting standards but they lived separately for too long. Since recently it is possible to use the JavaEE programming model in simple OSGi bundles. This brings a great enterprise development model to OSGi and a great modularity and deployment model to JavaEE. This talks shows how JavaEE can be used in OSGi in practice and where there are still problems.Christian SchneiderChristian Schneider is committer at Apache CXF, Apache Camel, Apache Karaf and Apache Syncope.
Christian is an Open Source Architect on Talend's Application Integration division. He was the responsible architect for the Services Oriented Architecture of EnBW Trading GmbH (Trading floor of one of Germany's largest utility companies). He also has a history of expertise in Java and systems integration. He lives with his wife Patricia and daughters Lara and Emily in the southern part of germany.
Lightning TalkDeveloperchris@die-schneider.netcschneider
65
ApacheCon Europe 2014RejectEnterprise development with Apache KarafApache Karaf is an enterprise grade application server for running OSGi applications. This presentation will give you an idea of how to build Enterprise Applications with Apache Karaf. Achim Nierbeck will cover a broad range of possibilities to use Apache Karaf in an enterprise environment. For example how to combine JPA, web-development and Clustering, all based on the Open-Source tools Apache Karaf, OPS4j Pax Web and Apache Karaf Cellar.Achim NierbeckAchim Nierbeck is a senior developer and architect. He is committer and PMC of the Apache Karaf Project an OSGi Application Server. Supporting Apache Karaf he is also the project lead of the OPS4j Pax Web project. Besides working on those OpenSource projects in his free time, he also bloggs and writes. He has been publishing articles in german JavaMagazin and is co-author of the Apache Karaf Cookbook.PresentationDeveloperanierbeck@apache.organierbeck
66
ApacheCon Europe 2014RejectApache Karaf for enterpriseApache Karaf becomes more and more popular and the new 3.0.x releases have been an important step forward for to increase the adaption of Karaf in enterprise.
This talk will introduce the new features provided in Karaf 3.0.x and how they answer to the enterprise needs. It will also introduce the new features coming in the roadmap.
Jean-Baptiste OnofréJean-Baptiste is an Apache Software Foundation Member. He's involved in different projects, from OSGi middleware (Karaf, ...), ESB ecosystem (ActiveMQ, Camel, ...), to BigData (Falcon). JB is PMC chair for Apache Karaf, PMC for ServiceMix, ACE, Incubator, Syncope, and committer for ActiveMQ, Camel, Archiva. Lightning TalkDeveloperjbonofre@apache.orgjbonofre
67
ApacheCon Europe 2014RejectApache Falcon with Camel, ActiveMQ, Karaf for CDC in HadoopApache Falcon is a framework for simplifying data management and pipeline processing in Apache Hadoop. It enables users to automate the movement and processing of datasets for ingest, pipelines, disaster recovery and data retention use cases. Instead of hard-coding complex dataset and pipeline processing logic, users can now rely on Apache Falcon for these functions, maximizing reuse and consistency across Hadoop applications.

Apache Falcon simplifies the development and management of data processing pipelines with introduction of higher layer of abstractions for users to work with such as Data Sets, Process and Infrastructure entities that are expressed using declarative language.

In combinaison with Camel, ActiveMQ and Karaf, it allows to implement a complete and flexible CDC and process notification solution for Hadoop clusters.
Jean-Baptiste OnofréJean-Baptiste is an Apache Software Foundation Member. He's involved in different projects, from OSGi middleware (Karaf, ...), ESB ecosystem (ActiveMQ, Camel, ...), to BigData (Falcon).
JB is PMC chair for Apache Karaf, PMC for ServiceMix, ACE, Incubator, Syncope, and committer for ActiveMQ, Camel, Archiva.
Lightning TalkDeveloperjbonofre@apache.orgjbonofre
68
Wicket / Web Frameworks
WaitlistAcceptThe Apache Way
The "Apache Way" is the process by which Apache Software Foundation projects are managed. It has evolved over many years and has produced over 100 highly successful open source projects. But what is it and how does it work?

In this session we'll discover at how an Apache project is (and isn't!) managed. We will see how the foundation provides an technical and legal infrastructure for each project, and how the Apache Way provides the governance scaffolding for individual projects. This provides the framework for Apache projects which are then free to apply the Apache Way to ensure their project succeeds.

Having attended this session you will have a better understanding of the inner workings of both the foundation and its projects. With this understanding you will be better equipped to engage with and benefit from Apache projects.


New committers, old hands, people wondering about how to get involved in Apache


Help teach more people about what makes Apache special, and the ways you can (and should!) get involved


Beginner
Nick Burch
Nick began contributing to Apache projects in 2003, and hasn't looked back since! Most of the projects Nick has worked in belong in the "Content" space, such as Apache POI (ex-PMC Chair), Apache Tika and Apache Chemistry. As well as coding projects, Nick is also involved in a number of foundation-wide activities, including Conferences, Travel Assistance, Community Development and the Incubator.

Nick works a the CTO at Quanticate, a Clinical Research Organisation (CRO) with a strong focus on data, stastics and medical writing.

Nick has spoken at most ApacheCons since 2007, and is often to be found speaking about or around Apache projects and the ASF at industry events.
PresentationBusinessnick@apache.orggagravarr0
69
ApacheCon Europe 2014RejectedA semantic REST API for extracting, tramsforing and lifting data[Linked Data Track]

As Part of the Fusepool P3 Project we present two Semantic REST APIs designed to transform and semantically enrich data.

- https://github.com/fusepoolP3/overall-architecture/blob/master/data-transformer-api.md
- https://github.com/fusepoolP3/overall-architecture/blob/master/transforming-container-api.md

The usage of Semantic REST APIs allow usage and implementation in different environment. We provide implementations based on different apache technologies,

I would like to introduce the motivation of these APIs and how they can be used in and implemented with various Apache products, e.g. Stanbol, Marmotta, Clerezza.

The presentation shall also give an introduction to semantic services and how apache technologies can be used to implement scuh serices.
Reto Gmür- Passionate about the Web and the Linked Data
- Currently working for the Berne University of Applied Science on the Fusepool P3 Project
- Presented Apache Fusepool at ApacheCon US in 2014
- Presented Apache Clerezza at ApacheCon EU in 2012
- Several Earlier presentations in the Semantic Web field
- Author of the book Instant Apache Stanbol (Packt Publishing)
- Active in Apache Clerezza and Apache Stanbol
- Member of the Apache Software Foundation
University of BernDeveloperPresentationDeveloperme@farewellutopia.comreto
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100