From 6e7c88a0ce0db9eee0187330eba315aa79d5369b Mon Sep 17 00:00:00 2001 From: Vamsi Manohar Date: Thu, 5 Oct 2023 11:20:09 -0700 Subject: [PATCH] Corrected Documentation (#64) Signed-off-by: Vamsi Manohar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 973e0d0aa..8d91806fb 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ spark-sql --conf "spark.sql.extensions=org.opensearch.flint.FlintPPLSparkExtensi ### Running With both Extension ``` -spark-sql --conf "spark.sql.extensions='org.opensearch.flint.FlintPPLSparkExtensions, org.opensearch.flint.FlintSparkExtensions'" +spark-sql --conf "spark.sql.extensions='org.opensearch.flint.spark.FlintPPLSparkExtensions, org.opensearch.flint.spark.FlintSparkExtensions'" ``` ## Build