Request A Demo
Resources Banner

Tutorial Presto: 8.8

Tutorial Presto: 8.8

Presto 8.8 is a legacy version of the popular Spanish construction cost estimation and project management software developed by RIB Software. While newer versions exist, version 8.8 remains relevant for users maintaining older project files or working in environments with specific legacy requirements. Key Functional Areas in Presto 8.8

The software is designed to manage the entire lifecycle of a construction project budget. A standard tutorial for this version typically covers the following:

Budget Navigation: Use the "Concept Tree" or "Budget View" to navigate through chapters (e.g., Demolition, Masonry) and specific line items (work units).

Work Unit Creation: Each line item includes a code, unit of measurement, description, quantity, and unit price.

Data Entry: You can manually enter data or drag and drop from external cost databases (such as the Centro or Guadalajara databases common in Spain).

Configuration: The "Work Environment" can be customized by setting auto-save intervals, column prefixes, and UI colors via the settings menu. Core Workflow Steps tutorial presto 8.8

Project Initialization: Create a new .presto file and define general project properties (client name, location, and overhead percentages).

Structuring the Budget: Organize the project into "Chapters" (Capítulos) and "Subchapters" to maintain a logical hierarchy.

Measurement Input (Mediciones): Enter detailed measurements for each work unit. This can be done directly or by importing data from CAD software.

Cost Analysis: Define the "Breakdown" (Descompuesto) for work units, detailing the labor, machinery, and materials that make up a single price.

Generating Reports: Use the report generator to print official budget documents. You can filter by chapter ranges and choose which price types (budget, objective, or real) to display. Common Troubleshooting & Tips Presto 8

Case Sensitivity: Presto distinguishes between uppercase and lowercase letters in its coding system. Ensure consistency to avoid errors during reporting.

Null Values: When printing reports, you can toggle whether to show or hide items with zero quantity or zero price to keep the final document clean.

Legacy Compatibility: Files created in 8.8 may need to be exported or specially handled if being moved to modern versions like Presto 2023 or later.

For a visual walkthrough, you can find archival instructional videos such as the Tutorial Presto 8.8 on YouTube which demonstrates basic navigation and budget construction.

Based on the search term "Presto 8.8", this request most likely refers to the Presto Pizzazz Plus (Model 03430), a popular rotating pizza oven where "8.8" often refers to marketing claims like "cooks up to 8-inch foods" or simply a misunderstanding of the model's wattage/size specs. Note: Presto does not currently have a Pressure Cooker or Kitchen Appliance model explicitly numbered "8.8". Step 3: Configure Node Properties Create etc/node

Here is a comprehensive tutorial for the Presto Pizzazz Plus Rotating Pizza Oven, the appliance most commonly associated with this search profile.


Step 3: Configure Node Properties

Create etc/node.properties:

node.environment=production
node.id=presto-master-01
node.data-dir=/var/presto/data

Fault Tolerant Execution (Enable for large datasets)

fault-tolerant-execution-enabled=true fault-tolerant-execution-task-memory=2GB

Adding a Catalog (e.g., Hive)

Create etc/catalog/hive.properties:

connector.name=hive-hadoop2
hive.metastore.uri=thrift://metastore-host:9083
hive.config.resources=/etc/hadoop/conf/core-site.xml,/etc/hadoop/conf/hdfs-site.xml

Start Presto:

bin/launcher start

2.4 Logging (log.properties)

io.prestosql=INFO
io.prestosql.server.PluginManager=DEBUG

3.2 Tutorial Catalog 2: Iceberg on Filesystem (New in 8.8)

Create iceberg.properties:

connector.name=iceberg
hive.metastore=file
iceberg.file-format=parquet
iceberg.catalog.type=hadoop
iceberg.warehouse=/data/iceberg/warehouse

5.2 Geospatial Query Example

Assuming you have a geotable with a geometry column (e.g., in Hive):

SELECT
    name,
    ST_Area(geometry) AS area_sqkm
FROM hive.gis.locations
WHERE ST_Within(geometry, ST_Point(-74.006, 40.7128));

Request More Information from Jeron.

contact Us