Ilya Ganelin
Ilya Ganelin
SeriesStats would drop the key for the series when returning. Including this key can be useful for subsequent joins.
``` val d1 = ZonedDateTime.parse("2015-08-03T12:30:40Z[GMT]") val d2 = ZonedDateTime.parse("2015-08-04T12:30:40Z[GMT]") val dates = Array(d1, d1, d2) val rdd = (sc.parallelize(Seq( Row(new Timestamp(d1.toInstant.toEpochMilli), "A1", 10.0), Row(new Timestamp(d1.toInstant.toEpochMilli), "A1", 20.0), Row(new Timestamp(d2.toInstant.toEpochMilli), "A2",...
On Mac OS 10.9.5 I've install all dependencies except eigen3 (since this isn't something explicitly installed to the OS). Running make in ../parameter_server yields: ``` In file included from src/util/file.cc:1:...
Building with: ``` [zjb238:~/code/ps-lite]$ g++ -v (master) Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/local/Cellar/gcc/5.2.0/libexec/gcc/x86_64-apple-darwin13.4.0/5.2.0/lto-wrapper Target: x86_64-apple-darwin13.4.0 Configured with: ../configure --build=x86_64-apple-darwin13.4.0 --prefix=/usr/local/Cellar/gcc/5.2.0 --libdir=/usr/local/Cellar/gcc/5.2.0/lib/gcc/5 --enable-languages=c,c++,objc,obj-c++,fortran --program-suffix=-5 --with-gmp=/usr/local/opt/gmp --with-mpfr=/usr/local/opt/mpfr --with-mpc=/usr/local/opt/libmpc --with-isl=/usr/local/opt/isl --with-system-zlib --enable-libstdcxx-time=yes --enable-stage1-checking --enable-checking=release...