diff --git a/docs/client/cli/kyuubi_beeline.md b/docs/client/cli/kyuubi_beeline.md index 3fd5208eb..fc6916c3e 100644 --- a/docs/client/cli/kyuubi_beeline.md +++ b/docs/client/cli/kyuubi_beeline.md @@ -38,7 +38,7 @@ Options: -u The JDBC URL to connect to. -c The named JDBC URL to connect to, which should be present in beeline-site.xml - as the value of beeline.kyuubi.jdbc.url.. + as the value of beeline.hs2.jdbc.url.. -r Reconnect to last saved connect url (in conjunction with !save). -n The username to connect as. @@ -75,7 +75,7 @@ Options: The available options ars [table|vertical|csv2|tsv2|dsv|csv|tsv|json|jsonfile]. Note that csv, and tsv are deprecated, use csv2, tsv2 instead. - --incremental=[true|false] Defaults to false. When set to false, the entire result set + --incremental=[true|false] Defaults to true. When set to false, the entire result set is fetched and buffered before being displayed, yielding optimal display column sizing. When set to true, result rows are displayed immediately as they are fetched, yielding lower latency and diff --git a/kyuubi-hive-beeline/src/main/resources/BeeLine.properties b/kyuubi-hive-beeline/src/main/resources/BeeLine.properties index 20ad6452c..3ae9e26d7 100644 --- a/kyuubi-hive-beeline/src/main/resources/BeeLine.properties +++ b/kyuubi-hive-beeline/src/main/resources/BeeLine.properties @@ -159,7 +159,7 @@ Options:\n\ \ -u The JDBC URL to connect to.\n\ \ -c The named JDBC URL to connect to,\n\ \ which should be present in beeline-site.xml\n\ -\ as the value of beeline.kyuubi.jdbc.url..\n\n\ +\ as the value of beeline.hs2.jdbc.url..\n\n\ \ -r Reconnect to last saved connect url (in conjunction with !save).\n\ \ -n The username to connect as.\n\ \ -p The password to connect as.\n\ @@ -193,7 +193,7 @@ Options:\n\ \ --outputformat= Format mode for result display.\n\ \ The available options ars [table|vertical|csv2|tsv2|dsv|csv|tsv|json|jsonfile]. \n\ \ Note that csv, and tsv are deprecated, use csv2, tsv2 instead.\n\n\ -\ --incremental=[true|false] Defaults to false. When set to false, the entire result set\n\ +\ --incremental=[true|false] Defaults to true. When set to false, the entire result set\n\ \ is fetched and buffered before being displayed, yielding optimal\n\ \ display column sizing. When set to true, result rows are displayed\n\ \ immediately as they are fetched, yielding lower latency and\n\