Browse Source

[docs] Fix Apache Livy dead link (#2804)

Harsh Gupta 3 years ago
parent
commit
f0fe40d076
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/docs-site/content/user/querying/_index.md

+ 2 - 2
docs/docs-site/content/user/querying/_index.md

@@ -670,7 +670,7 @@ All the spark-submit, spark-shell, pyspark, sparkR properties of jobs & shells c
 
 
 ### Spark
 ### Spark
 
 
-Hue relies on [Livy](http://livy.io/) for the interactive Scala, Python, SparkSQL and R snippets.
+Hue relies on [Livy](https://livy.incubator.apache.org/) for the interactive Scala, Python, SparkSQL and R snippets.
 
 
 Livy is an open source REST interface for interacting with Apache Spark from anywhere. It got initially developed in the Hue project but got a lot of traction and was moved to its own project on livy.io.
 Livy is an open source REST interface for interacting with Apache Spark from anywhere. It got initially developed in the Hue project but got a lot of traction and was moved to its own project on livy.io.
 
 
@@ -678,7 +678,7 @@ Make sure that the Notebook and interpreters [configured](/administrator/configu
 
 
 #### Livy
 #### Livy
 
 
-Starting the Livy REST server is detailed on livy.io the [get started](http://livy.incubator.apache.org/get-started/).
+Starting the Livy REST server is detailed on the [get started](http://livy.incubator.apache.org/get-started/) page.
 
 
 **Executing some Spark**
 **Executing some Spark**