Dear Mr. David
    Thank you for your reply at first, the next is my specific question.
    My cluster cannot access to the external network, so I cannot execute some 
instructions, like 'mvn clean install'. So I uploaded compiled Rya to cluster 
via Xftp, but the version of Rya is stand-lone that maybe cannot match with 
cluster. 
    The error occurred when I loaded data to Accumulo by bulk loading data 
using execute command  "hadoop jar 
target/rya.mapreduce-3.2.10-SNAPSHOT-shaded.jar 
org.apache.rya.accumulo.mr.RdfFileInputTool -Dac.zk=localhost:2181 
-Dac.instance=accumulo -Dac.username=root -Dac.pwd=secret 
-Drdf.tablePrefix=triplestore_ -Drdf.format=N-Triples /tmp/temp.ntrips", and 
the error is "Opening socket connection to server 192.168.1.1/192.168.1.1:2181. 
Will not attempt to authenticate using SASL (unknown error)", the meaning is 
cannot connect to Zookeeper. 
    I think the reason why cannot load data to Accumulo is that stand-alone 
compilation can't run in the cluster. And I am troubled in how to load data to 
Accumulo. Could you please give me some advice?


Best wishes
wq






发件人:David Lotts <[email protected]>
发送日期:2019-07-17 00:56:52
收件人:[email protected]
主题:Re: about install Rya at cluster>RyaWeb is an Accumulo client.  So it does 
not matter if it is talking to a
>cluster or a standalone instance of Accumulo.  It just needs the usual
>configuration: basically: zookeeper list and the Rya instance prefix name.
>The same goes with MongoDB I believe, with MongoDB configuration.
>
>Are you getting a specific error?  Where are you stuck?
>
>david.
>
>On Mon, Jul 15, 2019 at 4:44 AM 徐炜淇 <[email protected]> wrote:
>
>> hi,
>> Normally, we enter the query in a web jsp endpoint ,and we can also get
>> the search result in web jsp endpoint. I usually use eclipse to run the Rya
>> project, so I can get the query execution time.
>> But now, I want to install Rya at cluster,  there will be a problem
>> occurred that I cannot enter the query without graphical interface.
>> Can you give me some guidelines?
>>
>>
>> Best wishes,
>> wq
>>
>>
>>
>>
>>




Reply via email to