なぜスティングが比較されないのですか?スパークを使用してハイブのレコードをフィルタリングする方法
私のように私の入力を持っている -
+-------+
| y|
+-------+
| ""no""|
| ""no""|
| ""no""|
|""yes""|
| ""no""|
| ""no""|
| ""no""|
| ""no""|
|""yes""|
| ""no""|
| ""no""|
| ""no""|
| ""no""|
|""yes""|
| ""no""|
| ""no""|
+-------+
そして、私はquerying-
sqlContext.sql("select count(y) from dummy where y='yes'").show()
だと出力がある -
+---+
|_c0|
+---+
| 0|
+---+
y
はDDL
は '.replaceAll( "\" \ ""、 "")'以前を使用していたなら – philantrovert