Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/apache-spark/6.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Apache spark 在Windows 10中启动Spark Thrift Server_Apache Spark_Spark Thriftserver - Fatal编程技术网

Apache spark 在Windows 10中启动Spark Thrift Server

Apache spark 在Windows 10中启动Spark Thrift Server,apache-spark,spark-thriftserver,Apache Spark,Spark Thriftserver,我正在尝试使用启动Spark Thrift Server D:\spark\spark-2.3.2-bin-hadoop2.7\bin>spark类org.apache.spark.deploy.SparkSubmit--class org.apache.spark.sql.hive.thriftserver.HiveThriftServer2 spark内部 在cmd中 但是,在我到达下面的行之后,cmd将永远挂起。有人知道原因吗?谢谢你的建议 信息ThriftCLIService:98-使用

我正在尝试使用启动Spark Thrift Server

D:\spark\spark-2.3.2-bin-hadoop2.7\bin>spark类org.apache.spark.deploy.SparkSubmit--class org.apache.spark.sql.hive.thriftserver.HiveThriftServer2 spark内部

在cmd中

但是,在我到达下面的行之后,cmd将永远挂起。有人知道原因吗?谢谢你的建议


信息ThriftCLIService:98-使用5…500个工作线程在端口10000上启动ThriftBinaryCLIService

原因很简单-服务器已启动并等待端口10000上的连接。请尝试
beeline
或其他JDBC客户端并连接到
JDBC:hive2://localhost:10000
(在不同的终端窗口/选项卡中)。

谢谢。我最近意识到我需要在Windows中使用另一个cmd窗口。在Mac中,一个命令提示符就可以了。