即使项目SDK包

时间:2017-10-18 01:15:22

标签: python intellij-idea

如以下屏幕截图所示 - pyspark 2.2.0中识别python 2.7.10 SDK

enter image description here

Intellij项目正在使用python sdk:

enter image description here

但是,口译员不同意"与sdk:

enter image description here

此外,程序无法运行:

1 个答案:

答案 0 :(得分:0)

以下是一种解决方法,然后是一个真正的解决方案。对于CREATE SCHEMA HelloWorld; USE HelloWorld; CREATE TABLE HelloWorldTest ( id int PRIMARY KEY NOT NULL AUTO_INCREMENT, message VARCHAR(32) ); INSERT INTO HelloWorldTest (message) VALUES ('Hello world!'); INSERT INTO HelloWorldTest (message) VALUES ('this is a test!'); 库,唯一有效的解决方法是手动 String fileData = IOUtils.toString(sqlFile); List<String> sqlStats = stream(fileData.split(";")).filter(s -> s.length() > 0) .collect(toList()); pyspark的{​​{1}}个文件添加到{{1}全局库(zip

enter image description here