From 798fc98e06e1d0ee013cb33ed238b0ec7c8cc2e2 Mon Sep 17 00:00:00 2001 From: yui-knk Date: Mon, 13 May 2019 09:31:20 +0900 Subject: [PATCH] Fix typos "be used" is duplicated. --- presto-main/etc/catalog/blackhole.properties | 4 ++-- presto-main/etc/catalog/example.properties | 4 ++-- presto-main/etc/catalog/hive.properties | 4 ++-- presto-main/etc/catalog/jmx.properties | 4 ++-- presto-main/etc/catalog/localfile.properties | 4 ++-- presto-main/etc/catalog/raptor.properties | 4 ++-- presto-main/etc/catalog/thrift.properties | 4 ++-- presto-main/etc/catalog/tpch.properties | 4 ++-- presto-main/etc/config.properties | 4 ++-- presto-main/etc/jvm.config | 4 ++-- presto-main/etc/log.properties | 4 ++-- .../conf/presto/etc/catalog/blackhole.properties | 4 ++-- presto-product-tests/conf/presto/etc/catalog/hive.properties | 4 ++-- presto-product-tests/conf/presto/etc/catalog/jmx.properties | 4 ++-- presto-product-tests/conf/presto/etc/catalog/tpch.properties | 4 ++-- .../singlenode-hdfs-impersonation/hive.properties | 4 ++-- .../hive.properties | 4 ++-- .../singlenode-kerberos-hdfs-impersonation/hive.properties | 4 ++-- .../singlenode-kerberos-hdfs-no-impersonation/hive.properties | 4 ++-- presto-product-tests/conf/presto/etc/jvm.config | 4 ++-- presto-product-tests/conf/presto/etc/log.properties | 4 ++-- .../conf/presto/etc/multinode-master-jvm.config | 4 ++-- .../conf/presto/etc/multinode-master.properties | 4 ++-- .../conf/presto/etc/multinode-tls-kerberos-master.properties | 4 ++-- .../conf/presto/etc/multinode-tls-kerberos-worker.properties | 4 ++-- .../conf/presto/etc/multinode-tls-master.properties | 4 ++-- .../conf/presto/etc/multinode-tls-worker.properties | 4 ++-- .../conf/presto/etc/multinode-worker.properties | 4 ++-- .../conf/presto/etc/singlenode-kerberized.properties | 4 ++-- .../conf/presto/etc/singlenode-ldap.properties | 4 ++-- presto-product-tests/conf/presto/etc/singlenode.properties | 4 ++-- 31 files changed, 62 insertions(+), 62 deletions(-) diff --git a/presto-main/etc/catalog/blackhole.properties b/presto-main/etc/catalog/blackhole.properties index 42a6bb812646..51b859b1537c 100644 --- a/presto-main/etc/catalog/blackhole.properties +++ b/presto-main/etc/catalog/blackhole.properties @@ -1,8 +1,8 @@ # # WARNING # ^^^^^^^ -# This configuration file is for development only and should NOT be used be -# used in production. For example configuration, see the Presto documentation. +# This configuration file is for development only and should NOT be used +# in production. For example configuration, see the Presto documentation. # connector.name=blackhole diff --git a/presto-main/etc/catalog/example.properties b/presto-main/etc/catalog/example.properties index c8861efc7ca6..b16b6bde4dbe 100644 --- a/presto-main/etc/catalog/example.properties +++ b/presto-main/etc/catalog/example.properties @@ -1,8 +1,8 @@ # # WARNING # ^^^^^^^ -# This configuration file is for development only and should NOT be used be -# used in production. For example configuration, see the Presto documentation. +# This configuration file is for development only and should NOT be used +# in production. For example configuration, see the Presto documentation. # connector.name=example-http diff --git a/presto-main/etc/catalog/hive.properties b/presto-main/etc/catalog/hive.properties index 9060aff2a6a7..0dadf00f5dbc 100644 --- a/presto-main/etc/catalog/hive.properties +++ b/presto-main/etc/catalog/hive.properties @@ -1,8 +1,8 @@ # # WARNING # ^^^^^^^ -# This configuration file is for development only and should NOT be used be -# used in production. For example configuration, see the Presto documentation. +# This configuration file is for development only and should NOT be used +# in production. For example configuration, see the Presto documentation. # connector.name=hive-hadoop2 diff --git a/presto-main/etc/catalog/jmx.properties b/presto-main/etc/catalog/jmx.properties index 8d99fd621bd8..934337a2563d 100644 --- a/presto-main/etc/catalog/jmx.properties +++ b/presto-main/etc/catalog/jmx.properties @@ -1,8 +1,8 @@ # # WARNING # ^^^^^^^ -# This configuration file is for development only and should NOT be used be -# used in production. For example configuration, see the Presto documentation. +# This configuration file is for development only and should NOT be used +# in production. For example configuration, see the Presto documentation. # connector.name=jmx diff --git a/presto-main/etc/catalog/localfile.properties b/presto-main/etc/catalog/localfile.properties index 149acc9c1081..04e8ab0007fb 100644 --- a/presto-main/etc/catalog/localfile.properties +++ b/presto-main/etc/catalog/localfile.properties @@ -1,8 +1,8 @@ # # WARNING # ^^^^^^^ -# This configuration file is for development only and should NOT be used be -# used in production. For example configuration, see the Presto documentation. +# This configuration file is for development only and should NOT be used +# in production. For example configuration, see the Presto documentation. # connector.name=localfile diff --git a/presto-main/etc/catalog/raptor.properties b/presto-main/etc/catalog/raptor.properties index d72def5468ab..4d3025886cae 100644 --- a/presto-main/etc/catalog/raptor.properties +++ b/presto-main/etc/catalog/raptor.properties @@ -1,8 +1,8 @@ # # WARNING # ^^^^^^^ -# This configuration file is for development only and should NOT be used be -# used in production. For example configuration, see the Presto documentation. +# This configuration file is for development only and should NOT be used +# in production. For example configuration, see the Presto documentation. # connector.name=raptor-legacy diff --git a/presto-main/etc/catalog/thrift.properties b/presto-main/etc/catalog/thrift.properties index 15bc4e93da5b..63f417a6f9db 100644 --- a/presto-main/etc/catalog/thrift.properties +++ b/presto-main/etc/catalog/thrift.properties @@ -1,8 +1,8 @@ # # WARNING # ^^^^^^^ -# This configuration file is for development only and should NOT be used be -# used in production. For example configuration, see the Presto documentation. +# This configuration file is for development only and should NOT be used +# in production. For example configuration, see the Presto documentation. # connector.name=presto-thrift diff --git a/presto-main/etc/catalog/tpch.properties b/presto-main/etc/catalog/tpch.properties index 889e5a5144d1..8dad0b688aa4 100644 --- a/presto-main/etc/catalog/tpch.properties +++ b/presto-main/etc/catalog/tpch.properties @@ -1,8 +1,8 @@ # # WARNING # ^^^^^^^ -# This configuration file is for development only and should NOT be used be -# used in production. For example configuration, see the Presto documentation. +# This configuration file is for development only and should NOT be used +# in production. For example configuration, see the Presto documentation. # connector.name=tpch diff --git a/presto-main/etc/config.properties b/presto-main/etc/config.properties index 6f7d67d1e6da..25f33858d78d 100644 --- a/presto-main/etc/config.properties +++ b/presto-main/etc/config.properties @@ -1,8 +1,8 @@ # # WARNING # ^^^^^^^ -# This configuration file is for development only and should NOT be used be -# used in production. For example configuration, see the Presto documentation. +# This configuration file is for development only and should NOT be used +# in production. For example configuration, see the Presto documentation. # # sample nodeId to provide consistency across test runs diff --git a/presto-main/etc/jvm.config b/presto-main/etc/jvm.config index 095e663b70c0..61e74c54ce96 100644 --- a/presto-main/etc/jvm.config +++ b/presto-main/etc/jvm.config @@ -1,6 +1,6 @@ # # WARNING # ^^^^^^^ -# This configuration file is for development only and should NOT be used be -# used in production. For example configuration, see the Presto documentation. +# This configuration file is for development only and should NOT be used +# in production. For example configuration, see the Presto documentation. # diff --git a/presto-main/etc/log.properties b/presto-main/etc/log.properties index 3319bcd4a819..28704cfad880 100644 --- a/presto-main/etc/log.properties +++ b/presto-main/etc/log.properties @@ -1,8 +1,8 @@ # # WARNING # ^^^^^^^ -# This configuration file is for development only and should NOT be used be -# used in production. For example configuration, see the Presto documentation. +# This configuration file is for development only and should NOT be used +# in production. For example configuration, see the Presto documentation. # io.prestosql=INFO diff --git a/presto-product-tests/conf/presto/etc/catalog/blackhole.properties b/presto-product-tests/conf/presto/etc/catalog/blackhole.properties index 42a6bb812646..51b859b1537c 100644 --- a/presto-product-tests/conf/presto/etc/catalog/blackhole.properties +++ b/presto-product-tests/conf/presto/etc/catalog/blackhole.properties @@ -1,8 +1,8 @@ # # WARNING # ^^^^^^^ -# This configuration file is for development only and should NOT be used be -# used in production. For example configuration, see the Presto documentation. +# This configuration file is for development only and should NOT be used +# in production. For example configuration, see the Presto documentation. # connector.name=blackhole diff --git a/presto-product-tests/conf/presto/etc/catalog/hive.properties b/presto-product-tests/conf/presto/etc/catalog/hive.properties index 75634c59acb1..45f8b7e99bf0 100644 --- a/presto-product-tests/conf/presto/etc/catalog/hive.properties +++ b/presto-product-tests/conf/presto/etc/catalog/hive.properties @@ -1,8 +1,8 @@ # # WARNING # ^^^^^^^ -# This configuration file is for development only and should NOT be used be -# used in production. For example configuration, see the Presto documentation. +# This configuration file is for development only and should NOT be used +# in production. For example configuration, see the Presto documentation. # connector.name=hive-hadoop2 diff --git a/presto-product-tests/conf/presto/etc/catalog/jmx.properties b/presto-product-tests/conf/presto/etc/catalog/jmx.properties index 8d99fd621bd8..934337a2563d 100644 --- a/presto-product-tests/conf/presto/etc/catalog/jmx.properties +++ b/presto-product-tests/conf/presto/etc/catalog/jmx.properties @@ -1,8 +1,8 @@ # # WARNING # ^^^^^^^ -# This configuration file is for development only and should NOT be used be -# used in production. For example configuration, see the Presto documentation. +# This configuration file is for development only and should NOT be used +# in production. For example configuration, see the Presto documentation. # connector.name=jmx diff --git a/presto-product-tests/conf/presto/etc/catalog/tpch.properties b/presto-product-tests/conf/presto/etc/catalog/tpch.properties index 0553cdd0ab39..f3ffbdd624ab 100644 --- a/presto-product-tests/conf/presto/etc/catalog/tpch.properties +++ b/presto-product-tests/conf/presto/etc/catalog/tpch.properties @@ -1,8 +1,8 @@ # # WARNING # ^^^^^^^ -# This configuration file is for development only and should NOT be used be -# used in production. For example configuration, see the Presto documentation. +# This configuration file is for development only and should NOT be used +# in production. For example configuration, see the Presto documentation. # connector.name=tpch diff --git a/presto-product-tests/conf/presto/etc/environment-specific-catalogs/singlenode-hdfs-impersonation/hive.properties b/presto-product-tests/conf/presto/etc/environment-specific-catalogs/singlenode-hdfs-impersonation/hive.properties index f61ee0bd67a5..246cb0bd1962 100644 --- a/presto-product-tests/conf/presto/etc/environment-specific-catalogs/singlenode-hdfs-impersonation/hive.properties +++ b/presto-product-tests/conf/presto/etc/environment-specific-catalogs/singlenode-hdfs-impersonation/hive.properties @@ -1,8 +1,8 @@ # # WARNING # ^^^^^^^ -# This configuration file is for development only and should NOT be used be -# used in production. For example configuration, see the Presto documentation. +# This configuration file is for development only and should NOT be used +# in production. For example configuration, see the Presto documentation. # connector.name=hive-hadoop2 diff --git a/presto-product-tests/conf/presto/etc/environment-specific-catalogs/singlenode-kerberos-hdfs-impersonation-cross-realm/hive.properties b/presto-product-tests/conf/presto/etc/environment-specific-catalogs/singlenode-kerberos-hdfs-impersonation-cross-realm/hive.properties index 02f9548697f1..fa16bdf69441 100644 --- a/presto-product-tests/conf/presto/etc/environment-specific-catalogs/singlenode-kerberos-hdfs-impersonation-cross-realm/hive.properties +++ b/presto-product-tests/conf/presto/etc/environment-specific-catalogs/singlenode-kerberos-hdfs-impersonation-cross-realm/hive.properties @@ -1,8 +1,8 @@ # # WARNING # ^^^^^^^ -# This configuration file is for development only and should NOT be used be -# used in production. For example configuration, see the Presto documentation. +# This configuration file is for development only and should NOT be used +# in production. For example configuration, see the Presto documentation. # connector.name=hive-hadoop2 diff --git a/presto-product-tests/conf/presto/etc/environment-specific-catalogs/singlenode-kerberos-hdfs-impersonation/hive.properties b/presto-product-tests/conf/presto/etc/environment-specific-catalogs/singlenode-kerberos-hdfs-impersonation/hive.properties index d0bffe9d7bc5..a7a34e0fb9c4 100644 --- a/presto-product-tests/conf/presto/etc/environment-specific-catalogs/singlenode-kerberos-hdfs-impersonation/hive.properties +++ b/presto-product-tests/conf/presto/etc/environment-specific-catalogs/singlenode-kerberos-hdfs-impersonation/hive.properties @@ -1,8 +1,8 @@ # # WARNING # ^^^^^^^ -# This configuration file is for development only and should NOT be used be -# used in production. For example configuration, see the Presto documentation. +# This configuration file is for development only and should NOT be used +# in production. For example configuration, see the Presto documentation. # connector.name=hive-hadoop2 diff --git a/presto-product-tests/conf/presto/etc/environment-specific-catalogs/singlenode-kerberos-hdfs-no-impersonation/hive.properties b/presto-product-tests/conf/presto/etc/environment-specific-catalogs/singlenode-kerberos-hdfs-no-impersonation/hive.properties index 2cd3bca5e2a7..16c48b7384d3 100644 --- a/presto-product-tests/conf/presto/etc/environment-specific-catalogs/singlenode-kerberos-hdfs-no-impersonation/hive.properties +++ b/presto-product-tests/conf/presto/etc/environment-specific-catalogs/singlenode-kerberos-hdfs-no-impersonation/hive.properties @@ -1,8 +1,8 @@ # # WARNING # ^^^^^^^ -# This configuration file is for development only and should NOT be used be -# used in production. For example configuration, see the Presto documentation. +# This configuration file is for development only and should NOT be used +# in production. For example configuration, see the Presto documentation. # connector.name=hive-hadoop2 diff --git a/presto-product-tests/conf/presto/etc/jvm.config b/presto-product-tests/conf/presto/etc/jvm.config index 0c75eafafebe..25a421d7bbd9 100644 --- a/presto-product-tests/conf/presto/etc/jvm.config +++ b/presto-product-tests/conf/presto/etc/jvm.config @@ -1,8 +1,8 @@ # # WARNING # ^^^^^^^ -# This configuration file is for development only and should NOT be used be -# used in production. For example configuration, see the Presto documentation. +# This configuration file is for development only and should NOT be used +# in production. For example configuration, see the Presto documentation. # -server diff --git a/presto-product-tests/conf/presto/etc/log.properties b/presto-product-tests/conf/presto/etc/log.properties index 537a46e11cb3..1725c07048a2 100644 --- a/presto-product-tests/conf/presto/etc/log.properties +++ b/presto-product-tests/conf/presto/etc/log.properties @@ -1,8 +1,8 @@ # # WARNING # ^^^^^^^ -# This configuration file is for development only and should NOT be used be -# used in production. For example configuration, see the Presto documentation. +# This configuration file is for development only and should NOT be used +# in production. For example configuration, see the Presto documentation. # io.prestosql=INFO diff --git a/presto-product-tests/conf/presto/etc/multinode-master-jvm.config b/presto-product-tests/conf/presto/etc/multinode-master-jvm.config index af3bdb4b690a..9bbece189944 100644 --- a/presto-product-tests/conf/presto/etc/multinode-master-jvm.config +++ b/presto-product-tests/conf/presto/etc/multinode-master-jvm.config @@ -1,8 +1,8 @@ # # WARNING # ^^^^^^^ -# This configuration file is for development only and should NOT be used be -# used in production. For example configuration, see the Presto documentation. +# This configuration file is for development only and should NOT be used +# in production. For example configuration, see the Presto documentation. # -server diff --git a/presto-product-tests/conf/presto/etc/multinode-master.properties b/presto-product-tests/conf/presto/etc/multinode-master.properties index 051bccaddc9c..44e0e2e16058 100644 --- a/presto-product-tests/conf/presto/etc/multinode-master.properties +++ b/presto-product-tests/conf/presto/etc/multinode-master.properties @@ -1,8 +1,8 @@ # # WARNING # ^^^^^^^ -# This configuration file is for development only and should NOT be used be -# used in production. For example configuration, see the Presto documentation. +# This configuration file is for development only and should NOT be used +# in production. For example configuration, see the Presto documentation. # node.id=will-be-overwritten diff --git a/presto-product-tests/conf/presto/etc/multinode-tls-kerberos-master.properties b/presto-product-tests/conf/presto/etc/multinode-tls-kerberos-master.properties index 8c68596a6893..b573635e4257 100644 --- a/presto-product-tests/conf/presto/etc/multinode-tls-kerberos-master.properties +++ b/presto-product-tests/conf/presto/etc/multinode-tls-kerberos-master.properties @@ -15,8 +15,8 @@ # # WARNING # ^^^^^^^ -# This configuration file is for development only and should NOT be used be -# used in production. For example configuration, see the Presto documentation. +# This configuration file is for development only and should NOT be used +# in production. For example configuration, see the Presto documentation. # node.id=will-be-overwritten diff --git a/presto-product-tests/conf/presto/etc/multinode-tls-kerberos-worker.properties b/presto-product-tests/conf/presto/etc/multinode-tls-kerberos-worker.properties index 1b7885df03bb..a00dd7ddaf2f 100644 --- a/presto-product-tests/conf/presto/etc/multinode-tls-kerberos-worker.properties +++ b/presto-product-tests/conf/presto/etc/multinode-tls-kerberos-worker.properties @@ -15,8 +15,8 @@ # # WARNING # ^^^^^^^ -# This configuration file is for development only and should NOT be used be -# used in production. For example configuration, see the Presto documentation. +# This configuration file is for development only and should NOT be used +# in production. For example configuration, see the Presto documentation. # node.id=will-be-overwritten diff --git a/presto-product-tests/conf/presto/etc/multinode-tls-master.properties b/presto-product-tests/conf/presto/etc/multinode-tls-master.properties index eca8a287d100..0ef83b46e7da 100644 --- a/presto-product-tests/conf/presto/etc/multinode-tls-master.properties +++ b/presto-product-tests/conf/presto/etc/multinode-tls-master.properties @@ -1,8 +1,8 @@ # # WARNING # ^^^^^^^ -# This configuration file is for development only and should NOT be used be -# used in production. For example configuration, see the Presto documentation. +# This configuration file is for development only and should NOT be used +# in production. For example configuration, see the Presto documentation. # node.id=will-be-overwritten diff --git a/presto-product-tests/conf/presto/etc/multinode-tls-worker.properties b/presto-product-tests/conf/presto/etc/multinode-tls-worker.properties index e7b55ff8624a..a4e73002771c 100644 --- a/presto-product-tests/conf/presto/etc/multinode-tls-worker.properties +++ b/presto-product-tests/conf/presto/etc/multinode-tls-worker.properties @@ -1,8 +1,8 @@ # # WARNING # ^^^^^^^ -# This configuration file is for development only and should NOT be used be -# used in production. For example configuration, see the Presto documentation. +# This configuration file is for development only and should NOT be used +# in production. For example configuration, see the Presto documentation. # node.id=will-be-overwritten diff --git a/presto-product-tests/conf/presto/etc/multinode-worker.properties b/presto-product-tests/conf/presto/etc/multinode-worker.properties index 55e35635c684..dbb36449af4a 100644 --- a/presto-product-tests/conf/presto/etc/multinode-worker.properties +++ b/presto-product-tests/conf/presto/etc/multinode-worker.properties @@ -1,8 +1,8 @@ # # WARNING # ^^^^^^^ -# This configuration file is for development only and should NOT be used be -# used in production. For example configuration, see the Presto documentation. +# This configuration file is for development only and should NOT be used +# in production. For example configuration, see the Presto documentation. # node.id=will-be-overwritten diff --git a/presto-product-tests/conf/presto/etc/singlenode-kerberized.properties b/presto-product-tests/conf/presto/etc/singlenode-kerberized.properties index da8640e97ed4..27a92ce6a0d7 100644 --- a/presto-product-tests/conf/presto/etc/singlenode-kerberized.properties +++ b/presto-product-tests/conf/presto/etc/singlenode-kerberized.properties @@ -1,8 +1,8 @@ # # WARNING # ^^^^^^^ -# This configuration file is for development only and should NOT be used be -# used in production. For example configuration, see the Presto documentation. +# This configuration file is for development only and should NOT be used +# in production. For example configuration, see the Presto documentation. # node.id=will-be-overwritten diff --git a/presto-product-tests/conf/presto/etc/singlenode-ldap.properties b/presto-product-tests/conf/presto/etc/singlenode-ldap.properties index ebbc0b15c5d3..d9d592ce35cd 100644 --- a/presto-product-tests/conf/presto/etc/singlenode-ldap.properties +++ b/presto-product-tests/conf/presto/etc/singlenode-ldap.properties @@ -1,8 +1,8 @@ # # WARNING # ^^^^^^^ -# This configuration file is for development only and should NOT be used be -# used in production. For example configuration, see the Presto documentation. +# This configuration file is for development only and should NOT be used +# in production. For example configuration, see the Presto documentation. # node.id=will-be-overwritten diff --git a/presto-product-tests/conf/presto/etc/singlenode.properties b/presto-product-tests/conf/presto/etc/singlenode.properties index ce17854a8c26..33be790b7537 100644 --- a/presto-product-tests/conf/presto/etc/singlenode.properties +++ b/presto-product-tests/conf/presto/etc/singlenode.properties @@ -1,8 +1,8 @@ # # WARNING # ^^^^^^^ -# This configuration file is for development only and should NOT be used be -# used in production. For example configuration, see the Presto documentation. +# This configuration file is for development only and should NOT be used +# in production. For example configuration, see the Presto documentation. # node.id=will-be-overwritten