Apache Kyuubi 1.6.1 Documentationcan run any query supported by Spark SQL now. For example, 0: jdbc:hive2://10.242.189.214:2181/> select timestamp '2018-11-17'; 2021-10-28 13:56:27.509 INFO operation.ExecuteStatement: Processing kent's␣ ˓→query[1f619182-20ad-4733-995b-a5e43b80d998]: INITIALIZED_STATE -> PENDING_STATE,␣ ˓→statement: select timestamp '2018-11-17' 2021-10-28 13:56:27.547 INFO operation.ExecuteStatement: Processing kent's␣ kent's␣ ˓→query[1f619182-20ad-4733-995b-a5e43b80d998]: PENDING_STATE -> RUNNING_STATE,␣ ˓→statement: select timestamp '2018-11-17' 2021-10-28 13:56:27.540 INFO operation.ExecuteStatement: Processing kent's␣0 码力 | 199 页 | 3.89 MB | 1 年前3
Apache Kyuubi 1.7.3 Documentationby SET commands before each SQL query. For example, SET spark.dynamicAllocation.maxExecutors=33; SELECT * FROM default.tableA; For the above case, the value - 33 will not affect as Spark does not support Repartition Hint for SQL Queries Solution for Big Result Sets Typically, when a user submits a SELECT query to Spark SQL engine, the Driver calls collect to trigger calculation and collect the entire --------------------+--------+ 1 row selected (0.039 seconds) 0: jdbc:hive2://localhost:10009/> select /*+ REPARTITION(5) */ * from range(1, 10); +-----+ | id | +-----+ | 2 | | 6 | | 7 | (continues0 码力 | 211 页 | 3.79 MB | 1 年前3
Apache Kyuubi 1.7.3-rc0 Documentationby SET commands before each SQL query. For example, SET spark.dynamicAllocation.maxExecutors=33; SELECT * FROM default.tableA; For the above case, the value - 33 will not affect as Spark does not support Repartition Hint for SQL Queries Solution for Big Result Sets Typically, when a user submits a SELECT query to Spark SQL engine, the Driver calls collect to trigger calculation and collect the entire --------------------+--------+ 1 row selected (0.039 seconds) 0: jdbc:hive2://localhost:10009/> select /*+ REPARTITION(5) */ * from range(1, 10); +-----+ | id | +-----+ | 2 | | 6 | | 7 | (continues0 码力 | 211 页 | 3.79 MB | 1 年前3
Apache Kyuubi 1.7.2 Documentationby SET commands before each SQL query. For example, SET spark.dynamicAllocation.maxExecutors=33; SELECT * FROM default.tableA; For the above case, the value - 33 will not affect as Spark does not support Repartition Hint for SQL Queries Solution for Big Result Sets Typically, when a user submits a SELECT query to Spark SQL engine, the Driver calls collect to trigger calculation and collect the entire --------------------+--------+ 1 row selected (0.039 seconds) 0: jdbc:hive2://localhost:10009/> select /*+ REPARTITION(5) */ * from range(1, 10); +-----+ | id | +-----+ | 2 | | 6 | | 7 | (continues0 码力 | 211 页 | 3.79 MB | 1 年前3
Apache Kyuubi 1.7.2-rc0 Documentationby SET commands before each SQL query. For example, SET spark.dynamicAllocation.maxExecutors=33; SELECT * FROM default.tableA; For the above case, the value - 33 will not affect as Spark does not support Repartition Hint for SQL Queries Solution for Big Result Sets Typically, when a user submits a SELECT query to Spark SQL engine, the Driver calls collect to trigger calculation and collect the entire --------------------+--------+ 1 row selected (0.039 seconds) 0: jdbc:hive2://localhost:10009/> select /*+ REPARTITION(5) */ * from range(1, 10); +-----+ | id | +-----+ | 2 | | 6 | | 7 | (continues0 码力 | 211 页 | 3.79 MB | 1 年前3
Apache Kyuubi 1.7.0-rc1 Documentationby SET commands before each SQL query. For example, SET spark.dynamicAllocation.maxExecutors=33; SELECT * FROM default.tableA; For the above case, the value - 33 will not affect as Spark does not support Repartition Hint for SQL Queries Solution for Big Result Sets Typically, when a user submits a SELECT query to Spark SQL engine, the Driver calls collect to trigger calculation and collect the entire --------------------+--------+ 1 row selected (0.039 seconds) 0: jdbc:hive2://localhost:10009/> select /*+ REPARTITION(5) */ * from range(1, 10); +-----+ | id | +-----+ | 2 | | 6 | | 7 | (continues0 码力 | 206 页 | 3.78 MB | 1 年前3
Apache Kyuubi 1.7.1-rc0 Documentationby SET commands before each SQL query. For example, SET spark.dynamicAllocation.maxExecutors=33; SELECT * FROM default.tableA; For the above case, the value - 33 will not affect as Spark does not support Repartition Hint for SQL Queries Solution for Big Result Sets Typically, when a user submits a SELECT query to Spark SQL engine, the Driver calls collect to trigger calculation and collect the entire --------------------+--------+ 1 row selected (0.039 seconds) 0: jdbc:hive2://localhost:10009/> select /*+ REPARTITION(5) */ * from range(1, 10); +-----+ | id | +-----+ | 2 | | 6 | | 7 | (continues0 码力 | 208 页 | 3.78 MB | 1 年前3
Apache Kyuubi 1.7.0-rc0 Documentationby SET commands before each SQL query. For example, SET spark.dynamicAllocation.maxExecutors=33; SELECT * FROM default.tableA; For the above case, the value - 33 will not affect as Spark does not support Repartition Hint for SQL Queries Solution for Big Result Sets Typically, when a user submits a SELECT query to Spark SQL engine, the Driver calls collect to trigger calculation and collect the entire --------------------+--------+ 1 row selected (0.039 seconds) 0: jdbc:hive2://localhost:10009/> select /*+ REPARTITION(5) */ * from range(1, 10); +-----+ | id | +-----+ | 2 | | 6 | | 7 | (continues0 码力 | 210 页 | 3.79 MB | 1 年前3
Apache Kyuubi 1.6.0 Documentationcan run any query supported by Spark SQL now. For example, 0: jdbc:hive2://10.242.189.214:2181/> select timestamp '2018-11-17'; 2021-10-28 13:56:27.509 INFO operation.ExecuteStatement: Processing kent's␣ ˓→query[1f619182-20ad-4733-995b-a5e43b80d998]: INITIALIZED_STATE -> PENDING_STATE,␣ ˓→statement: select timestamp '2018-11-17' 2021-10-28 13:56:27.547 INFO operation.ExecuteStatement: Processing kent's␣ kent's␣ ˓→query[1f619182-20ad-4733-995b-a5e43b80d998]: PENDING_STATE -> RUNNING_STATE,␣ ˓→statement: select timestamp '2018-11-17' 2021-10-28 13:56:27.540 INFO operation.ExecuteStatement: Processing kent's␣0 码力 | 195 页 | 3.88 MB | 1 年前3
Apache Kyuubi 1.7.0 Documentationby SET commands before each SQL query. For example, SET spark.dynamicAllocation.maxExecutors=33; SELECT * FROM default.tableA; For the above case, the value - 33 will not affect as Spark does not support Repartition Hint for SQL Queries Solution for Big Result Sets Typically, when a user submits a SELECT query to Spark SQL engine, the Driver calls collect to trigger calculation and collect the entire --------------------+--------+ 1 row selected (0.039 seconds) 0: jdbc:hive2://localhost:10009/> select /*+ REPARTITION(5) */ * from range(1, 10); +-----+ | id | +-----+ | 2 | | 6 | | 7 | (continues0 码力 | 206 页 | 3.78 MB | 1 年前3
共 44 条
- 1
- 2
- 3
- 4
- 5













