[ 
https://issues.apache.org/jira/browse/DRILL-7745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17177210#comment-17177210
 ] 

ASF GitHub Bot commented on DRILL-7745:
---------------------------------------

dbw9580 commented on pull request #2084:
URL: https://github.com/apache/drill/pull/2084#issuecomment-673615795


   > I'm still having issues actually getting the unit tests that require the 
IPFS daemon to actually execute.
   
   @cgivre Actually I am having trouble making that test run, too. I keep 
getting errors like "connection rejected: /127.0.0.1:31011" or "Protocol family 
unavailable: /0:0:0:0:0:0:0:1:31011". I can test successfully manually through 
the web ui with drill-embedded, though.
   
   Can you try testing through the web ui, too? The simple dataset should be 
easy to add to IPFS and test:
   
   ```bash
   ipfs object patch set-data $(ipfs object new) <path-to-simple-dataset.json>
   ```
   
   This will return the hash of the simple dataset, which is 
`QmcbeavnEofA6NjG7vkpe1yLJo6En6ML4JnDooDn1BbKmR`.
   
   Then run a query through the web ui: ``select * from 
ipfs.`/ipfs/QmcbeavnEofA6NjG7vkpe1yLJo6En6ML4JnDooDn1BbKmR#json` `` .
   If the query takes too long to complete, try reducing the timeout values as 
well as the `max-peers-per-leaf` value in the plugin config.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Add storage plugin for IPFS
> ---------------------------
>
>                 Key: DRILL-7745
>                 URL: https://issues.apache.org/jira/browse/DRILL-7745
>             Project: Apache Drill
>          Issue Type: New Feature
>          Components: Storage - Other
>    Affects Versions: 1.18.0
>            Reporter: Bowen Ding
>            Assignee: Bowen Ding
>            Priority: Major
>
> See introduction here: [https://github.com/bdchain/Minerva]
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to