You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by al...@apache.org on 2019/09/04 20:38:05 UTC

svn commit: r1866422 - /gora/site/trunk/content/current/gora-pig.md

Author: alfonsonishikawa
Date: Wed Sep  4 20:38:05 2019
New Revision: 1866422

URL: http://svn.apache.org/viewvc?rev=1866422&view=rev
Log:
Improved redaction

Modified:
    gora/site/trunk/content/current/gora-pig.md

Modified: gora/site/trunk/content/current/gora-pig.md
URL: http://svn.apache.org/viewvc/gora/site/trunk/content/current/gora-pig.md?rev=1866422&r1=1866421&r2=1866422&view=diff
==============================================================================
--- gora/site/trunk/content/current/gora-pig.md (original)
+++ gora/site/trunk/content/current/gora-pig.md Wed Sep  4 20:38:05 2019
@@ -18,22 +18,21 @@ Notice:    Licensed to the Apache Softwa
 
 ##Overview
 
-This is the main documentation for the gora-pig module. gora-pig module enables loading/storing data through Apache Gora in Pig Scripts.
+This is the main documentation for the gora-pig module. gora-pig module enables loading/storing data through Apache Gora in Pig scripts.
 
 [TOC]
 
 ##Introduction
 
-Apache Gora is an Object Datastore Mapper which has its own data model. At the same time, Apache Pig has its own data model too. Because of this, it is needed an adaptation between both data models.
-
-The objective of this document is to describe the approach taken to implement a Pig adapter for Gora.
+Apache Pig is a platform for analyzing large data sets that consists of a high-level language for expressing data analysis programs. With the module gora-pig we allow to operate on the data from Pig scripts using Apache Gora as storage.
+The objective of this document is to describe the approach taken to implement a Pig adapter for Gora and show how to load/store the data.
 
 Warning: Not all Gora modules are adapted to be used under Pig, since they have to implement loading the mapping defined from gora properties with the key "gora.mapping". At this moment are adapted **gora-hbase** and **gora-kudu**.
 
 
 ###Data models
 
-Gora's data entities are generated from Apache Avro schemas, and inherits the same datatypes defined in Avro. Pig has its own data model.
+Apache Gora is an Object Datastore Mapper which has its own data model inheriting Avro data types, and Apache Pig has its own data model. Because of this, it is needed an adaptation between both data models.
 
 The following tables shows the different types and a possible conversions between Gora and Pig types.