Merge [TRAFODION-1905] PR 419 New SPJ Guide + some documentation fixes

Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/00b3291a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/00b3291a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/00b3291a

Branch: refs/heads/master
Commit: 00b3291a372f710ff88aa006f362f50a70a3c0d3
Parents: b7ecf18 18119a6
Author: Dave Birdsall <[email protected]>
Authored: Fri Apr 8 18:49:56 2016 +0000
Committer: Dave Birdsall <[email protected]>
Committed: Fri Apr 8 18:49:56 2016 +0000

----------------------------------------------------------------------
 docs/.gitignore                                 |    2 -
 .../src/asciidoc/_chapters/introduction.adoc    |    2 +-
 .../src/asciidoc/_chapters/odb.adoc             |    6 +-
 .../src/asciidoc/_chapters/trickle_load.adoc    |    2 +-
 docs/shared/license.txt                         |   11 +
 docs/spj_guide/pom.xml                          |    8 +
 .../spj_guide/src/asciidoc/_chapters/about.adoc |   31 +-
 .../src/asciidoc/_chapters/create_spjs.adoc     |  725 +++--
 .../src/asciidoc/_chapters/deploy_spjs.adoc     |  649 ++---
 .../src/asciidoc/_chapters/develop_spjs.adoc    |  171 +-
 .../src/asciidoc/_chapters/execute_spjs.adoc    |  625 ++--
 .../src/asciidoc/_chapters/get_started.adoc     |   57 +-
 .../asciidoc/_chapters/grant_privileges.adoc    |  254 +-
 .../src/asciidoc/_chapters/introduction.adoc    |   57 +-
 .../_chapters/performance_troubleshooting.adoc  |  461 +--
 .../src/asciidoc/_chapters/sample_database.adoc |  826 +-----
 .../src/asciidoc/_chapters/sample_spjs.adoc     | 2678 ++++++------------
 docs/spj_guide/src/asciidoc/index.adoc          |   61 +-
 .../src/images/call-statement-elements.jpg      |  Bin 0 -> 33415 bytes
 .../src/resources/acknowledgements.txt          |   38 +
 .../src/resources/source/Inventory.java         |  120 +
 .../spj_guide/src/resources/source/Payroll.java |  151 +
 docs/spj_guide/src/resources/source/Sales.java  |  346 +++
 .../src/resources/source/adjustSalary.java      |   41 +
 .../src/resources/source/employeeJob.java       |   32 +
 .../resources/source/invent_partloc_table.sql   |   56 +
 .../resources/source/invent_partsupp_table.sql  |  128 +
 .../src/resources/source/invent_schema.sql      |    2 +
 .../resources/source/invent_supplier_table.sql  |   35 +
 .../src/resources/source/lowerPrice.java        |   44 +
 .../src/resources/source/numDailyOrders.java    |   29 +
 .../src/resources/source/numMonthlyOrders.java  |   41 +
 .../src/resources/source/orderSummary.java      |   76 +
 .../src/resources/source/partData.java          |  103 +
 .../src/resources/source/partlocations.java     |   42 +
 .../src/resources/source/persnl_dept_table.sql  |   70 +
 .../resources/source/persnl_employee_table.sql  |   99 +
 .../src/resources/source/persnl_job_table.sql   |   20 +
 .../resources/source/persnl_project_table.sql   |   45 +
 .../src/resources/source/persnl_schema.sql      |    2 +
 .../src/resources/source/projectTeam.java       |   25 +
 .../resources/source/sales_customer_table.sql   |   30 +
 .../resources/source/sales_odetail_table.sql    |   84 +
 .../src/resources/source/sales_orders_table.sql |   66 +
 .../src/resources/source/sales_parts_table.sql  |   45 +
 .../src/resources/source/sales_schema.sql       |    2 +
 .../src/resources/source/supplierinfo.java      |   38 +
 .../src/resources/source/supplyquantities.java  |   32 +
 .../src/resources/source/topSalesReps.java      |   43 +
 .../src/resources/source/totalPrice.java        |   47 +
 .../src/asciidoc/_chapters/sql_statements.adoc  |  163 +-
 docs/src/site/markdown/documentation.md         |   63 +-
 docs/src/site/markdown/index.md                 |   25 +-
 .../resources/images/logo-carousel/slide-1.png  |  Bin 0 -> 58887 bytes
 .../resources/images/logo-carousel/slide-2.png  |  Bin 0 -> 57783 bytes
 docs/src/site/site.xml                          |   14 +-
 56 files changed, 4406 insertions(+), 4417 deletions(-)
----------------------------------------------------------------------


Reply via email to