Skip to content

Commit

Permalink
Fixed the same quotation issue in CliSuite
Browse files Browse the repository at this point in the history
  • Loading branch information
liancheng committed Aug 20, 2014
1 parent 26b82a0 commit f38c4eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class CliSuite extends FunSuite with BeforeAndAfterAll with TestUtils {
val commands =
s"""../../bin/spark-sql
| --master local
| --hiveconf ${ConfVars.METASTORECONNECTURLKEY}="$jdbcUrl"
| --hiveconf ${ConfVars.METASTORECONNECTURLKEY}=$jdbcUrl
| --hiveconf ${ConfVars.METASTOREWAREHOUSE}=$WAREHOUSE_PATH
""".stripMargin.split("\\s+")

Expand Down

0 comments on commit f38c4eb

Please sign in to comment.