You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ambari.apache.org by Lian Jiang <ji...@gmail.com> on 2018/08/18 00:04:22 UTC

update livy2-env content using ambari blueprint

Hi,

I am using HDP3.0 and ambari 2.7.
https://community.hortonworks.com/articles/82501/how-can-i-configure-pyspark-on-livy-to-use-anacond.html
shows how to make livy2.spark use python coming from anaconda. How to
automate this using ambari blueprint? Specific, how to update livy2-env
content field using blueprint? Appreciate any pointers.

Re: update livy2-env content using ambari blueprint

Posted by Lian Jiang <ji...@gmail.com>.
This worked:

    {
      "livy2-env": {
        "properties": {
          "content": "something"
        }
      }
    },

Thanks.

On Fri, Aug 17, 2018 at 5:04 PM Lian Jiang <ji...@gmail.com> wrote:

> Hi,
>
> I am using HDP3.0 and ambari 2.7.
> https://community.hortonworks.com/articles/82501/how-can-i-configure-pyspark-on-livy-to-use-anacond.html
> shows how to make livy2.spark use python coming from anaconda. How to
> automate this using ambari blueprint? Specific, how to update livy2-env
> content field using blueprint? Appreciate any pointers.
>