浏览代码

[doc] Replace Beeswax server reference to Livy server in SDK

Romain Rigaux 10 年之前
父节点
当前提交
dbae7ad
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      docs/sdk/sdk.md

+ 3 - 3
docs/sdk/sdk.md

@@ -50,13 +50,13 @@ for their "models".  (For example, the JobDesigner application stores
 job designs in the database.)
 job designs in the database.)
 
 
 In addition to the web server, some Hue applications run
 In addition to the web server, some Hue applications run
-daemon processes "on the side".  For example, Beeswax runs a daemon
-("beeswax_server") that keeps track of query states.  Running
+daemon processes "on the side".  For example, Spark runs a daemon
+("livy_server") that keeps track of the Spark shells of the user. Running
 a separate process for applications is the preferred
 a separate process for applications is the preferred
 way to manage long-running tasks that you may wish
 way to manage long-running tasks that you may wish
 to co-exist with web page rendering.  The web "views"
 to co-exist with web page rendering.  The web "views"
 typically communicate with these side daemons
 typically communicate with these side daemons
-by using Thrift (e.g., for Beeswax query execution) or by exchanging state
+by using Thrift (e.g., for Hive query execution) or by exchanging state
 through the database.
 through the database.
 
 
 Interacting with Hadoop
 Interacting with Hadoop