我只想检查Zeppelin中的Hive解释器是否可以动态设置用户和密码。
我的情况是这样的。
我在Zeppelin寻找类似的东西。我可以在每个部分/窗口上设置它。
Code Snippet:
jasmineNodeOpts: {
// If true, print colors to the terminal.
showColors: true,
// Default time to wait in ms before a test fails.
defaultTimeoutInterval: 30000,
//Function called to print jasmine results.
print: function() {},
},
提前致谢。