My Note on Solutions.
Pages
(Move to ...)
Home
Contact/Tip Me
▼
Tuesday, May 17, 2016
Spark window function, failure: ``union'' expected but `(' found
›
this a very weird error when I try to run a simple window ranking, all looks good from the syntax perspective. team=[( "Lakers" ,...
7 comments:
How to Run Spark testing application in your fav Python IDE
›
Here is a quick step to run and test your spark application using python IDE, essentially, we need load the dependency module. setup the env...
7 comments:
Tuesday, December 15, 2015
How to: test ElasticSearch geoLocation support
›
Here is a quick tutorial to setup ES 2.1 and index some earthquake data by using the REST api. and then do by query by assign the POI withi...
Thursday, May 21, 2015
Http 1.1 Chunked transfer.
›
If you inspect the http response with some zipped resources, you may find 2 things. I assure we are on HTTP 1.1. there is no content-length ...
21 comments:
Monday, May 18, 2015
Power-shell , Filter and Projection
›
To getstart with any command in PS, run help. To filter it, use the where-object or use ? directly. get running service Or jus...
Friday, May 1, 2015
What's new in asp.net 5
›
updates for asp.net 4.6, web forms mvc5 roslyn support. .net compiler roslen c# languae fature var name="ss" var messgag...
What's new in C# 6
›
Roslyn open source IDE Features (CTL+.) . lightball to remove unused namespace .. fix the scope , remove all unused cross the ...
‹
›
Home
View web version