 AWS LAMBDA Tutorialconsume - there is no charge when your code is not running. How AWS Lambda Works? The block diagram that explains the working of AWS Lambda in five easy steps is shown below: 1. AWS Lambda — AWS Lambda 72 Handler Details for Java Handler is package name and class name. Look at the following example to understand handler in detail: Example package com.amazonaws services.lambda.runtime.Context; import com.amazonaws.services.lambda.runtime.RequestHandler; public class LambdaFunctionHandler implements RequestHandler0 码力 | 393 页 | 13.45 MB | 1 年前3 AWS LAMBDA Tutorialconsume - there is no charge when your code is not running. How AWS Lambda Works? The block diagram that explains the working of AWS Lambda in five easy steps is shown below: 1. AWS Lambda — AWS Lambda 72 Handler Details for Java Handler is package name and class name. Look at the following example to understand handler in detail: Example package com.amazonaws services.lambda.runtime.Context; import com.amazonaws.services.lambda.runtime.RequestHandler; public class LambdaFunctionHandler implements RequestHandler0 码力 | 393 页 | 13.45 MB | 1 年前3
 Apache Kyuubi 1.3.0 Documentation Apache Kyuubi 1.3.0 Documentation- the username to connect as -p - the password to connect as -d - class> the driver class to use -i - script file for initialization -e - query that should be executed PrivilegedExceptionAction; import java.sql.*; import org.apache.hadoop.security.UserGroupInformation; public class JDBCTest { (continues on next page) 36 Chapter 6. High Availability Kyuubi, Release 1.3.0 (continued UserGroupInformation ugi = UserGroupInformation. ˓→loginUserFromKeytabAndReturnUGI(principal, keytab); Class.forName(driverName); Connection conn = ugi.doAs(new PrivilegedExceptionAction - (){ public 0 码力 | 129 页 | 6.15 MB | 1 年前3
 Apache Kyuubi 1.3.1 Documentation Apache Kyuubi 1.3.1 Documentation- the username to connect as -p - the password to connect as -d - class> the driver class to use -i - script file for initialization -e - query that should be executed PrivilegedExceptionAction; import java.sql.*; import org.apache.hadoop.security.UserGroupInformation; public class JDBCTest { (continues on next page) 36 Chapter 6. High Availability Kyuubi, Release 1.3.0 (continued UserGroupInformation ugi = UserGroupInformation. ˓→loginUserFromKeytabAndReturnUGI(principal, keytab); Class.forName(driverName); Connection conn = ugi.doAs(new PrivilegedExceptionAction - (){ public 0 码力 | 129 页 | 6.16 MB | 1 年前3
 Apache Kyuubi 1.3.0 Documentationconnect as -p Apache Kyuubi 1.3.0 Documentationconnect as -p- the password to connect as -d - class> the driver class to use -i - script file for initialization -e - PrivilegedExceptionAction; import java.sql.*; import org.apache.hadoop.security.UserGroupInformation; public class JDBCTest { private static String driverName = "org.apache.hive.jdbc.HiveDriver"; private UserGroupInformation ugi = UserGroupInformation.loginUserFromKeytabAndReturnUGI(principal, keytab); Class.forName(driverName); Connection conn = ugi.doAs(new PrivilegedExceptionAction - (){ 0 码力 | 199 页 | 4.42 MB | 1 年前3
 Apache Kyuubi 1.3.1 Documentationconnect as -p Apache Kyuubi 1.3.1 Documentationconnect as -p- the password to connect as -d - class> the driver class to use -i - script file for initialization -e - PrivilegedExceptionAction; import java.sql.*; import org.apache.hadoop.security.UserGroupInformation; public class JDBCTest { private static String driverName = "org.apache.hive.jdbc.HiveDriver"; private UserGroupInformation ugi = UserGroupInformation.loginUserFromKeytabAndReturnUGI(principal, keytab); Class.forName(driverName); Connection conn = ugi.doAs(new PrivilegedExceptionAction - (){ 0 码力 | 199 页 | 4.44 MB | 1 年前3
 Apache Kyuubi 1.4.1 Documentation Apache Kyuubi 1.4.1 Documentation- the username to connect as -p - the password to connect as -d - class> the driver class to use -i - script file for initialization -e - query that should be executed PrivilegedExceptionAction; import java.sql.*; import org.apache.hadoop.security.UserGroupInformation; public class JDBCTest { (continues on next page) 40 Chapter 6. High Availability Kyuubi, Release 1.4.1-incubating UserGroupInformation ugi = UserGroupInformation. ˓→loginUserFromKeytabAndReturnUGI(principal, keytab); Class.forName(driverName); Connection conn = ugi.doAs(new PrivilegedExceptionAction - (){ public 0 码力 | 148 页 | 6.26 MB | 1 年前3
 Apache Kyuubi 1.4.0 Documentation Apache Kyuubi 1.4.0 Documentation- the username to connect as -p - the password to connect as -d - class> the driver class to use -i - script file for initialization -e - query that should be executed PrivilegedExceptionAction; import java.sql.*; import org.apache.hadoop.security.UserGroupInformation; public class JDBCTest { (continues on next page) 40 Chapter 6. High Availability Kyuubi, Release 1.3.0 (continued UserGroupInformation ugi = UserGroupInformation. ˓→loginUserFromKeytabAndReturnUGI(principal, keytab); Class.forName(driverName); Connection conn = ugi.doAs(new PrivilegedExceptionAction - (){ public 0 码力 | 148 页 | 6.26 MB | 1 年前3
 SUSE Rancher and RKE Kubernetes cluster
using CSI Driver on DELL EMC PowerFlex virtualized and bare metal configurations and other PowerFlex family products. The following diagram shows logical architecture of the RKE cluster that is deployed on a two-layer PowerFlex cluster information about RMT server and its configuration, see Repository Mirroring Tool Guide. The following diagram shows the logical layout of PowerFlex rack access and aggregation with management aggregation architecture: Create the storage classes through the Rancher graphical UI. For more information about storage class creation, see Storage Classes. 10. Ensure that the PowerFlex CSI driver is running on a Rancher Kubernetes0 码力 | 45 页 | 3.07 MB | 1 年前3 SUSE Rancher and RKE Kubernetes cluster
using CSI Driver on DELL EMC PowerFlex virtualized and bare metal configurations and other PowerFlex family products. The following diagram shows logical architecture of the RKE cluster that is deployed on a two-layer PowerFlex cluster information about RMT server and its configuration, see Repository Mirroring Tool Guide. The following diagram shows the logical layout of PowerFlex rack access and aggregation with management aggregation architecture: Create the storage classes through the Rancher graphical UI. For more information about storage class creation, see Storage Classes. 10. Ensure that the PowerFlex CSI driver is running on a Rancher Kubernetes0 码力 | 45 页 | 3.07 MB | 1 年前3
 Apache Kyuubi 1.9.0-SNAPSHOT Documentationwithout using kerberos authentication. package org.apache.kyuubi.examples; import java.sql.*; public class KyuubiJDBC { private static String driverName = "org.apache.kyuubi.jdbc.KyuubiHiveDriver"; private connect to Kyuubi Server by JDBC. package org.apache.kyuubi.examples; import java.sql.*; public class KyuubiJDBCDemo { private static String driverName = "org.apache.kyuubi.jdbc.KyuubiHiveDriver"; private Custom Hadoop/Hive Configuration – Hive Tables Kyuubi High Availability Guide As an enterprise-class ad-hoc SQL query service built on top of Apache Spark, Kyuubi takes high availability (HA) as a major0 码力 | 220 页 | 3.93 MB | 1 年前3 Apache Kyuubi 1.9.0-SNAPSHOT Documentationwithout using kerberos authentication. package org.apache.kyuubi.examples; import java.sql.*; public class KyuubiJDBC { private static String driverName = "org.apache.kyuubi.jdbc.KyuubiHiveDriver"; private connect to Kyuubi Server by JDBC. package org.apache.kyuubi.examples; import java.sql.*; public class KyuubiJDBCDemo { private static String driverName = "org.apache.kyuubi.jdbc.KyuubiHiveDriver"; private Custom Hadoop/Hive Configuration – Hive Tables Kyuubi High Availability Guide As an enterprise-class ad-hoc SQL query service built on top of Apache Spark, Kyuubi takes high availability (HA) as a major0 码力 | 220 页 | 3.93 MB | 1 年前3
 Apache Kyuubi 1.8.0-rc1 Documentationwithout using kerberos authentication. package org.apache.kyuubi.examples; import java.sql.*; public class KyuubiJDBC { private static String driverName = "org.apache.kyuubi.jdbc.KyuubiHiveDriver"; private connect to Kyuubi Server by JDBC. package org.apache.kyuubi.examples; import java.sql.*; public class KyuubiJDBCDemo { private static String driverName = "org.apache.kyuubi.jdbc.KyuubiHiveDriver"; private Custom Hadoop/Hive Configuration – Hive Tables Kyuubi High Availability Guide As an enterprise-class ad-hoc SQL query service built on top of Apache Spark, Kyuubi takes high availability (HA) as a major0 码力 | 220 页 | 3.82 MB | 1 年前3 Apache Kyuubi 1.8.0-rc1 Documentationwithout using kerberos authentication. package org.apache.kyuubi.examples; import java.sql.*; public class KyuubiJDBC { private static String driverName = "org.apache.kyuubi.jdbc.KyuubiHiveDriver"; private connect to Kyuubi Server by JDBC. package org.apache.kyuubi.examples; import java.sql.*; public class KyuubiJDBCDemo { private static String driverName = "org.apache.kyuubi.jdbc.KyuubiHiveDriver"; private Custom Hadoop/Hive Configuration – Hive Tables Kyuubi High Availability Guide As an enterprise-class ad-hoc SQL query service built on top of Apache Spark, Kyuubi takes high availability (HA) as a major0 码力 | 220 页 | 3.82 MB | 1 年前3
共 310 条
- 1
- 2
- 3
- 4
- 5
- 6
- 31














 
  
 