Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

how to set more than one parameters in to "hive.security.authorization.sqlstd.confwhitelist.append" via ambari ui

avatar
Visitor

I have a issue here

when I set only one parameter into "hive.security.authorization.sqlstd.confwhitelist.append" via ambari ui in hive config , my hive job works fine.

But when i set another parameter into "hive.security.authorization.sqlstd.confwhitelist.append" via ambari ui , hive did not answer well, "Error: Error while processing statement: Cannot modify 'balabalabal' at runtime. It is not in list of params that are allowed to be modified at runtime" appears.

My settings:

5986-qq截图20160722113134.png

I search this question online and i got a page(https://github.com/dstreev/hdp-mac-utils/blob/master/configs/hive/hive-site.xml)

it says it can be used with comma to separate the parameters list, but it did not work to me.

5987-qq截图20160722113037.png

So can any body help me with how to set more than one parameters in to "hive.security.authorization.sqlstd.confwhitelist.append" via ambari ui right ?

thx in advance,i hope your reply

1 ACCEPTED SOLUTION

avatar
Visitor

hi guys , there's a good news

Finally i solve this issue by check the hiveserver2.log

5988-ok.png

it's not comma "," to separate the list, it is "|"

comma will occur problem

here is my setting formats

5989-settings.png

View solution in original post

4 REPLIES 4

avatar
Expert Contributor

May be Hive engineer can have a better shot at answering. But can you check if '\' is correct at the end of mongo.input.split.create_input_splits ?

avatar
Visitor

thanks a lot for replay so quick,did i need '\' before the comma ','?

avatar
Visitor

hi i found the solution, thx bro

avatar
Visitor

hi guys , there's a good news

Finally i solve this issue by check the hiveserver2.log

5988-ok.png

it's not comma "," to separate the list, it is "|"

comma will occur problem

here is my setting formats

5989-settings.png