Options

Setting the JavaBinaryForUDx Configuration Parameter

SELECT SET_CONFIG_PARAMETER('JavaBinaryForUDx','/usr/java/default/bin/java');

Giving me an error of -bash: syntax error near unexpected token '('

Anyone?

Comments

  • Options
    Abhishek_RanaAbhishek_Rana Vertica Employee Employee
    It is type of syntax error only.. Check the syntax which you are using & see for correct quotes being used.

    Try running it from vsql & from dbadmin user.

    Regards'

    Abhishek
  • Options
    The syntax is should be right. U mean to run vsql inside dbadmin? How do u go about doing that? Thanks Abhishek

  • Options
    wwong2wwong2 Employee
    Hi, it looks like you ran the SELECT SET_CONFIG_PARAMETER('JavaBinaryForUDx','/usr/java/default/bin/java'); command at linux command line, what you need to do is issue that within Vertica.
    You can get in either through admintools to connect to db

    $> /opt/vertica/bin/admintools

    or direct through vsql

    $>/opt/vertica/bin/vsql

    Regards

  • Options
    Thank you, it works perfectly now.

Leave a Comment

BoldItalicStrikethroughOrdered listUnordered list
Emoji
Image
Align leftAlign centerAlign rightToggle HTML viewToggle full pageToggle lights
Drop image/file