Skip to content

Commit

Permalink
Add and update to consistent anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua authored and hashhar committed Aug 13, 2021
1 parent 22fef6a commit dfa2048
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/src/main/sphinx/connector/hive-alluxio.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Alluxio client-side configuration
To configure Alluxio client-side properties on Trino, append the Alluxio
configuration directory (``${ALLUXIO_HOME}/conf``) to the Trino JVM classpath,
so that the Alluxio properties file ``alluxio-site.properties`` can be loaded as
a resource. Update the Trino :ref:`trino_jvm_config` file ``etc/jvm.config``
a resource. Update the Trino :ref:`jvm_config` file ``etc/jvm.config``
to include the following:

.. code-block:: text
Expand Down
6 changes: 3 additions & 3 deletions docs/src/main/sphinx/connector/hive.rst
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ When not using Kerberos with HDFS, Trino accesses HDFS using the
OS user of the Trino process. For example, if Trino is running as
``nobody``, it accesses HDFS as ``nobody``. You can override this
username by setting the ``HADOOP_USER_NAME`` system property in the
Trino :ref:`trino_jvm_config`, replacing ``hdfs_user`` with the
Trino :ref:`jvm_config`, replacing ``hdfs_user`` with the
appropriate username:

.. code-block:: text
Expand Down Expand Up @@ -712,8 +712,8 @@ before re-analyzing just a subset::
You can also drop statistics for selected partitions only::

CALL system.drop_stats(
schema_name => 'schema',
table_name => 'table',
schema_name => 'schema',
table_name => 'table',
partition_values => ARRAY[ARRAY['p2_value1', 'p2_value2']])

.. _hive_dynamic_filtering:
Expand Down
10 changes: 9 additions & 1 deletion docs/src/main/sphinx/installation/deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
Deploying Trino
================

.. _requirements:

Requirements
------------

.. _requirements-linux:

Linux operating system
^^^^^^^^^^^^^^^^^^^^^^

Expand Down Expand Up @@ -36,6 +40,8 @@ as the JDK for Trino, as Trino is tested against that distribution.
Zulu is also the JDK used by the
`Trino Docker image <https://hub.docker.com/r/trinodb/trino>`_.

.. _requirements-python:

Python
^^^^^^

Expand Down Expand Up @@ -100,7 +106,7 @@ The above properties are described below:
The location (filesystem path) of the data directory. Trino stores
logs and other data here.

.. _trino_jvm_config:
.. _jvm_config:

JVM config
^^^^^^^^^^
Expand Down Expand Up @@ -249,6 +255,8 @@ The default minimum level is ``INFO``,
thus the above example does not actually change anything.
There are four levels: ``DEBUG``, ``INFO``, ``WARN`` and ``ERROR``.

.. _catalog_properties:

Catalog properties
^^^^^^^^^^^^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/sphinx/release/release-330.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Server
------

* Require running on :ref:`Java 11 or above <requirements-java>`. This requirement may be temporarily relaxed by adding
``-Dpresto-temporarily-allow-java8=true`` to the Presto :ref:`trino_jvm_config`.
``-Dpresto-temporarily-allow-java8=true`` to the Presto :ref:`jvm_config`.
This fallback will be removed in future versions of Presto after March 2020. (:issue:`2751`)
* Add experimental support for running on Linux aarch64 (ARM64). (:issue:`2809`)

Expand Down

0 comments on commit dfa2048

Please sign in to comment.