We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f160b73 commit b68bcccCopy full SHA for b68bccc
kyuubi-util-scala/src/main/scala/org/apache/kyuubi/util/command/CommandLineUtils.scala
@@ -44,5 +44,5 @@ object CommandLineUtils {
44
* Generate classpath option by assembling the classpath entries with "-cp" prefix
45
*/
46
def genClasspathOption(classpathEntries: Iterable[String]): Iterable[String] =
47
- Stream(JAVA_OPTION_CLASSPATH, classpathEntries.mkString(File.pathSeparator))
+ Stream(CP, classpathEntries.mkString(File.pathSeparator))
48
}
0 commit comments