[jira] [Updated] (DRILL-7186) Missing storage.json REST endpoint

2019-04-21 Thread Arina Ielchiieva (JIRA)


 [ 
https://issues.apache.org/jira/browse/DRILL-7186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arina Ielchiieva updated DRILL-7186:

Summary: Missing storage.json REST endpoint  (was: Missing storage.json 
REST endpoint.)

> Missing storage.json REST endpoint
> --
>
> Key: DRILL-7186
> URL: https://issues.apache.org/jira/browse/DRILL-7186
> Project: Apache Drill
>  Issue Type: Bug
>  Components: Web Server
>Affects Versions: 1.16.0
>Reporter: Anton Gozhiy
>Assignee: Arina Ielchiieva
>Priority: Blocker
>  Labels: ready-to-commit
> Fix For: 1.16.0
>
>
> *Steps:*
> 1. Open page: http://:8047/storage.json
> *Expected result:*
> storage.json is opened:
> {noformat}
> [ {
>   "name" : "cp",
>   "config" : {
> "type" : "file",
> "connection" : "classpath:///",
> "config" : null,
> "workspaces" : { },
> "formats" : {
>   "csv" : {
> "type" : "text",
> "extensions" : [ "csv" ],
> "delimiter" : ","
>   },
>   "tsv" : {
> "type" : "text",
> "extensions" : [ "tsv" ],
> "delimiter" : "\t"
>   },
>   "json" : {
> "type" : "json",
> "extensions" : [ "json" ]
>   },
>   "parquet" : {
> "type" : "parquet"
>   },
>   "avro" : {
> "type" : "avro"
>   },
>   "csvh" : {
> "type" : "text",
> "extensions" : [ "csvh" ],
> "extractHeader" : true,
> "delimiter" : ","
>   },
>   "image" : {
> "type" : "image",
> "extensions" : [ "jpg", "jpeg", "jpe", "tif", "tiff", "dng", "psd", 
> "png", "bmp", "gif", "ico", "pcx", "wav", "wave", "avi", "webp", "mov", 
> "mp4", "m4a", "m4p", "m4b", "m4r", "m4v", "3gp", "3g2", "eps", "epsf", 
> "epsi", "ai", "arw", "crw", "cr2", "nef", "orf", "raf", "rw2", "rwl", "srw", 
> "x3f" ]
>   }
> },
> "enabled" : true
>   }
> }, {
>   "name" : "dfs",
>   "config" : {
> "type" : "file",
> "connection" : "file:///",
> "config" : null,
> "workspaces" : {
>   "tmp" : {
> "location" : "/tmp",
> "writable" : true,
> "defaultInputFormat" : null,
> "allowAccessOutsideWorkspace" : false
>   },
>   "root" : {
> "location" : "/",
> "writable" : false,
> "defaultInputFormat" : null,
> "allowAccessOutsideWorkspace" : false
>   }
> },
> "formats" : {
>   "psv" : {
> "type" : "text",
> "extensions" : [ "tbl" ],
> "delimiter" : "|"
>   },
>   "csv" : {
> "type" : "text",
> "extensions" : [ "csv" ],
> "delimiter" : ","
>   },
>   "tsv" : {
> "type" : "text",
> "extensions" : [ "tsv" ],
> "delimiter" : "\t"
>   },
>   "httpd" : {
> "type" : "httpd",
> "logFormat" : "%h %t \"%r\" %>s %b \"%{Referer}i\""
>   },
>   "parquet" : {
> "type" : "parquet"
>   },
>   "json" : {
> "type" : "json",
> "extensions" : [ "json" ]
>   },
>   "pcap" : {
> "type" : "pcap"
>   },
>   "pcapng" : {
> "type" : "pcapng",
> "extensions" : [ "pcapng" ]
>   },
>   "avro" : {
> "type" : "avro"
>   },
>   "sequencefile" : {
> "type" : "sequencefile",
> "extensions" : [ "seq" ]
>   },
>   "csvh" : {
> "type" : "text",
> "extensions" : [ "csvh" ],
> "extractHeader" : true,
> "delimiter" : ","
>   },
>   "image" : {
> "type" : "image",
> "extensions" : [ "jpg", "jpeg", "jpe", "tif", "tiff", "dng", "psd", 
> "png", "bmp", "gif", "ico", "pcx", "wav", "wave", "avi", "webp", "mov", 
> "mp4", "m4a", "m4p", "m4b", "m4r", "m4v", "3gp", "3g2", "eps", "epsf", 
> "epsi", "ai", "arw", "crw", "cr2", "nef", "orf", "raf", "rw2", "rwl", "srw", 
> "x3f" ]
>   }
> },
> "enabled" : true
>   }
> }, {
>   "name" : "hbase",
>   "config" : {
> "type" : "hbase",
> "config" : {
>   "hbase.zookeeper.quorum" : "localhost",
>   "hbase.zookeeper.property.clientPort" : "2181"
> },
> "size.calculator.enabled" : false,
> "enabled" : false
>   }
> }, {
>   "name" : "hive",
>   "config" : {
> "type" : "hive",
> "configProps" : {
>   "hive.metastore.uris" : "",
>   "javax.jdo.option.ConnectionURL" : 
> "jdbc:derby:;databaseName=../sample-data/drill_hive_db;create=true",
>   "hive.metastore.warehouse.dir" : "/tmp/drill_hive_wh",
>   "fs.default.name" : "file:///",
>   "hive.metastore.sasl.enabled" : "false",
>   "hive.metastore.schema.verification" : "false",
>   "datanucleus.schema.autoCreateAll" : "true"
> },
> "enabled" : false
>   }
> }, {
>   "name" : "kafka",
>   "config"

[jira] [Updated] (DRILL-7186) Missing storage.json REST endpoint.

2019-04-19 Thread Sorabh Hamirwasia (JIRA)


 [ 
https://issues.apache.org/jira/browse/DRILL-7186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sorabh Hamirwasia updated DRILL-7186:
-
Component/s: Web Server

> Missing storage.json REST endpoint.
> ---
>
> Key: DRILL-7186
> URL: https://issues.apache.org/jira/browse/DRILL-7186
> Project: Apache Drill
>  Issue Type: Bug
>  Components: Web Server
>Affects Versions: 1.16.0
>Reporter: Anton Gozhiy
>Assignee: Arina Ielchiieva
>Priority: Blocker
>  Labels: ready-to-commit
> Fix For: 1.16.0
>
>
> *Steps:*
> 1. Open page: http://:8047/storage.json
> *Expected result:*
> storage.json is opened:
> {noformat}
> [ {
>   "name" : "cp",
>   "config" : {
> "type" : "file",
> "connection" : "classpath:///",
> "config" : null,
> "workspaces" : { },
> "formats" : {
>   "csv" : {
> "type" : "text",
> "extensions" : [ "csv" ],
> "delimiter" : ","
>   },
>   "tsv" : {
> "type" : "text",
> "extensions" : [ "tsv" ],
> "delimiter" : "\t"
>   },
>   "json" : {
> "type" : "json",
> "extensions" : [ "json" ]
>   },
>   "parquet" : {
> "type" : "parquet"
>   },
>   "avro" : {
> "type" : "avro"
>   },
>   "csvh" : {
> "type" : "text",
> "extensions" : [ "csvh" ],
> "extractHeader" : true,
> "delimiter" : ","
>   },
>   "image" : {
> "type" : "image",
> "extensions" : [ "jpg", "jpeg", "jpe", "tif", "tiff", "dng", "psd", 
> "png", "bmp", "gif", "ico", "pcx", "wav", "wave", "avi", "webp", "mov", 
> "mp4", "m4a", "m4p", "m4b", "m4r", "m4v", "3gp", "3g2", "eps", "epsf", 
> "epsi", "ai", "arw", "crw", "cr2", "nef", "orf", "raf", "rw2", "rwl", "srw", 
> "x3f" ]
>   }
> },
> "enabled" : true
>   }
> }, {
>   "name" : "dfs",
>   "config" : {
> "type" : "file",
> "connection" : "file:///",
> "config" : null,
> "workspaces" : {
>   "tmp" : {
> "location" : "/tmp",
> "writable" : true,
> "defaultInputFormat" : null,
> "allowAccessOutsideWorkspace" : false
>   },
>   "root" : {
> "location" : "/",
> "writable" : false,
> "defaultInputFormat" : null,
> "allowAccessOutsideWorkspace" : false
>   }
> },
> "formats" : {
>   "psv" : {
> "type" : "text",
> "extensions" : [ "tbl" ],
> "delimiter" : "|"
>   },
>   "csv" : {
> "type" : "text",
> "extensions" : [ "csv" ],
> "delimiter" : ","
>   },
>   "tsv" : {
> "type" : "text",
> "extensions" : [ "tsv" ],
> "delimiter" : "\t"
>   },
>   "httpd" : {
> "type" : "httpd",
> "logFormat" : "%h %t \"%r\" %>s %b \"%{Referer}i\""
>   },
>   "parquet" : {
> "type" : "parquet"
>   },
>   "json" : {
> "type" : "json",
> "extensions" : [ "json" ]
>   },
>   "pcap" : {
> "type" : "pcap"
>   },
>   "pcapng" : {
> "type" : "pcapng",
> "extensions" : [ "pcapng" ]
>   },
>   "avro" : {
> "type" : "avro"
>   },
>   "sequencefile" : {
> "type" : "sequencefile",
> "extensions" : [ "seq" ]
>   },
>   "csvh" : {
> "type" : "text",
> "extensions" : [ "csvh" ],
> "extractHeader" : true,
> "delimiter" : ","
>   },
>   "image" : {
> "type" : "image",
> "extensions" : [ "jpg", "jpeg", "jpe", "tif", "tiff", "dng", "psd", 
> "png", "bmp", "gif", "ico", "pcx", "wav", "wave", "avi", "webp", "mov", 
> "mp4", "m4a", "m4p", "m4b", "m4r", "m4v", "3gp", "3g2", "eps", "epsf", 
> "epsi", "ai", "arw", "crw", "cr2", "nef", "orf", "raf", "rw2", "rwl", "srw", 
> "x3f" ]
>   }
> },
> "enabled" : true
>   }
> }, {
>   "name" : "hbase",
>   "config" : {
> "type" : "hbase",
> "config" : {
>   "hbase.zookeeper.quorum" : "localhost",
>   "hbase.zookeeper.property.clientPort" : "2181"
> },
> "size.calculator.enabled" : false,
> "enabled" : false
>   }
> }, {
>   "name" : "hive",
>   "config" : {
> "type" : "hive",
> "configProps" : {
>   "hive.metastore.uris" : "",
>   "javax.jdo.option.ConnectionURL" : 
> "jdbc:derby:;databaseName=../sample-data/drill_hive_db;create=true",
>   "hive.metastore.warehouse.dir" : "/tmp/drill_hive_wh",
>   "fs.default.name" : "file:///",
>   "hive.metastore.sasl.enabled" : "false",
>   "hive.metastore.schema.verification" : "false",
>   "datanucleus.schema.autoCreateAll" : "true"
> },
> "enabled" : false
>   }
> }, {
>   "name" : "kafka",
>   "config" : {
> "type" : "kafka",
> "kafkaConsumerProps" : {
>

[jira] [Updated] (DRILL-7186) Missing storage.json REST endpoint.

2019-04-19 Thread Arina Ielchiieva (JIRA)


 [ 
https://issues.apache.org/jira/browse/DRILL-7186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arina Ielchiieva updated DRILL-7186:

Labels: ready-to-commit  (was: )

> Missing storage.json REST endpoint.
> ---
>
> Key: DRILL-7186
> URL: https://issues.apache.org/jira/browse/DRILL-7186
> Project: Apache Drill
>  Issue Type: Bug
>Affects Versions: 1.16.0
>Reporter: Anton Gozhiy
>Assignee: Arina Ielchiieva
>Priority: Blocker
>  Labels: ready-to-commit
> Fix For: 1.16.0
>
>
> *Steps:*
> 1. Open page: http://:8047/storage.json
> *Expected result:*
> storage.json is opened:
> {noformat}
> [ {
>   "name" : "cp",
>   "config" : {
> "type" : "file",
> "connection" : "classpath:///",
> "config" : null,
> "workspaces" : { },
> "formats" : {
>   "csv" : {
> "type" : "text",
> "extensions" : [ "csv" ],
> "delimiter" : ","
>   },
>   "tsv" : {
> "type" : "text",
> "extensions" : [ "tsv" ],
> "delimiter" : "\t"
>   },
>   "json" : {
> "type" : "json",
> "extensions" : [ "json" ]
>   },
>   "parquet" : {
> "type" : "parquet"
>   },
>   "avro" : {
> "type" : "avro"
>   },
>   "csvh" : {
> "type" : "text",
> "extensions" : [ "csvh" ],
> "extractHeader" : true,
> "delimiter" : ","
>   },
>   "image" : {
> "type" : "image",
> "extensions" : [ "jpg", "jpeg", "jpe", "tif", "tiff", "dng", "psd", 
> "png", "bmp", "gif", "ico", "pcx", "wav", "wave", "avi", "webp", "mov", 
> "mp4", "m4a", "m4p", "m4b", "m4r", "m4v", "3gp", "3g2", "eps", "epsf", 
> "epsi", "ai", "arw", "crw", "cr2", "nef", "orf", "raf", "rw2", "rwl", "srw", 
> "x3f" ]
>   }
> },
> "enabled" : true
>   }
> }, {
>   "name" : "dfs",
>   "config" : {
> "type" : "file",
> "connection" : "file:///",
> "config" : null,
> "workspaces" : {
>   "tmp" : {
> "location" : "/tmp",
> "writable" : true,
> "defaultInputFormat" : null,
> "allowAccessOutsideWorkspace" : false
>   },
>   "root" : {
> "location" : "/",
> "writable" : false,
> "defaultInputFormat" : null,
> "allowAccessOutsideWorkspace" : false
>   }
> },
> "formats" : {
>   "psv" : {
> "type" : "text",
> "extensions" : [ "tbl" ],
> "delimiter" : "|"
>   },
>   "csv" : {
> "type" : "text",
> "extensions" : [ "csv" ],
> "delimiter" : ","
>   },
>   "tsv" : {
> "type" : "text",
> "extensions" : [ "tsv" ],
> "delimiter" : "\t"
>   },
>   "httpd" : {
> "type" : "httpd",
> "logFormat" : "%h %t \"%r\" %>s %b \"%{Referer}i\""
>   },
>   "parquet" : {
> "type" : "parquet"
>   },
>   "json" : {
> "type" : "json",
> "extensions" : [ "json" ]
>   },
>   "pcap" : {
> "type" : "pcap"
>   },
>   "pcapng" : {
> "type" : "pcapng",
> "extensions" : [ "pcapng" ]
>   },
>   "avro" : {
> "type" : "avro"
>   },
>   "sequencefile" : {
> "type" : "sequencefile",
> "extensions" : [ "seq" ]
>   },
>   "csvh" : {
> "type" : "text",
> "extensions" : [ "csvh" ],
> "extractHeader" : true,
> "delimiter" : ","
>   },
>   "image" : {
> "type" : "image",
> "extensions" : [ "jpg", "jpeg", "jpe", "tif", "tiff", "dng", "psd", 
> "png", "bmp", "gif", "ico", "pcx", "wav", "wave", "avi", "webp", "mov", 
> "mp4", "m4a", "m4p", "m4b", "m4r", "m4v", "3gp", "3g2", "eps", "epsf", 
> "epsi", "ai", "arw", "crw", "cr2", "nef", "orf", "raf", "rw2", "rwl", "srw", 
> "x3f" ]
>   }
> },
> "enabled" : true
>   }
> }, {
>   "name" : "hbase",
>   "config" : {
> "type" : "hbase",
> "config" : {
>   "hbase.zookeeper.quorum" : "localhost",
>   "hbase.zookeeper.property.clientPort" : "2181"
> },
> "size.calculator.enabled" : false,
> "enabled" : false
>   }
> }, {
>   "name" : "hive",
>   "config" : {
> "type" : "hive",
> "configProps" : {
>   "hive.metastore.uris" : "",
>   "javax.jdo.option.ConnectionURL" : 
> "jdbc:derby:;databaseName=../sample-data/drill_hive_db;create=true",
>   "hive.metastore.warehouse.dir" : "/tmp/drill_hive_wh",
>   "fs.default.name" : "file:///",
>   "hive.metastore.sasl.enabled" : "false",
>   "hive.metastore.schema.verification" : "false",
>   "datanucleus.schema.autoCreateAll" : "true"
> },
> "enabled" : false
>   }
> }, {
>   "name" : "kafka",
>   "config" : {
> "type" : "kafka",
> "kafkaConsumerProps" : {
>   "bootstrap.servers" 

[jira] [Updated] (DRILL-7186) Missing storage.json REST endpoint.

2019-04-19 Thread Arina Ielchiieva (JIRA)


 [ 
https://issues.apache.org/jira/browse/DRILL-7186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arina Ielchiieva updated DRILL-7186:

Reviewer: Vitalii Diravka

> Missing storage.json REST endpoint.
> ---
>
> Key: DRILL-7186
> URL: https://issues.apache.org/jira/browse/DRILL-7186
> Project: Apache Drill
>  Issue Type: Bug
>Affects Versions: 1.16.0
>Reporter: Anton Gozhiy
>Assignee: Arina Ielchiieva
>Priority: Blocker
> Fix For: 1.16.0
>
>
> *Steps:*
> 1. Open page: http://:8047/storage.json
> *Expected result:*
> storage.json is opened:
> {noformat}
> [ {
>   "name" : "cp",
>   "config" : {
> "type" : "file",
> "connection" : "classpath:///",
> "config" : null,
> "workspaces" : { },
> "formats" : {
>   "csv" : {
> "type" : "text",
> "extensions" : [ "csv" ],
> "delimiter" : ","
>   },
>   "tsv" : {
> "type" : "text",
> "extensions" : [ "tsv" ],
> "delimiter" : "\t"
>   },
>   "json" : {
> "type" : "json",
> "extensions" : [ "json" ]
>   },
>   "parquet" : {
> "type" : "parquet"
>   },
>   "avro" : {
> "type" : "avro"
>   },
>   "csvh" : {
> "type" : "text",
> "extensions" : [ "csvh" ],
> "extractHeader" : true,
> "delimiter" : ","
>   },
>   "image" : {
> "type" : "image",
> "extensions" : [ "jpg", "jpeg", "jpe", "tif", "tiff", "dng", "psd", 
> "png", "bmp", "gif", "ico", "pcx", "wav", "wave", "avi", "webp", "mov", 
> "mp4", "m4a", "m4p", "m4b", "m4r", "m4v", "3gp", "3g2", "eps", "epsf", 
> "epsi", "ai", "arw", "crw", "cr2", "nef", "orf", "raf", "rw2", "rwl", "srw", 
> "x3f" ]
>   }
> },
> "enabled" : true
>   }
> }, {
>   "name" : "dfs",
>   "config" : {
> "type" : "file",
> "connection" : "file:///",
> "config" : null,
> "workspaces" : {
>   "tmp" : {
> "location" : "/tmp",
> "writable" : true,
> "defaultInputFormat" : null,
> "allowAccessOutsideWorkspace" : false
>   },
>   "root" : {
> "location" : "/",
> "writable" : false,
> "defaultInputFormat" : null,
> "allowAccessOutsideWorkspace" : false
>   }
> },
> "formats" : {
>   "psv" : {
> "type" : "text",
> "extensions" : [ "tbl" ],
> "delimiter" : "|"
>   },
>   "csv" : {
> "type" : "text",
> "extensions" : [ "csv" ],
> "delimiter" : ","
>   },
>   "tsv" : {
> "type" : "text",
> "extensions" : [ "tsv" ],
> "delimiter" : "\t"
>   },
>   "httpd" : {
> "type" : "httpd",
> "logFormat" : "%h %t \"%r\" %>s %b \"%{Referer}i\""
>   },
>   "parquet" : {
> "type" : "parquet"
>   },
>   "json" : {
> "type" : "json",
> "extensions" : [ "json" ]
>   },
>   "pcap" : {
> "type" : "pcap"
>   },
>   "pcapng" : {
> "type" : "pcapng",
> "extensions" : [ "pcapng" ]
>   },
>   "avro" : {
> "type" : "avro"
>   },
>   "sequencefile" : {
> "type" : "sequencefile",
> "extensions" : [ "seq" ]
>   },
>   "csvh" : {
> "type" : "text",
> "extensions" : [ "csvh" ],
> "extractHeader" : true,
> "delimiter" : ","
>   },
>   "image" : {
> "type" : "image",
> "extensions" : [ "jpg", "jpeg", "jpe", "tif", "tiff", "dng", "psd", 
> "png", "bmp", "gif", "ico", "pcx", "wav", "wave", "avi", "webp", "mov", 
> "mp4", "m4a", "m4p", "m4b", "m4r", "m4v", "3gp", "3g2", "eps", "epsf", 
> "epsi", "ai", "arw", "crw", "cr2", "nef", "orf", "raf", "rw2", "rwl", "srw", 
> "x3f" ]
>   }
> },
> "enabled" : true
>   }
> }, {
>   "name" : "hbase",
>   "config" : {
> "type" : "hbase",
> "config" : {
>   "hbase.zookeeper.quorum" : "localhost",
>   "hbase.zookeeper.property.clientPort" : "2181"
> },
> "size.calculator.enabled" : false,
> "enabled" : false
>   }
> }, {
>   "name" : "hive",
>   "config" : {
> "type" : "hive",
> "configProps" : {
>   "hive.metastore.uris" : "",
>   "javax.jdo.option.ConnectionURL" : 
> "jdbc:derby:;databaseName=../sample-data/drill_hive_db;create=true",
>   "hive.metastore.warehouse.dir" : "/tmp/drill_hive_wh",
>   "fs.default.name" : "file:///",
>   "hive.metastore.sasl.enabled" : "false",
>   "hive.metastore.schema.verification" : "false",
>   "datanucleus.schema.autoCreateAll" : "true"
> },
> "enabled" : false
>   }
> }, {
>   "name" : "kafka",
>   "config" : {
> "type" : "kafka",
> "kafkaConsumerProps" : {
>   "bootstrap.servers" : "localhost:9092",
>   "group.id" : "dril

[jira] [Updated] (DRILL-7186) Missing storage.json REST endpoint.

2019-04-19 Thread Arina Ielchiieva (JIRA)


 [ 
https://issues.apache.org/jira/browse/DRILL-7186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arina Ielchiieva updated DRILL-7186:

Description: 
*Steps:*
1. Open page: http://:8047/storage.json

*Expected result:*
storage.json is opened:
{noformat}
[ {
  "name" : "cp",
  "config" : {
"type" : "file",
"connection" : "classpath:///",
"config" : null,
"workspaces" : { },
"formats" : {
  "csv" : {
"type" : "text",
"extensions" : [ "csv" ],
"delimiter" : ","
  },
  "tsv" : {
"type" : "text",
"extensions" : [ "tsv" ],
"delimiter" : "\t"
  },
  "json" : {
"type" : "json",
"extensions" : [ "json" ]
  },
  "parquet" : {
"type" : "parquet"
  },
  "avro" : {
"type" : "avro"
  },
  "csvh" : {
"type" : "text",
"extensions" : [ "csvh" ],
"extractHeader" : true,
"delimiter" : ","
  },
  "image" : {
"type" : "image",
"extensions" : [ "jpg", "jpeg", "jpe", "tif", "tiff", "dng", "psd", 
"png", "bmp", "gif", "ico", "pcx", "wav", "wave", "avi", "webp", "mov", "mp4", 
"m4a", "m4p", "m4b", "m4r", "m4v", "3gp", "3g2", "eps", "epsf", "epsi", "ai", 
"arw", "crw", "cr2", "nef", "orf", "raf", "rw2", "rwl", "srw", "x3f" ]
  }
},
"enabled" : true
  }
}, {
  "name" : "dfs",
  "config" : {
"type" : "file",
"connection" : "file:///",
"config" : null,
"workspaces" : {
  "tmp" : {
"location" : "/tmp",
"writable" : true,
"defaultInputFormat" : null,
"allowAccessOutsideWorkspace" : false
  },
  "root" : {
"location" : "/",
"writable" : false,
"defaultInputFormat" : null,
"allowAccessOutsideWorkspace" : false
  }
},
"formats" : {
  "psv" : {
"type" : "text",
"extensions" : [ "tbl" ],
"delimiter" : "|"
  },
  "csv" : {
"type" : "text",
"extensions" : [ "csv" ],
"delimiter" : ","
  },
  "tsv" : {
"type" : "text",
"extensions" : [ "tsv" ],
"delimiter" : "\t"
  },
  "httpd" : {
"type" : "httpd",
"logFormat" : "%h %t \"%r\" %>s %b \"%{Referer}i\""
  },
  "parquet" : {
"type" : "parquet"
  },
  "json" : {
"type" : "json",
"extensions" : [ "json" ]
  },
  "pcap" : {
"type" : "pcap"
  },
  "pcapng" : {
"type" : "pcapng",
"extensions" : [ "pcapng" ]
  },
  "avro" : {
"type" : "avro"
  },
  "sequencefile" : {
"type" : "sequencefile",
"extensions" : [ "seq" ]
  },
  "csvh" : {
"type" : "text",
"extensions" : [ "csvh" ],
"extractHeader" : true,
"delimiter" : ","
  },
  "image" : {
"type" : "image",
"extensions" : [ "jpg", "jpeg", "jpe", "tif", "tiff", "dng", "psd", 
"png", "bmp", "gif", "ico", "pcx", "wav", "wave", "avi", "webp", "mov", "mp4", 
"m4a", "m4p", "m4b", "m4r", "m4v", "3gp", "3g2", "eps", "epsf", "epsi", "ai", 
"arw", "crw", "cr2", "nef", "orf", "raf", "rw2", "rwl", "srw", "x3f" ]
  }
},
"enabled" : true
  }
}, {
  "name" : "hbase",
  "config" : {
"type" : "hbase",
"config" : {
  "hbase.zookeeper.quorum" : "localhost",
  "hbase.zookeeper.property.clientPort" : "2181"
},
"size.calculator.enabled" : false,
"enabled" : false
  }
}, {
  "name" : "hive",
  "config" : {
"type" : "hive",
"configProps" : {
  "hive.metastore.uris" : "",
  "javax.jdo.option.ConnectionURL" : 
"jdbc:derby:;databaseName=../sample-data/drill_hive_db;create=true",
  "hive.metastore.warehouse.dir" : "/tmp/drill_hive_wh",
  "fs.default.name" : "file:///",
  "hive.metastore.sasl.enabled" : "false",
  "hive.metastore.schema.verification" : "false",
  "datanucleus.schema.autoCreateAll" : "true"
},
"enabled" : false
  }
}, {
  "name" : "kafka",
  "config" : {
"type" : "kafka",
"kafkaConsumerProps" : {
  "bootstrap.servers" : "localhost:9092",
  "group.id" : "drill-consumer"
},
"enabled" : false
  }
}, {
  "name" : "kudu",
  "config" : {
"type" : "kudu",
"masterAddresses" : "1.2.3.4",
"enabled" : false
  }
}, {
  "name" : "mongo",
  "config" : {
"type" : "mongo",
"connection" : "mongodb://localhost:27017/",
"enabled" : false
  }
}, {
  "name" : "opentsdb",
  "config" : {
"type" : "openTSDB",
"connection" : "http://localhost:1";,
"enabled" : false
  }
}, {
  "name" : "s3",
  "config" : {
"type" : "file",
"connection" : "s3a://my.bucket.location.com",
"config" : {
  "fs.s3a.access.key" : "ID",
  "fs.s3a.secret.key" : "SECRET"
},
"workspaces" : {
  "tmp" : {
"location" : "/tmp",
"writable" : true,
"default

[jira] [Updated] (DRILL-7186) Missing storage.json REST endpoint.

2019-04-19 Thread Anton Gozhiy (JIRA)


 [ 
https://issues.apache.org/jira/browse/DRILL-7186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anton Gozhiy updated DRILL-7186:

Description: 
*Steps:*
1. Open page: http://:8047/storage.json

*Expected result:*
storage.json is opened:
{noformat}
[ {
  "name" : "cp",
  "config" : {
"type" : "file",
"connection" : "classpath:///",
"config" : null,
"workspaces" : { },
"formats" : {
  "csv" : {
"type" : "text",
"extensions" : [ "csv" ],
"delimiter" : ","
  },
  "tsv" : {
"type" : "text",
"extensions" : [ "tsv" ],
"delimiter" : "\t"
  },
  "json" : {
"type" : "json",
"extensions" : [ "json" ]
  },
  "parquet" : {
"type" : "parquet"
  },
  "avro" : {
"type" : "avro"
  },
  "csvh" : {
"type" : "text",
"extensions" : [ "csvh" ],
"extractHeader" : true,
"delimiter" : ","
  },
  "image" : {
"type" : "image",
"extensions" : [ "jpg", "jpeg", "jpe", "tif", "tiff", "dng", "psd", 
"png", "bmp", "gif", "ico", "pcx", "wav", "wave", "avi", "webp", "mov", "mp4", 
"m4a", "m4p", "m4b", "m4r", "m4v", "3gp", "3g2", "eps", "epsf", "epsi", "ai", 
"arw", "crw", "cr2", "nef", "orf", "raf", "rw2", "rwl", "srw", "x3f" ]
  }
},
"enabled" : true
  }
}, {
  "name" : "dfs",
  "config" : {
"type" : "file",
"connection" : "file:///",
"config" : null,
"workspaces" : {
  "tmp" : {
"location" : "/tmp",
"writable" : true,
"defaultInputFormat" : null,
"allowAccessOutsideWorkspace" : false
  },
  "root" : {
"location" : "/",
"writable" : false,
"defaultInputFormat" : null,
"allowAccessOutsideWorkspace" : false
  }
},
"formats" : {
  "psv" : {
"type" : "text",
"extensions" : [ "tbl" ],
"delimiter" : "|"
  },
  "csv" : {
"type" : "text",
"extensions" : [ "csv" ],
"delimiter" : ","
  },
  "tsv" : {
"type" : "text",
"extensions" : [ "tsv" ],
"delimiter" : "\t"
  },
  "httpd" : {
"type" : "httpd",
"logFormat" : "%h %t \"%r\" %>s %b \"%{Referer}i\""
  },
  "parquet" : {
"type" : "parquet"
  },
  "json" : {
"type" : "json",
"extensions" : [ "json" ]
  },
  "pcap" : {
"type" : "pcap"
  },
  "pcapng" : {
"type" : "pcapng",
"extensions" : [ "pcapng" ]
  },
  "avro" : {
"type" : "avro"
  },
  "sequencefile" : {
"type" : "sequencefile",
"extensions" : [ "seq" ]
  },
  "csvh" : {
"type" : "text",
"extensions" : [ "csvh" ],
"extractHeader" : true,
"delimiter" : ","
  },
  "image" : {
"type" : "image",
"extensions" : [ "jpg", "jpeg", "jpe", "tif", "tiff", "dng", "psd", 
"png", "bmp", "gif", "ico", "pcx", "wav", "wave", "avi", "webp", "mov", "mp4", 
"m4a", "m4p", "m4b", "m4r", "m4v", "3gp", "3g2", "eps", "epsf", "epsi", "ai", 
"arw", "crw", "cr2", "nef", "orf", "raf", "rw2", "rwl", "srw", "x3f" ]
  }
},
"enabled" : true
  }
}, {
  "name" : "hbase",
  "config" : {
"type" : "hbase",
"config" : {
  "hbase.zookeeper.quorum" : "localhost",
  "hbase.zookeeper.property.clientPort" : "2181"
},
"size.calculator.enabled" : false,
"enabled" : false
  }
}, {
  "name" : "hive",
  "config" : {
"type" : "hive",
"configProps" : {
  "hive.metastore.uris" : "",
  "javax.jdo.option.ConnectionURL" : 
"jdbc:derby:;databaseName=../sample-data/drill_hive_db;create=true",
  "hive.metastore.warehouse.dir" : "/tmp/drill_hive_wh",
  "fs.default.name" : "file:///",
  "hive.metastore.sasl.enabled" : "false",
  "hive.metastore.schema.verification" : "false",
  "datanucleus.schema.autoCreateAll" : "true"
},
"enabled" : false
  }
}, {
  "name" : "kafka",
  "config" : {
"type" : "kafka",
"kafkaConsumerProps" : {
  "bootstrap.servers" : "localhost:9092",
  "group.id" : "drill-consumer"
},
"enabled" : false
  }
}, {
  "name" : "kudu",
  "config" : {
"type" : "kudu",
"masterAddresses" : "1.2.3.4",
"enabled" : false
  }
}, {
  "name" : "mongo",
  "config" : {
"type" : "mongo",
"connection" : "mongodb://localhost:27017/",
"enabled" : false
  }
}, {
  "name" : "opentsdb",
  "config" : {
"type" : "openTSDB",
"connection" : "http://localhost:1";,
"enabled" : false
  }
}, {
  "name" : "s3",
  "config" : {
"type" : "file",
"connection" : "s3a://my.bucket.location.com",
"config" : {
  "fs.s3a.access.key" : "ID",
  "fs.s3a.secret.key" : "SECRET"
},
"workspaces" : {
  "tmp" : {
"location" : "/tmp",
"writable" : true,
"defaultInputFor

[jira] [Updated] (DRILL-7186) Missing storage.json REST endpoint.

2019-04-19 Thread Arina Ielchiieva (JIRA)


 [ 
https://issues.apache.org/jira/browse/DRILL-7186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arina Ielchiieva updated DRILL-7186:

Description: 
*Steps:*
1. Open page: http://:8047/storage.json

*Expected result:*
storage.json is opened

*Actual result:*
{noformat}
{
  "errorMessage" : "HTTP 404 Not Found"
}
{noformat}

*Note:* Works fine for individual plugin pages, like: /storage/dfs.json

Regression after DRILL-6562.

  was:
*Steps:*
1. Open page: http://:8047/storage.json

*Expected result:*
storage.json is opened

*Actual result:*
{noformat}
{
  "errorMessage" : "HTTP 404 Not Found"
}
{noformat}

*Note:* Works fine for individual plugin pages, like: /storage/dfs.json


> Missing storage.json REST endpoint.
> ---
>
> Key: DRILL-7186
> URL: https://issues.apache.org/jira/browse/DRILL-7186
> Project: Apache Drill
>  Issue Type: Bug
>Affects Versions: 1.16.0
>Reporter: Anton Gozhiy
>Assignee: Arina Ielchiieva
>Priority: Blocker
> Fix For: 1.16.0
>
>
> *Steps:*
> 1. Open page: http://:8047/storage.json
> *Expected result:*
> storage.json is opened
> *Actual result:*
> {noformat}
> {
>   "errorMessage" : "HTTP 404 Not Found"
> }
> {noformat}
> *Note:* Works fine for individual plugin pages, like: /storage/dfs.json
> Regression after DRILL-6562.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (DRILL-7186) Missing storage.json REST endpoint.

2019-04-19 Thread Arina Ielchiieva (JIRA)


 [ 
https://issues.apache.org/jira/browse/DRILL-7186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arina Ielchiieva updated DRILL-7186:

Priority: Blocker  (was: Major)

> Missing storage.json REST endpoint.
> ---
>
> Key: DRILL-7186
> URL: https://issues.apache.org/jira/browse/DRILL-7186
> Project: Apache Drill
>  Issue Type: Bug
>Affects Versions: 1.16.0
>Reporter: Anton Gozhiy
>Priority: Blocker
>
> *Steps:*
> 1. Open page: http://:8047/storage.json
> *Expected result:*
> storage.json is opened
> *Actual result:*
> {noformat}
> {
>   "errorMessage" : "HTTP 404 Not Found"
> }
> {noformat}
> *Note:* Works fine for individual plugin pages, like: /storage/dfs.json



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (DRILL-7186) Missing storage.json REST endpoint.

2019-04-19 Thread Arina Ielchiieva (JIRA)


 [ 
https://issues.apache.org/jira/browse/DRILL-7186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arina Ielchiieva updated DRILL-7186:

Fix Version/s: 1.16.0

> Missing storage.json REST endpoint.
> ---
>
> Key: DRILL-7186
> URL: https://issues.apache.org/jira/browse/DRILL-7186
> Project: Apache Drill
>  Issue Type: Bug
>Affects Versions: 1.16.0
>Reporter: Anton Gozhiy
>Priority: Blocker
> Fix For: 1.16.0
>
>
> *Steps:*
> 1. Open page: http://:8047/storage.json
> *Expected result:*
> storage.json is opened
> *Actual result:*
> {noformat}
> {
>   "errorMessage" : "HTTP 404 Not Found"
> }
> {noformat}
> *Note:* Works fine for individual plugin pages, like: /storage/dfs.json



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)