Re: DataFrame API and Ordering

2016-02-21 Thread Reynold Xin
InterpretedOrdering I think is internal, so it's not useful to add it there for public docs. We should definitely add a small section to the guide. On Fri, Feb 19, 2016 at 4:09 PM Maciej Szymkiewicz wrote: > I am not sure. Spark SQL, DataFrames and Datasets Guide already has a > section about

Re: Using Encoding to reduce GraphX's static graph memory consumption

2016-02-21 Thread Reynold Xin
+ Joey We think this is worth doing. Are you interested in submitting a pull request? On Sat, Feb 20, 2016 at 8:05 PM ahaider3 wrote: > Hi, > I have been looking through the GraphX source code, dissecting the reason > for its high memory consumption compared to the on-disk size of the graph. >