Hi,

do you still have console connected to the db in plocal while you try to
access the db via studio? This could be a reason (a database can be open
locally only by a single OrientDB instance, while you can access remotely
from as many clients as you want).
Could you please also check that the database folder is in the path where
OrientDB expects it? Default path is <orientdb>/databases/yourDb but I see
in your code that you have /home/oracle/av/blog, did you change the default
path in orientdb-server-config.xml file?

Thanks

Luigi


2015-04-23 18:51 GMT+02:00 virtualvoid <[email protected]>:

> Hi,
> version: orientdb-community-2.0.6
>
> I created a DB locally using console, but when I try to see it on the
> studio I don't see the DB in drop down, I tried after restarting the server
> also, it still doesn't/
> My final objective is to load event data from hive and run path analysis
> on it, to achieve that I am thinking of exporting data to csv and load it
> to Orient DB.
>
> To test csv loading I am using the example here:
>
> http://orientdb.com/docs/last/orientdb-etl.wiki/Import-from-CSV-to-a-Graph.html
>
> This is the view from console:
>
> oracle@ecqfdcp01 pnpreap1 /home/oracle/av/orientdb-community-2.0.6/bin
> $ ./console.sh
>
> OrientDB console v.2.0.6 (build UNKNOWN@r; 2015-03-31 18:22:35+0000)
> www.orientechnologies.com
> Type 'help' to display all the supported commands.
> Installing extensions for GREMLIN language v.2.6.0
>
> orientdb> connect plocal:/home/oracle/av/blog admin admin
>
> Connecting to database [plocal:/home/oracle/av/blog] with user 'admin'...OK
> orientdb {db=blog}> select expand( out() ) from Post where id = 10
>
> ----+-----+-------+----+------+-------+--------------
> #   |@RID |@CLASS |id  |postId|text   |in_HasComments
> ----+-----+-------+----+------+-------+--------------
> 0   |#12:0|Comment|0   |10    |First  |[size=1]
> 1   |#12:1|Comment|1   |10    |Second |[size=1]
> 2   |#12:2|Comment|21  |10    |Another|[size=1]
> ----+-----+-------+----+------+-------+--------------
>
> 3 item(s) found. Query executed in 0.075 sec(s).
> orientdb {db=blog}>
>
> I have attached the screenshot of the studio.
> I am missing something here.
>
> Also are there more complex examples available to load csv to orient DB?
> Any documentation on modelling.
>
> Thanks
>
>
>
>  --
>
> ---
> You received this message because you are subscribed to the Google Groups
> "OrientDB" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to