1 / 20

DISTRIBUTED DATA FLOW WEB-SERVICES FOR ACCESSING AND PROCESSING OF BIG DATA SETS IN EARTH SCIENCES

DISTRIBUTED DATA FLOW WEB-SERVICES FOR ACCESSING AND PROCESSING OF BIG DATA SETS IN EARTH SCIENCES. A.A. Poyda 1 , M.N. Zhizhin 1 , D.P. Medvedev 2 , D.Y. Mishin 3 1 NRC " Kurchatov Institute", Moscow, Russia 2 Geophysical Center RAS, Moscow, Russia

elliot
Download Presentation

DISTRIBUTED DATA FLOW WEB-SERVICES FOR ACCESSING AND PROCESSING OF BIG DATA SETS IN EARTH SCIENCES

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. DISTRIBUTED DATA FLOW WEB-SERVICES FOR ACCESSING AND PROCESSING OF BIG DATA SETS IN EARTH SCIENCES A.A. Poyda1, M.N. Zhizhin1, D.P. Medvedev2, D.Y. Mishin3 1NRC "Kurchatov Institute", Moscow, Russia 2Geophysical Center RAS, Moscow, Russia 3Johns Hopkins University, Baltimore, USA

  2. The Big Data problem in Earth sciences

  3. Big Data problem in Earth sciences • Storage problem: remote access is required. • Data request problem: timeout or insufficient memory when requesting big data blocks. • Data processing problem: processing of big data volumes may lead to disk swapping resulting in dramatic performance decrease. • Optimization of data access and processing is required.

  4. Data model for Earth sciences Vis5D time-space-parameter animation

  5. Data access and processing optimizations in Earth sciences • Data access parallelization • Migration to data-flow / block-stream data access • Data store optimization • Migration to distributed data-flow processing

  6. Data access parallelizationOpenStackSwift Fault-tolerant, distributed object or blob storage with continuity support • Works as data container • Supports fault-tolerance and data replication • Data backup • Scalability • RESTful S3-like interface • Supports users authorization and authentication (swauth, keystone)

  7. Openstack SWIFT performance

  8. Data-flow / block-stream data access

  9. Scientific data arrays • Arrays are widely used in environmental sciences to store modelling results, satellite observations, raster maps, etc. • Datasets can be quite large, up to several terabytes. • Most data are stored as file collections in proprietary formats or universally adopted formats like netCDF, GRIB, HDF5. • File access can be problematic: • Scientists need to know about too many file formats • Usually files must be completely downloaded before they can be used • Thousands of files can be processed in one data request; only a small portion of their contents appears in the result set • Currently available database solutions do not have convenient array storage capabilities.

  10. Data store optimization. Cloud-based Active Storage for multidimensional arrays. • Active Storage is a new way in database design used for storing multi-dimensional numeric arrays containing space, terrestrial weather data archives and large scaled images. • Special features of Active Storage are: • Universal architecture capable to store different data types in one system. • Effective index creating for large data (tens and hundreds Tb). • Can do basic data transformations directly on storage nodes (arithmetic operations, statistical operations, linear convolution). • Metadata integrated with data. • Can distribute data automatically on several computer nodes (also can distribute computations). • Can be used in Grid infrastructure using OGSA-DAI services.

  11. Splitting an array into chunks Non-chunked array Chunked array 1 seek 8 seeks 4 seeks 4 seeks • We store chunks in BLOB fields of a database table • Chunks do not need to be the same size

  12. ActiveStorage performance

  13. Distributed data-flow processing Distributed data-flow processing organization problems: • Data communication support between activity; • Load balancing and parallelization management; • Fault-tolerance and error processing support; • Activity management. At present, several frameworks of distributed data-flow processing exist: Yahoo S4, Twitter Storm, Taverna, Kepler, OGSA DAI.

  14. Twitter Storm

  15. Wind speed calculation workflow example Wind speed calculation:

  16. Dependence of data-flow processing time from data volume

  17. Problems that are not solved by frameworks • Automatic partitioning of source data space. • Flooding and synchronization management in case of data flow merging. • Data flow routing in case of parallel processing activity and data flow merging.

  18. Current work • Twitter Storm data request block-stream activity supporting block geometry and array priority direction properties, and automatic partitioning of source data space. • Twitter Storm data processing activity supporting automatic data flow merging, generalized array processing language, and flooding management.

  19. Results A framework has been developed, having the following features: • cloud storage with data reservation and access acceleration; • designed for large multidimentional data arrays; • request shape flexibility; • flow-based system for access and processing; • high scalability.

  20. Applications • High-resolution 3D models of the Earth based on large number of observations. • Climate modeling and analysis tasks. • Multispectral satellite and geological imagery processing.

More Related