我从 oracle using 派生了一个数据框,Sqlcontext
并将其注册为 temp table tb1
。
我有另一个从 hive using 派生的数据框,HiveContext
我将其注册为 table tb2
。
当我尝试使用访问这两个表HiveContext
时,出现类似Unable to find tb1 and when try it with sqlcontext
.
我收到类似的错误Unable to find tb2
。
请对此有任何帮助。
我当然是在 Scala 中做的。