Antonios Chalkiopoulos
Antonios Chalkiopoulos
This change is [](https://reviewable.io/reviews/landoop/schema-registry-ui/90)
In a realistic cluster - multiple micro-service instances of the schema-registry could be available The UI should allow the user to define multiple locations (i.e. comma separated list of available...
Parquet-Avro file support for Cascading and Scalding. Supports filter predicates and projection push-downs Parquet-Thrift support already exists. This pull requests covers the need for Parquet-Avro
Please add an indication of the MIT license in GitHub (Similarly to https://www.npmjs.com/package/redux-action-buffer) The quick-process is here https://help.github.com/articles/adding-a-license-to-a-repository/ Thanks
https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/FileSystemShell.html
`hadoop` is deprecated - although still in use alternatively people now use the `hdfs fs -put xx` alias
Aliases for -put and -get
In latest ( 0.2.4 latest ) on master InfluxDB connector changed with + Added InfluxDB tag support. KCQL: INSERT INTO targetDimension ``SELECT * FROM influx-topic WITHTIMESTAMP sys_time() WITHTAG(field1, CONSTANT_KEY1=CONSTANT_VALUE1, field2,CONSTANT_KEY2=CONSTANT_VALUE1)``...
When Kafka REST is installed in a `header` protected end-point, a set of additional Headers might need to be delivered on every API request: -H "X-Auth-Token: APIKEY" For example on...