kant
kant
How does Morpheus stores the graph on HDFS? does it layout the same way as neo4j would on disk? I am just trying to figure out how to store and...
1. can zetcd work with ZK java client API? 2. is zetcd ready to replace ZK? for example can I use zetcd in my Kafka or Spark cluster instead of...
scala> spark.read.json(rdd) res59: org.apache.spark.sql.DataFrame = [ProgressionRegex: string, Progressions: array ... 27 more fields] scala> val flattenedDf = spark.read.json(rdd) flattenedDf: org.apache.spark.sql.DataFrame = [ProgressionRegex: string, Progressions: array ... 27 more fields] scala>...
val df = spark.sql("SELECT * from table_name limit 100") df.write.format("edu.berkeley.cs.succinct.sql").save("/Users/hello/df") This is what happens: java.lang.IllegalArgumentException: Unexpected type. BinaryType at edu.berkeley.cs.succinct.sql.SuccinctTableRDD$$anonfun$7.apply(SuccinctTableRDD.scala:223) at edu.berkeley.cs.succinct.sql.SuccinctTableRDD$$anonfun$7.apply(SuccinctTableRDD.scala:213) at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:234) at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:234) at scala.collection.IndexedSeqOptimized$class.foreach(IndexedSeqOptimized.scala:33) at scala.collection.mutable.ArrayOps$ofRef.foreach(ArrayOps.scala:186)...
is there a toml file support?
Below is how the downloadLicenses section of my project look like ``` downloadLicenses { ext.apacheTwo = license('Apache License, Version 2.0', 'http://opensource.org/licenses/Apache-2.0') ext.bsd = license('BSD License', 'http://www.opensource.org/licenses/bsd-license.php') includeProjectDependencies = true aliases...
The below code reads the messages from Kafka and the messages are in Avro so how do I parse the message and put it into a dataframe in Spark 2.2.0?...
How to convert Avro Schema Object to StructType?
is there support for Consul, Zookeeper and etcd support for storing configuration?