在pyspark中:
from pyspark import HiveContext
hive_context = HiveContext(sc)
hive_context.sql('use sparktest')
然后报错:
在hive中能够找到数据库:
我spark-env.sh的配置如下: