Created
February 2, 2016 06:55
-
-
Save M2shad0w/9823834270a80eeeb743 to your computer and use it in GitHub Desktop.
spark sql error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Caused by: org.apache.spark.sql.catalyst.errors.package$TreeNodeException: execute, tree: | |
TungstenExchange hashpartitioning(additional#3,200), None | |
+- TungstenAggregate(key=[additional#3], functions=[(count(additional#3),mode=Partial,isDistinct=false)], output=[additional#3,count#81L]) | |
+- Project [additional#3] | |
+- Filter (((created_at#0 >= 2016-01-25) && (created_at#0 < 2016-01-26)) && (action#2 = search)) | |
+- InMemoryColumnarTableScan [additional#3,created_at#0,action#2], [(created_at#0 >= 2016-01-25),(created_at#0 < 2016-01-26),(action#2 = search)], InMemoryRelation [created_at#0,eventable_type#1,action#2,additional#3,track_id#4,device#5,city_code#6], true, 10000, StorageLevel(true, true, false, true, 1), ConvertToUnsafe, Some(tracklogs) | |
at org.apache.spark.sql.catalyst.errors.package$.attachTree(package.scala:49) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
because the sc.textFile is null